Skip to content
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

Remove deegree-maven-plugin #1169

Merged
merged 9 commits into from
Aug 13, 2021

Conversation

lgoltz
Copy link
Contributor

@lgoltz lgoltz commented Aug 12, 2021

This PR removes the deegree-maven-plugin completely, the configured goals are replaced/removed as follows:

  • generate-buildinfo
    • Replaced by adding a manifest to the war deegree-webservices.war, the classes are includes as jar.
  • workspace-inplace, generate-portnumber, attach-workspace
    • Replaced by maven-dependency-plugin and build-helper-maven-plugin
  • generate-jaxb-catalog
    • Completly removed. Configured in an unsed profile "deegree-maven-plugin".
  • assemble-log4j, assemble-console
    • Removed
  • test-workspaces
    • Used in deegree-workspace-tests. The tests executed in the plugin was migrated as Junit tests.

Furthermore the tomcat7-maven-plugin was replaced by the jetty-maven-plugin.

The test results are identical to the old test results, except:

  • deegree-wmts-tests: three tests less which was executed twice before
  • deegree-workspace-tests: tests results were not reported before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) CI and build CI and build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants