diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2017-02-01 01:52:11 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2017-02-01 01:52:11 +0000 |
commit | a23769197568a4f996fdd2431708fdaf7d681f5b (patch) | |
tree | 63f4ca1d94076d34ef75dc44f99d5b27c6d8c252 /pom.xml | |
parent | 0114aa89c5a9b9c1c66a1ea4fd70b311b6f0c2b0 (diff) | |
download | jackcess-a23769197568a4f996fdd2431708fdaf7d681f5b.tar.gz jackcess-a23769197568a4f996fdd2431708fdaf7d681f5b.zip |
more plugin cleanup
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1082 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -161,22 +161,6 @@ </executions> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - </instrumentation> - </configuration> - <executions> - <execution> - <id>clean</id> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <configuration> |