Skip to content

Commit 459f1b0

Browse files
committed
Remove unnecessary use of exec plugin
1 parent aa74e89 commit 459f1b0

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -232,24 +232,6 @@
232232
<check />
233233
</configuration>
234234
</plugin>
235-
<plugin>
236-
<groupId>org.codehaus.mojo</groupId>
237-
<artifactId>exec-maven-plugin</artifactId>
238-
<version>1.6.0</version>
239-
<executions>
240-
<execution>
241-
<phase>initialize</phase>
242-
<id>invoke build</id>
243-
<goals>
244-
<goal>exec</goal>
245-
</goals>
246-
</execution>
247-
</executions>
248-
<configuration>
249-
<executable>git</executable>
250-
<commandlineArgs>submodule update --init --recursive</commandlineArgs>
251-
</configuration>
252-
</plugin>
253235
<plugin>
254236
<groupId>org.codehaus.mojo</groupId>
255237
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)