Jigar Joshi edited a comment on Improvement MOJO-1954

Usage (edit not allowed in original description)

			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>properties-maven-plugin</artifactId>
				<version>1.0-alpha-2</version>
				<executions>
					<execution>
						<phase>initialize</phase>
						<goals>
							<goal>read-and-write-project-properties</goal>
						</goals>
						<configuration>
							<files>
								<file>/some/path/some.properties</file>
							</files>
							<outputFile>/some/path/someotherproperties</outputFile>
							<supersedingProperties>
								<property>
									<name>foo</name>
									<value>bar</value>
								</property>
								<property>
									<name>foo1</name>
									<value>bar1</value>
								</property>
							</supersedingProperties>
						</configuration>
					</execution>
				</executions>
			</plugin>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to