Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

aspectjrt.pom 1019B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>org.aspectj</groupId>
  6. <artifactId>aspectjrt</artifactId>
  7. <packaging>jar</packaging>
  8. <version>VERSION</version>
  9. <name>AspectJ runtime</name>
  10. <description>The runtime needed to execute a program using AspectJ</description>
  11. <url>https://www.eclipse.org/aspectj/</url>
  12. <licenses>
  13. <license>
  14. <name>Eclipse Public License - v 1.0</name>
  15. <url>http://www.eclipse.org/legal/epl-v10.html</url>
  16. <distribution>repo</distribution>
  17. </license>
  18. </licenses>
  19. <developers>
  20. <developer>
  21. <id>aclement</id>
  22. <name>Andy Clement</name>
  23. <email>aclement@vmware.com</email>
  24. </developer>
  25. </developers>
  26. <scm>
  27. <url>https://github.com/eclipse/org.aspectj</url>
  28. </scm>
  29. </project>