Skip to content

Please speficy versions of dependencies in the parent pom #34

@pgrt

Description

@pgrt

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.1

solve the issue.

Best regards,

Pierre

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions