Opened 13 years ago
#639 new enhancement
mvn compile target does too much
Reported by: | heikki | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | v2.6.5 |
Component: | General | Version: | v2.6.3 |
Keywords: | Cc: |
Description
When developing, it is often handy to just recompile the Java code using 'mvn compile'. This build target first minifies Javascript, which takes a long time, before compiling Java classes. It would be nice if we split those tasks into a 'mvn minify' and 'mvn compile' target, to speed up time needed for development.
Note:
See TracTickets
for help on using tickets.