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.

v3artifact-1.0.0.pom 658B

123456789101112131415161718192021222324
  1. <project>
  2. <pomVersion>3</pomVersion>
  3. <artifactId>v3artifact</artifactId>
  4. <groupId>test</groupId>
  5. <currentVersion>1.0.0</currentVersion>
  6. <dependencies>
  7. <dependency>
  8. <groupId>groupId</groupId>
  9. <artifactId>artifactId</artifactId>
  10. <version>version</version>
  11. </dependency>
  12. <dependency>
  13. <groupId>groupId</groupId>
  14. <artifactId>test-artifactId</artifactId>
  15. <version>version</version>
  16. <properties>
  17. <scope>test</scope>
  18. </properties>
  19. </dependency>
  20. </dependencies>
  21. <repository>
  22. <connection>scm:cvs:ext:${maven.username}@localhost:/home/cvs</connection>
  23. </repository>
  24. </project>