-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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
DrMetallius, shrhdk and matejsnoha
Metadata
Metadata
Assignees
Labels
No labels