-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Hello,
In Debian plexus-interactivity is packaged, and we are facing a bug with version 1.1 as the two child poms depend on org.codehaus.plexus:artifactId>plexus-utils and org.codehaus.plexus:plexus-container-default although no version number is provided. Then the pom files that are shipped in the build package have no versioning information and it raises errors about "dependencies.dependency.version" being missing for plexus-interactivity as soon as one uses maven-javadoc-plugin, which depends on plexus-interactivity.
Setting version information in the parent POM, e.g. with
org.codehaus.plexus plexus-utils 3.3.1 org.codehaus.plexus plexus-container-default 2.1.1solve the issue.
Best regards,
Pierre
Metadata
Metadata
Assignees
Labels
No labels