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 476fd26 commit a9adfccCopy full SHA for a9adfcc
pom.xml
@@ -199,6 +199,24 @@
199
</execution>
200
</executions>
201
</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>
220
<plugin>
221
<groupId>org.codehaus.mojo</groupId>
222
<artifactId>versions-maven-plugin</artifactId>
0 commit comments