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 89ce199 commit 84bf050Copy full SHA for 84bf050
pom.xml
@@ -98,6 +98,23 @@
98
<maxmem>256m</maxmem>
99
</configuration>
100
</plugin>
101
+ <plugin>
102
+ <groupId>org.codehaus.mojo</groupId>
103
+ <artifactId>exec-maven-plugin</artifactId>
104
+ <version>1.1</version>
105
+ <executions>
106
+ <execution>
107
+ <phase>initialize</phase>
108
+ <id>invoke build</id>
109
+ <goals>
110
+ <goal>exec</goal>
111
+ </goals>
112
+ </execution>
113
+ </executions>
114
+ <configuration>
115
+ <executable>git submodule update --init --recursive</executable>
116
+ </configuration>
117
+ </plugin>
118
</plugins>
119
</build>
120
<parent>
0 commit comments