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.

aspectjmatcher.pom 1.0KB

123456789101112131415161718192021222324252627282930313233
  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>aspectjmatcher</artifactId>
  7. <packaging>jar</packaging>
  8. <version>VERSION</version>
  9. <name>AspectJ weaver</name>
  10. <description>The AspectJ matcher includes the pointcut matching capabilities</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>