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

Clean up the CI stuff #209

Closed
ingorichtsmeier opened this issue Feb 28, 2023 · 1 comment
Closed

Clean up the CI stuff #209

ingorichtsmeier opened this issue Feb 28, 2023 · 1 comment

Comments

@ingorichtsmeier
Copy link
Contributor

What should we do?

Currently, there is a warning in the build:

  Warning:  Some problems were encountered while building the effective model for com.example.workflow:sample-process-solution:jar:1.0.1-SNAPSHOT
  Warning:  'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ line 111, column 15
  Warning:  
  Warning:  Some problems were encountered while building the effective model for com.example.workflow:sample-process-solution-migrated:jar:1.0.0-SNAPSHOT
  Warning:  'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ line 105, column 15
  Warning:  
  Warning:  It is highly recommended to fix these problems because they threaten the stability of your build.
  Warning:  
  Warning:  For this reason, future Maven versions might no longer support building such malformed projects.

This should be fixed.

The version of the sample-process-solution was increased to 1.0.1-SNAPSHOT in the last release.

Why should we do it?

Keep consistent examples decoupled from the version of the libraries.

@ingorichtsmeier
Copy link
Contributor Author

closed with #171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant