/hudson-war/src/main/webapp/help/tasks/maven/properties.html

http://github.com/hudson/hudson · HTML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 4dc73eda5a052dc2c53c6dc4a072e014 MD5 · raw file

  1. <div>
  2. Properties needed by your Maven build can be specified here (in the standard properties file format):
  3. <pre># comment
  4. name1=value1
  5. name2=value2
  6. </pre>
  7. These are passed to Maven like <tt>"-Dname1=value1 -Dname2=value2"</tt>
  8. </div>