/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
- <div>
- Properties needed by your Maven build can be specified here (in the standard properties file format):
- <pre># comment
- name1=value1
- name2=value2
- </pre>
- These are passed to Maven like <tt>"-Dname1=value1 -Dname2=value2"</tt>
- </div>