Skip to content

Commit 8eed5a2

Browse files
authored
Merge pull request #319 from maxmind/greg/no-exec-maven-plugin
Stop using mvn to initialize/update submodule
2 parents 72e75e9 + 121a19c commit 8eed5a2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -199,24 +199,6 @@
199199
</execution>
200200
</executions>
201201
</plugin>
202-
<plugin>
203-
<groupId>org.codehaus.mojo</groupId>
204-
<artifactId>exec-maven-plugin</artifactId>
205-
<version>3.0.0</version>
206-
<executions>
207-
<execution>
208-
<phase>initialize</phase>
209-
<id>invoke build</id>
210-
<goals>
211-
<goal>exec</goal>
212-
</goals>
213-
</execution>
214-
</executions>
215-
<configuration>
216-
<executable>git</executable>
217-
<commandlineArgs>submodule update --init --recursive</commandlineArgs>
218-
</configuration>
219-
</plugin>
220202
<plugin>
221203
<groupId>org.codehaus.mojo</groupId>
222204
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)