I am getting the below error when I build on “develop” branch. However, on the
same machine and env, the build on the release bits went through.
Is there any other additional steps to build off “develop” branch?
Thanks
Bosco
$ mvn -DskipTests clean package
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'parent.relativePath' of POM
org.apache.eagle:eagle-common:[unknown-version]
(/home/build/git/incubator-eagle/eagle-core/eagle-common/pom.xml) points at
org.apache.eagle:eagle-core instead of org.apache.eagle:eagle-query-parent,
please verify your project structure @ line 22, column 10
[FATAL] Non-resolvable parent POM for
org.apache.eagle:eagle-common:[unknown-version]: Could not find artifact
org.apache.eagle:eagle-query-parent:pom:0.5.0-incubating-SNAPSHOT and
'parent.relativePath' points at wrong local POM @ line 22, column 10
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: joda-time:joda-time:jar -> duplicate declaration of version (?) @
org.apache.eagle:alert-engine:[unknown-version],
/home/build/git/incubator-eagle/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/pom.xml,
line 115, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.apache.kafka:kafka-clients:jar -> duplicate declaration of
version (?) @ org.apache.eagle:alert-engine:[unknown-version],
/home/build/git/incubator-eagle/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/pom.xml,
line 127, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.apache.eagle:eagle-metadata-base:jar -> version
${project.version} vs 0.5.0-incubating-SNAPSHOT @
org.apache.eagle:eagle-app-base:[unknown-version],
/home/build/git/incubator-eagle/eagle-core/eagle-app/eagle-app-base/pom.xml,
line 95, column 21
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: junit:junit:jar -> duplicate declaration of version (?) @
org.apache.eagle:eagle-app-base:[unknown-version],
/home/build/git/incubator-eagle/eagle-core/eagle-app/eagle-app-base/pom.xml,
line 100, column 21
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @
org.apache.eagle:eagle-webservice:[unknown-version],
/home/build/git/incubator-eagle/eagle-webservice/pom.xml, line 400, column 12
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.eagle:eagle-common:[unknown-version]
(/home/build/git/incubator-eagle/eagle-core/eagle-common/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for
org.apache.eagle:eagle-common:[unknown-version]: Could not find artifact
org.apache.eagle:eagle-query-parent:pom:0.5.0-incubating-SNAPSHOT and
'parent.relativePath' points at wrong local POM @ line 22, column 10 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException