Skip to content

Commit 4bf220f

Browse files
authored
Merge pull request #139 from maxmind/greg/remove-unnecessary-plugins
Remove unnecessary Maven plugins
2 parents 47492ef + 3c852c9 commit 4bf220f

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -129,34 +129,6 @@
129129
<serviceName>travis-ci</serviceName>
130130
</configuration>
131131
</plugin>
132-
<plugin>
133-
<groupId>org.codehaus.mojo</groupId>
134-
<artifactId>cobertura-maven-plugin</artifactId>
135-
<version>2.7</version>
136-
<configuration>
137-
<format>xml</format>
138-
<maxmem>256m</maxmem>
139-
<check />
140-
</configuration>
141-
</plugin>
142-
<plugin>
143-
<groupId>org.codehaus.mojo</groupId>
144-
<artifactId>exec-maven-plugin</artifactId>
145-
<version>3.0.0</version>
146-
<executions>
147-
<execution>
148-
<phase>initialize</phase>
149-
<id>invoke build</id>
150-
<goals>
151-
<goal>exec</goal>
152-
</goals>
153-
</execution>
154-
</executions>
155-
<configuration>
156-
<executable>git</executable>
157-
<commandlineArgs>submodule update --init --recursive</commandlineArgs>
158-
</configuration>
159-
</plugin>
160132
<plugin>
161133
<groupId>org.codehaus.mojo</groupId>
162134
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)