Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.4
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
It would be helpful to have an easy way to access the current version of maven. This might be accomplished by setting a property like "maven.version" during startup that would be available to the pom and/or to plugins. This could be used to record what version of maven was used during the build to facilitate build reproducibility.
Issue Links
- is related to
-
MOJO-1618
Invalid links used for m-javadoc-p
-
-
MSHARED-38
Archiver should be adding "Created-By: Apache Maven _2.0.4_" to the manifest
-
-
MNG-5134
Standard documentation for build-in properties
-
- relates to
-
MRELEASE-352
Record Maven version and java version used during release.
-
from the thread on the ML, it sounded like it was acceptable usage to grab the RuntimeInformation component (but add an integration test to Maven to make sure it survives any future refactoring).