We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa74e89 commit 459f1b0Copy full SHA for 459f1b0
1 file changed
pom.xml
@@ -232,24 +232,6 @@
232
<check />
233
</configuration>
234
</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>
253
<plugin>
254
<groupId>org.codehaus.mojo</groupId>
255
<artifactId>versions-maven-plugin</artifactId>
0 commit comments