Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. -------------------------------------------------------------------------------------------------------------------
  2. <execution>
  3. <id>unpack</id>
  4. <phase>initialize</phase>
  5. <goals>
  6. <goal>unpack</goal>
  7. </goals>
  8. <configuration>
  9. <artifactItems>
  10. <artifactItem>
  11. <groupId>com.aris.modeling.components</groupId>
  12. <artifactId>spreadsheet-connect</artifactId>
  13. <version>99.0.0.0-g-octcn-SNAPSHOT</version>
  14. <overWrite>true</overWrite>
  15. <outputDirectory>${project.basedir}/src/main/webapp/</outputDirectory>
  16. </artifactItem>
  17. </artifactItems>
  18. </configuration>
  19. </execution>
  20. -------------------------------------------------------------------------------------------------------------------
  21.  
  22. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack (unpack) on project spreadsheet-connect: Unable to find artifact. Failure to find com.aris.modeling.components:spreadsheet-connect:jar:99.0.0.0-g-octcn-SNAPSHOT in http://nexusARIS:8081/nexus/content/groups/ARIS_Allowed_Repos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement