Hi,

I have configured system properties for surefire plugin:

      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <systemProperties>
            <property>
              <name>my.property</name>
              <value>my.value</value>
            </property>
          </systemProperties>
        </configuration>
      </plugin>

When I launch mvn surefire-report:report (or mvn test) from command-line it
works fine.
When I launch the same goal with the same pom.xml from Eclipse with
m2eclipse launcher, the value is not defined (null).
Any idea?
Thanks,

Amélie
-- 
View this message in context: 
http://www.nabble.com/System-properties-for-surefire-plugin-not-found-with-m2eclipse-tp20151089p20151089.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to