[ 
https://issues.apache.org/jira/browse/WICKET-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

selckin updated WICKET-4281:
----------------------------

    Attachment: wicket-maven-fast-profile.patch

adds a fast profile that excludes source/javadoc building, and current 1 really 
slow test (20sec+)

Maybe it should exclude -example tests too? they are kinda slow and fail in 
parallel

There are a few tests that cause trouble when run in parallel because they 
change global Locale, maybe disable those in fast profile, or create a separate 
parallel test profile?

not looked into getting rid of -tests jar


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