Guest User

Untitled

a guest
May 16th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>master.slave</groupId>
  4. <artifactId>modules</artifactId>
  5. <version>3.1-SNAPSHOT</version>
  6. <packaging>pom</packaging>
  7. <name>Main</name>
  8.  
  9. <modules>
  10. <module>Modules/moduleA</module>
  11. <module>Modules/moduleB</module>
  12. <module>Modules/moduleC</module>
  13. </modules>
  14. </project>
  15.  
  16. 19:01:28,673 INFO CompositeComponent:100 - MweReader: loading file from classpath:/paramsAcquiring.btdesign
  17. 19:01:30,565 ERROR ModelLoad:62 - Error loading resource
  18. org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.IOException: The path '/compliance/src/main/resources/compliance.btdesign' is unmapped
Add Comment
Please, Sign In to add comment