For clarity, this is fixed since RC16. Paul Benedict wrote:
My issue might be related to MNG-3535.I defined this property: <java.version>1.6</java.version> And used it in my compiler plugin: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>${java.version}</source> <target>${java.version}</target> </configuration> </plugin> I know this use to work before 2.0.10, but now it does not. [INFO] Compilation failure Failure executing javac, but could not parse the error: javac: invalid target release: 1.6.0_06 Usage: javac <options> <source files> use -help for a list of possible options The error here is that ${java.version} is not the value I specified, but one that already exists. Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
