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

Martin Grigorov commented on WICKET-4281:
-----------------------------------------

The patches are applied in 1.5.x and 6.0.x.
I also removed the need of -tests.jar by moving the test related classes in 
-util.jar (as they were before Brian Topping requesting to remove JUnit 
dependency from runtime).
Now -util and -core depend on JUnit 4.x with scope 'provided'.
                
> Simplify Maven build for development
> ------------------------------------
>
>                 Key: WICKET-4281
>                 URL: https://issues.apache.org/jira/browse/WICKET-4281
>             Project: Wicket
>          Issue Type: Task
>    Affects Versions: 1.5.3
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5.4, 6.0.0
>
>         Attachments: wicket-maven-fast-profile.patch, 
> wicket-source-javadoc.diff
>
>
> Wicket's build can be simplified for development by creating a profile that 
> excludes some of the plugins like:
> - generation of javadoc jar
> - generation of sources jar
> - generation of -tests.jars (for this we need to move ApacheLicenceTest and 
> XmlWellformedTest in wicket-util/src/main)
> - run the tests in parallel
> - run the slower tests on in the default profile

--
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