mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
update enforcer plugin
This commit is contained in:
parent
e4858098cf
commit
d73a86ee4b
1 changed files with 29 additions and 29 deletions
58
pom.xml
58
pom.xml
|
|
@ -109,39 +109,39 @@
|
||||||
</testResource>
|
</testResource>
|
||||||
</testResources>
|
</testResources>
|
||||||
|
|
||||||
<pluginManagement>
|
<!--<pluginManagement>-->
|
||||||
<plugins>
|
<!--<plugins>-->
|
||||||
<plugin>
|
<!--<plugin>-->
|
||||||
<groupId>org.eclipse.m2e</groupId>
|
<!--<groupId>org.eclipse.m2e</groupId>-->
|
||||||
<artifactId>lifecycle-mapping</artifactId>
|
<!--<artifactId>lifecycle-mapping</artifactId>-->
|
||||||
<version>1.0.0</version>
|
<!--<version>1.0.0</version>-->
|
||||||
<configuration>
|
<!--<configuration>-->
|
||||||
<lifecycleMappingMetadata>
|
<!--<lifecycleMappingMetadata>-->
|
||||||
<pluginExecutions>
|
<!--<pluginExecutions>-->
|
||||||
<pluginExecution>
|
<!--<pluginExecution>-->
|
||||||
<pluginExecutionFilter>
|
<!--<pluginExecutionFilter>-->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<!--<groupId>org.apache.maven.plugins</groupId>-->
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<!--<artifactId>maven-enforcer-plugin</artifactId>-->
|
||||||
<versionRange>[1.0.0,)</versionRange>
|
<!--<versionRange>[1.0.0,)</versionRange>-->
|
||||||
<goals>
|
<!--<goals>-->
|
||||||
<goal>enforce</goal>
|
<!--<goal>enforce</goal>-->
|
||||||
</goals>
|
<!--</goals>-->
|
||||||
</pluginExecutionFilter>
|
<!--</pluginExecutionFilter>-->
|
||||||
<action>
|
<!--<action>-->
|
||||||
<ignore />
|
<!--<ignore />-->
|
||||||
</action>
|
<!--</action>-->
|
||||||
</pluginExecution>
|
<!--</pluginExecution>-->
|
||||||
</pluginExecutions>
|
<!--</pluginExecutions>-->
|
||||||
</lifecycleMappingMetadata>
|
<!--</lifecycleMappingMetadata>-->
|
||||||
</configuration>
|
<!--</configuration>-->
|
||||||
</plugin>
|
<!--</plugin>-->
|
||||||
</plugins>
|
<!--</plugins>-->
|
||||||
</pluginManagement>
|
<!--</pluginManagement>-->
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.3.1</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>enforce-versions</id>
|
<id>enforce-versions</id>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue