Bug#776583: libparanamer-java: Missing parent POM
Emmanuel Bourg
ebourg at apache.org
Thu Jan 29 15:34:16 UTC 2015
Package: libparanamer-java
Version: 2.7-1
Severity: grave
Justification: renders package unusable
libparanamer-java doesn't contain the parent POM (com.thoughtworks.paranamer:paranamer-parent)
which is referenced in the paranamer's POM. This breaks any Maven build depending on paranamer.
For example when packaging Apache Avro I got this error:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: com.thoughtworks.paranamer:paranamer:bundle:debian
Reason: Cannot find parent: com.thoughtworks.paranamer:paranamer-parent for project: com.thoughtworks.paranamer:paranamer:bundle:debian for project com.thoughtworks.paranamer:paranamer:bundle:debian
The paranamer-parent POM should either be included in the package, or the --no-parent
flag should be added to the maven-repo-helper settings to remove the reference to the
parent POM.
More information about the pkg-java-maintainers
mailing list