Remove exec-maven-plugin for now
This commit is contained in:
parent
d797c848ee
commit
0fcf9822a9
1 changed files with 5 additions and 5 deletions
10
pom.xml
10
pom.xml
|
|
@ -48,11 +48,11 @@
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<!--<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.0.0</version>
|
||||||
<inherited>false</inherited> <!-- only execute these in the parent -->
|
<inherited>false</inherited>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>git submodule update</id>
|
<id>git submodule update</id>
|
||||||
|
|
@ -62,8 +62,8 @@
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>submodule</argument>
|
<argument>submodule</argument>
|
||||||
<argument>update</argument>
|
<argument>update</argument>
|
||||||
<argument>--init</argument>
|
<argument>-init</argument>
|
||||||
<argument>--recursive</argument>
|
<argument>-recursive</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue