Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  2. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ line 59, column 12
  3. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.openmrs.api:openmrs-api:jar -> duplicate declaration of version ${openmrs.platform.version} @ org.openmrs.module:appointments:1.1-SNAPSHOT, /home/nicholas/workspace/openmrs/openmrs-module-appointments/pom.xml, line 207, column 16
  4. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.servlet:servlet-api:jar -> version 2.5 vs 3.0.1 @ org.openmrs.module:appointments:1.1-SNAPSHOT, /home/nicholas/workspace/openmrs/openmrs-module-appointments/pom.xml, line 214, column 16
  5. [FATAL] Non-resolvable parent POM for org.openmrs.module:appointments-api:[unknown-version]: Could not find artifact org.openmrs.module:appointments:pom:1.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 96, column 10
  6. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ line 164, column 12
  7. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.openmrs.api:openmrs-api:jar -> duplicate declaration of version ${openmrs.platform.version} @ org.openmrs.module:appointments:1.1-SNAPSHOT, /home/nicholas/workspace/openmrs/openmrs-module-appointments/pom.xml, line 207, column 16
  8. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.servlet:servlet-api:jar -> version 2.5 vs 3.0.1 @ org.openmrs.module:appointments:1.1-SNAPSHOT, /home/nicholas/workspace/openmrs/openmrs-module-appointments/pom.xml, line 214, column 16
  9. [FATAL] Non-resolvable parent POM for org.openmrs.module:appointments-omod:[unknown-version]: Could not find artifact org.openmrs.module:appointments:pom:1.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 4, column 10
  10. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.openmrs.api:openmrs-api:jar -> duplicate declaration of version ${openmrs.platform.version} @ line 207, column 16
  11. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.servlet:servlet-api:jar -> version 2.5 vs 3.0.1 @ line 214, column 16
  12. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 77, column 12
  13. @
  14. [ERROR] The build could not read 2 projects -> [Help 1]
  15. [ERROR]
  16. [ERROR] The project org.openmrs.module:appointments-api:[unknown-version] (/home/nicholas/workspace/openmrs/openmrs-module-appointments/api/pom.xml) has 1 error
  17. [ERROR] Non-resolvable parent POM for org.openmrs.module:appointments-api:[unknown-version]: Could not find artifact org.openmrs.module:appointments:pom:1.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 96, column 10 -> [Help 2]
  18. [ERROR]
  19. [ERROR] The project org.openmrs.module:appointments-omod:[unknown-version] (/home/nicholas/workspace/openmrs/openmrs-module-appointments/omod/pom.xml) has 1 error
  20. [ERROR] Non-resolvable parent POM for org.openmrs.module:appointments-omod:[unknown-version]: Could not find artifact org.openmrs.module:appointments:pom:1.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 4, column 10 -> [Help 2]
  21. [ERROR]
  22. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  23. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  24. [ERROR]
  25. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  26. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
  27. [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement