[
http://jira.codehaus.org/browse/MNG-3803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter updated MNG-3803:
------------------------------
Affects Version/s: 3.0-alpha-1
Fix Version/s: 3.0-alpha-3
Summary: [regression] System properties not working any more
(was: System properties not working any more with Maven 2.1)
> [regression] System properties not working any more
> ---------------------------------------------------
>
> Key: MNG-3803
> URL: http://jira.codehaus.org/browse/MNG-3803
> Project: Maven 2
> Issue Type: Bug
> Affects Versions: 3.0-alpha-1
> Reporter: Amélie Deltour
> Priority: Minor
> Fix For: 3.0-alpha-3
>
>
> Passing system properties to surefire-plugin used to work fine with Maven
> 2.0.9:
> <plugin>
> <artifactId>maven-surefire-plugin</artifactId>
> <configuration>
> <systemProperties>
> <property>
> <name>my.property</name>
> <value>my.value</value>
> </property>
> </systemProperties>
> </configuration>
> </plugin>
> Now I use Maven 2.1-SNAPSHOT as Embedder launched with m2eclipse.
> The properties are not defined any more.
> In the logs with Maven 2.0.9 in debug mode I see:
> [DEBUG] Setting system property [my.property]=[my.value]
> This line is not present in the logs with Maven 2.1.
> This compatibility issue is quite annoying...
--
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