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 c1e1ae4 commit e9e23a3Copy full SHA for e9e23a3
pom.xml
@@ -100,24 +100,6 @@
100
<check />
101
</configuration>
102
</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>
121
<plugin>
122
<groupId>org.codehaus.mojo</groupId>
123
<artifactId>versions-maven-plugin</artifactId>
0 commit comments