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

org.jbpm.contrib:workitems as a parent pom results in broken version handling #136

Open
mP1 opened this issue Jul 8, 2020 · 0 comments
Open

Comments

@mP1
Copy link

mP1 commented Jul 8, 2020

When creating a work item handler using the parent results in broken versioning.

  <parent>
    <groupId>org.jbpm.contrib</groupId>
    <artifactId>workitems</artifactId>
    <version>7.40.0.20200703</version>
  </parent>

It is impossible to actually use your own version numbers because they will break resolution of dependencies within the parent, many of which are missing version numbers of any kind. This makes version management of the actual project completely broken, its not possible to have "different" published versions of the same work-item because they wont build.

@mP1 mP1 changed the title parent pom version handling is broken. org.jbpm.contrib:workitems as a parent pom results in broken version handling Jul 8, 2020
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

No branches or pull requests

1 participant