Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Number of attachments :
Description
Some modules that I work on require post-compile bytecode mangling on the compiled classes, which kicks in during the process-classes phase, as it should be.
Jetty should run after this phase.
Activity
Greg Wilkins
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Jan Bartel [ janb ] |
Jan Bartel
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
The jetty:run target executes the build lifecycle up to the test-compile phase, which is well after the process-classes phase.