diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-31 13:06:04 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-31 13:06:04 -0800 |
commit | e98f07fb4dada3f81706cf3a7481aedb252161c0 (patch) | |
tree | cabdb462c13674ebab07303324dcf147f71c561b /ajde.core/pom.xml | |
parent | bfd990aedf2a91fa83e8d2221a9f448ce77d84a4 (diff) | |
download | aspectj-e98f07fb4dada3f81706cf3a7481aedb252161c0.tar.gz aspectj-e98f07fb4dada3f81706cf3a7481aedb252161c0.zip |
Add module tests back in - but streamlined
Diffstat (limited to 'ajde.core/pom.xml')
-rw-r--r-- | ajde.core/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml index 6f3cae974..d6315cf5b 100644 --- a/ajde.core/pom.xml +++ b/ajde.core/pom.xml @@ -41,21 +41,4 @@ <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> |