Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. [ERROR] Failed to execute goal com.xebialabs.deployit:maven-deployit-plugin:3.8.3:import (default-cli)
  2. on project INFOGCService:
  3. Execution default-cli of goal
  4. com.xebialabs.deployit:maven-deployit-plugin:3.8.3:import failed:
  5. com.xebialabs.deployit.service.importer.ImporterException:
  6. The selected file does not have the expected format for an importable package
  7.  
  8. <parent>
  9. <groupId>something</groupId>
  10. <artifactId>deployit-root</artifactId>
  11. <version>LATEST</version>
  12. </parent>
  13. <modelVersion>4.0.0</modelVersion>
  14. <groupId>com.something.service.war</groupId>
  15. <artifactId>ProjectP</artifactId>
  16. <packaging>dar</packaging>
  17. <version>${pom_version}</version>
  18. <name>DAR archive for project ProjectP.</name>
  19.  
  20. <parent>
  21. <groupId>com.something.softwarefactory</groupId>
  22. <artifactId>maven-parent</artifactId>
  23. <version>2.0.0</version>
  24. </parent>
  25.  
  26. <groupId>com.something.service.war</groupId>
  27. <artifactId>ProjectP</artifactId>
  28. <packaging>war</packaging>
  29. <version>2.6.4-SNAPSHOT</version>
  30. <!-- ============ -->
  31. <!-- Informations -->
  32. <!-- ============ -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement