buildinfo-maven-plugin Dabei handelt es sich um ein Maven Plugin, welches Informationen zum aktuellen Build in die die JAR-Datei inkludiert. Es funktioniert mit Maven 2 als auch mit Maven 3. Es können wahlweise folgende Informationen geschrieben werden:
Konfiguration
Anwendungsbeispiel <project ...> ... <build> <plugins> ... <plugin> <groupId>com.phloc.maven</groupId> <artifactId>buildinfo-maven-plugin</artifactId> <version>1.0.9</version> <executions> <execution> <goals> <goal>generate-buildinfo</goal> </goals> </execution> </executions> <configuration> <formatProperties>false</formatProperties> <formatXML>true</formatXML> <withAllSystemProperties>true</withAllSystemProperties> <selectedEnvVars> <param>JAVA_.*</param> <param>M2_.*</param> <param>MAVEN_.*</param> <param>NUMBER_OF_PROCESSORS</param> <param>OS</param> <param>PROCESSOR_.*</param> </selectedEnvVars> </configuration> </plugin> ... </plugins> </build> ... </project>
Informationen
Changelog:
Falls Sie Support beim Einsatz von buildinfo-maven-plugin benötigen, stehen wir Ihnen für Hilfestellung gerne unter office@phloc.com zur Verfügung. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||