You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

relocated-v3artifact-1.0.0.pom 976B

1234567891011121314151617181920212223242526272829
  1. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>relocated-test</groupId>
  5. <artifactId>relocated-v3artifact</artifactId>
  6. <version>1.0.0</version>
  7. <scm>
  8. <connection>scm:cvs:ext:${maven.username}@localhost:/home/cvs</connection>
  9. </scm>
  10. <dependencies>
  11. <dependency>
  12. <groupId>groupId</groupId>
  13. <artifactId>artifactId</artifactId>
  14. <version>version</version>
  15. </dependency>
  16. <dependency>
  17. <groupId>groupId</groupId>
  18. <artifactId>test-artifactId</artifactId>
  19. <version>version</version>
  20. <scope>test</scope>
  21. </dependency>
  22. <dependency>
  23. <groupId>junit</groupId>
  24. <artifactId>junit</artifactId>
  25. <version>3.8.2</version>
  26. <scope>test</scope>
  27. </dependency>
  28. </dependencies>
  29. </project>