Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.1.0, 3.0-alpha-1
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Environment:all
-
Complexity:Intermediate
-
Number of attachments :
Description
Hi,
I have an artifact (packaging war).
I have some jobs to do (xdoclet-maven-plugin others internal plugin) which are only needed for included materials in the war :
- web.xml
- automatic generated pages (about page etc..)
Actually I attached it tho the phase process-classes or test.
But when I just want to try a simple the simple : mvn -Dtest=something clean test.
All of my .java are parsed by the plugin and all other jobs made whereas this should be done in a phase just before packaging.
I really need a phase just before package to place all this jobs.
Probably this can be extends to phase deploy.
Olivier
I've got a similar situation. Need to perform some work prior to 'package', but only when 'package' is to be executed after.
A prepare-package phase would be a clean solution and avoid any dirty workarounds.
Tom.