Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.0-RC1
-
Fix Version/s: None
-
Component/s: maven plugin
-
Labels:None
-
Environment:java on linux
-
Number of attachments :
Description
XMLBeans implemented a similar feature so that the compiler does not run on every build, but rather only on clean builds (or perhaps builds where at least one file must be recompiled). Right now, even if maven reports that no files need to be compiled, the JiBX compiler still executes. Either the project object can be consulted (taking a look at the compiler plugin) or a .staleFlag can be used that allows the developer to control when the compiler runs.
Activity
Dennis Sosnoski
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | maven plugin [ 11936 ] | |
| Assignee | Andreas Brenk [ abrenk ] |
Jerome Bernard
made changes -
| Assignee | Andreas Brenk [ abrenk ] | Jerome Bernard [ kalixia ] |
Don Corley
made changes -
| Assignee | Jerome Bernard [ kalixia ] | Don Corley [ doncorley ] |