Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.6.1
-
Component/s: None
-
Labels:None
-
Environment:HideApache Maven 3.0.3 (r1075438; 2011-02-28 19:31:09+0200)
Maven home: /java/apache/maven-3.0.3
Java version: 1.6.0_19, vendor: Sun Microsystems Inc.
Java home: /java/jdk1.6.0_19/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "2.6.36.2", arch: "i386", family: "unix"
ShowApache Maven 3.0.3 (r1075438; 2011-02-28 19:31:09+0200) Maven home: /java/apache/maven-3.0.3 Java version: 1.6.0_19, vendor: Sun Microsystems Inc. Java home: /java/jdk1.6.0_19/jre Default locale: en_US, platform encoding: ISO-8859-1 OS name: "linux", version: "2.6.36.2", arch: "i386", family: "unix"
-
Number of attachments :
Description
If you have an aggregator with several modules each of which launches Jetty before the tests and if you've defined <systemProperties><systemProperty...></systemProperties, the next module to start up Jetty will end up using the values from defined for the first module, even if you've defined different values for this module.