diff options
Diffstat (limited to 'org.aspectj.matcher/pom.xml')
-rw-r--r-- | org.aspectj.matcher/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml index 4e67ef7f9..e3f8a9627 100644 --- a/org.aspectj.matcher/pom.xml +++ b/org.aspectj.matcher/pom.xml @@ -39,4 +39,22 @@ </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.2</version> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </project> |