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.

v3-warnings-artifact-1.0.0.pom 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!--
  2. ~ Copyright 2005-2006 The Apache Software Foundation.
  3. ~
  4. ~ Licensed under the Apache License, Version 2.0 (the "License");
  5. ~ you may not use this file except in compliance with the License.
  6. ~ You may obtain a copy of the License at
  7. ~
  8. ~ http://www.apache.org/licenses/LICENSE-2.0
  9. ~
  10. ~ Unless required by applicable law or agreed to in writing, software
  11. ~ distributed under the License is distributed on an "AS IS" BASIS,
  12. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. ~ See the License for the specific language governing permissions and
  14. ~ limitations under the License.
  15. -->
  16. <project>
  17. <pomVersion>3</pomVersion>
  18. <extend>../project.xml</extend>
  19. <artifactId>v3-warnings-artifact</artifactId>
  20. <groupId>test</groupId>
  21. <currentVersion>1.0.0</currentVersion>
  22. <versions>
  23. <version>
  24. <id>1.0</id>
  25. <name>1.0</name>
  26. <tag>1_0</tag>
  27. </version>
  28. </versions>
  29. <dependencies>
  30. <dependency>
  31. <groupId>groupId</groupId>
  32. <artifactId>artifactId</artifactId>
  33. <version>version</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>groupId</groupId>
  37. <artifactId>test-artifactId</artifactId>
  38. <version>version</version>
  39. <properties>
  40. <scope>test</scope>
  41. </properties>
  42. </dependency>
  43. </dependencies>
  44. <repository>
  45. <connection>scm:cvs:ext:${maven.username}@localhost:/home/cvs</connection>
  46. </repository>
  47. </project>