Build profiles
I have got profiling working so the core and plugins can be built in isolation. To build just the core and plugins use:
$ mvn install
while to build everything, including archetypes, documentation and a distribution use:
$ mvn install -P all
I decided to do it this way round as the id for a complete build was more obvious than one for a partial one (ie core and plugins).

rss
Comments
No comments.