[ http://jira.codehaus.org/browse/MNG-298?page=comments#action_31901 ] Vincent Massol commented on MNG-298: ------------------------------------
Please use the second patch as it has debug logs added. > [surefire] Add support for passing system properties to JUnit tests > ------------------------------------------------------------------- > > Key: MNG-298 > URL: http://jira.codehaus.org/browse/MNG-298 > Project: m2 > Type: New Feature > Components: maven-plugins > Versions: 2.0-alpha-1 > Reporter: Vincent Massol > Fix For: 2.0-alpha-2 > Attachments: maven-surefire-plugin_systemproperties.patch, > maven-surefire-plugin_systemproperties2.patch > > > Some tests require to get some properties to work. This patch adds support > for passing system properties to JUnit tests. To use it: > <build> > <plugins> > <plugin> > <artifactId>maven-surefire-plugin</artifactId> > <version>1.0-alpha-1</version> > <configuration> > <systemProperties> > <property> > <name>myproperty</name> > <value>myvalue</value> > </property> > </systemProperties> > </configuration> > </plugin> > </plugins> > </build> -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
