aboutsummaryrefslogtreecommitdiffstats
path: root/ajde.core
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-01-31 12:03:30 -0800
committerAndy Clement <aclement@pivotal.io>2019-01-31 12:03:30 -0800
commitb5a9f23c80222f8d68985173c50016ab66c69115 (patch)
tree1cdc0ceb98c7ac92be2e6fbea668081d1390832f /ajde.core
parent1f66dac4c201c23c624cff7cf0751c2aa811e27b (diff)
downloadaspectj-b5a9f23c80222f8d68985173c50016ab66c69115.tar.gz
aspectj-b5a9f23c80222f8d68985173c50016ab66c69115.zip
various polish to previously mavenized projects to support newer ones
Diffstat (limited to 'ajde.core')
-rw-r--r--ajde.core/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml
index d6315cf5b..6f3cae974 100644
--- a/ajde.core/pom.xml
+++ b/ajde.core/pom.xml
@@ -41,4 +41,21 @@
<version>${project.version}</version>
</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>