Regression from Apache Maven 3.1.1, seen via:

bash$ mvn -e -Dmaven.test.skip=true -DskipTests=true -T 2.0C clean install "$@"
[ERROR] Error executing Maven.
java.lang.NumberFormatException: For input string: "2.0"
        at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.lang.Integer.parseInt(Integer.java:492)
        at java.lang.Integer.valueOf(Integer.java:582)
        at org.apache.maven.cli.MavenCli.populateRequest(MavenCli.java:1092)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:210)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

I'd say this would be a blocker, we use --threads * core multiplier
support on a variety of platforms for automatic scaling.


On Mon, Feb 10, 2014 at 9:18 PM, Jason van Zyl <ja...@takari.io> wrote:
> Time to release Maven 3.2.0!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to