-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade/replace deegree-maven-plugin #963
Comments
The maintenance of the deegree-maven-plugin has ended. The code base has not received any significant changes since years and no actual committer is active. The TMC members can not maintain the code base. Thus the TMC has the motion to end the usage of the plugin in the build process of deegree and look for migration strategy. Because the plugin is crucial for the build process and has several shortcomings which already had cracked the build process of deegree. The plugin has 15 goals:
|
deegree:generate-buildinfo is used by build info, see #432 |
This raises the question of whether external processes or downstream CI jobs access the buildinfo.properties from the war. The only known place in deegree [2] itself, the ModuleInfo [3], has already been patched with #432. [1] https://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#archive |
Maven plugin to get |
…on, use pom as falllback (ogcschemas)
…rate-jaxb-catalog
PR #1169 has been merged. Release version 3.4.17 has been build without the plugin. The average build time has dropped from 25-28 min to 15-20 min. The project for the plugin itself has been archived (https://github.com/deegree/deegree-maven-plugin). |
The deegree maven plugin generates a
log4j2.xml
configuration file for plugin phaseassemble-log4j
and not alog4j.properties
file as expected.The text was updated successfully, but these errors were encountered: