diff options
Diffstat (limited to 'build/aspectjweaver.pom')
-rw-r--r-- | build/aspectjweaver.pom | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/aspectjweaver.pom b/build/aspectjweaver.pom index e70f56ede..45ddafddc 100644 --- a/build/aspectjweaver.pom +++ b/build/aspectjweaver.pom @@ -4,8 +4,10 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> + <packaging>jar</packaging> <version>ASPECTJVERSION</version> <name>AspectJ weaver</name> + <description>The AspectJ weaver introduces advices to java classes</description> <url>http://www.aspectj.org</url> <licenses> @@ -16,4 +18,8 @@ </license> </licenses> + <scm> + <url>http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project</url> + </scm> + </project> |