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>
|
||||
</testResources>
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.m2e</groupId>
|
||||
<artifactId>lifecycle-mapping</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<configuration>
|
||||
<lifecycleMappingMetadata>
|
||||
<pluginExecutions>
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<versionRange>[1.0.0,)</versionRange>
|
||||
<goals>
|
||||
<goal>enforce</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore />
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
</lifecycleMappingMetadata>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<!--<pluginManagement>-->
|
||||
<!--<plugins>-->
|
||||
<!--<plugin>-->
|
||||
<!--<groupId>org.eclipse.m2e</groupId>-->
|
||||
<!--<artifactId>lifecycle-mapping</artifactId>-->
|
||||
<!--<version>1.0.0</version>-->
|
||||
<!--<configuration>-->
|
||||
<!--<lifecycleMappingMetadata>-->
|
||||
<!--<pluginExecutions>-->
|
||||
<!--<pluginExecution>-->
|
||||
<!--<pluginExecutionFilter>-->
|
||||
<!--<groupId>org.apache.maven.plugins</groupId>-->
|
||||
<!--<artifactId>maven-enforcer-plugin</artifactId>-->
|
||||
<!--<versionRange>[1.0.0,)</versionRange>-->
|
||||
<!--<goals>-->
|
||||
<!--<goal>enforce</goal>-->
|
||||
<!--</goals>-->
|
||||
<!--</pluginExecutionFilter>-->
|
||||
<!--<action>-->
|
||||
<!--<ignore />-->
|
||||
<!--</action>-->
|
||||
<!--</pluginExecution>-->
|
||||
<!--</pluginExecutions>-->
|
||||
<!--</lifecycleMappingMetadata>-->
|
||||
<!--</configuration>-->
|
||||
<!--</plugin>-->
|
||||
<!--</plugins>-->
|
||||
<!--</pluginManagement>-->
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>1.3.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce-versions</id>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue