Skip to content

Maven POM not working #9

@geesen

Description

@geesen

Using the maven pom from maven central does not work properly.

The problem seems to be the parent-artifact. Since the parent artifact mdnsjava-full is not known, the artifact mdnsjava (which was published to maven central) could not be entirely resolved.
I think, the problem is that developers of this package has mdnsjava-full in their local repository (e.g. they used mvn install). Therefore, they do not see that this parent artifact is actually missing...

So, either, the whole project, including mdnsjava-full and its dependencies must be published as well or the <parent> tag should be removed from the pom.xml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions