[
http://jira.codehaus.org/browse/SUREFIRE-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter moved MSUREFIRE-79 to SUREFIRE-217:
------------------------------------------------
Key: SUREFIRE-217 (was: MSUREFIRE-79)
Project: Maven Surefire (was: Maven 2.x Surefire Plugin)
> Docs for systemProperties on website are wrong
> ----------------------------------------------
>
> Key: SUREFIRE-217
> URL: http://jira.codehaus.org/browse/SUREFIRE-217
> Project: Maven Surefire
> Issue Type: Bug
> Reporter: Jason Dillon
> Assigned To: Brett Porter
> Priority: Critical
>
> Site says:
> {code}
> <project>
> ...
> <build>
> ...
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-surefire-plugin</artifactId>
> <configuration>
> <systemProperties>
> <property>
> <name>propertyName</name>
> <value>propertyValue</value>
> </property>
> </systemProperties>
> </configuration>
> </plugin>
> ...
> </build>
> ...
> </project>
> {code}
> Should be:
> {code}
> <project>
> ...
> <build>
> ...
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-surefire-plugin</artifactId>
> <configuration>
> <systemProperties>
> <propertyName>propertyValue</propertyName>
> </systemProperties>
> </configuration>
> </plugin>
> ...
> </build>
> ...
> </project>
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira