[ 
https://issues.apache.org/jira/browse/WICKET-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269275#comment-13269275
 ] 

Emond Papegaaij commented on WICKET-4523:
-----------------------------------------

On master, the maven-compiler-plugin has already been upgraded to 2.4, which 
includes the new plexus compiler. On my system, the 'clean compile' time for 
wicket 6 is 11.5 sec with 2.4 and 21 sec with the old version, so 2.4 is almost 
twice as fast.
                
> Use new maven compiler plugin to speed up build time
> ----------------------------------------------------
>
>                 Key: WICKET-4523
>                 URL: https://issues.apache.org/jira/browse/WICKET-4523
>             Project: Wicket
>          Issue Type: Improvement
>         Environment: maven 3
>            Reporter: Christoph Leiter
>            Assignee: Carl-Eric Menzel
>            Priority: Minor
>         Attachments: WICKET-4523-5.patch, WICKET-4523-6.patch
>
>
> There's a new Java compiler plugin for maven which caches the classloader for 
> JavaCompiler. This has a huge positive performance impact. See 
> http://jira.codehaus.org/browse/PLXCOMP-202
> For me this change reduced the time for "mvn clean compile" on wicket master 
> branch from 56s to 34s.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to