Skip to content

Commit e9e23a3

Browse files
committed
Stop using mvn to initialize/update submodule
1 parent c1e1ae4 commit e9e23a3

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
@@ -100,24 +100,6 @@
100100
<check />
101101
</configuration>
102102
</plugin>
103-
<plugin>
104-
<groupId>org.codehaus.mojo</groupId>
105-
<artifactId>exec-maven-plugin</artifactId>
106-
<version>3.0.0</version>
107-
<executions>
108-
<execution>
109-
<phase>initialize</phase>
110-
<id>invoke build</id>
111-
<goals>
112-
<goal>exec</goal>
113-
</goals>
114-
</execution>
115-
</executions>
116-
<configuration>
117-
<executable>git</executable>
118-
<commandlineArgs>submodule update --init --recursive</commandlineArgs>
119-
</configuration>
120-
</plugin>
121103
<plugin>
122104
<groupId>org.codehaus.mojo</groupId>
123105
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)