mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 09:37:38 +01:00
fix plugin configuration
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -317,9 +317,13 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>versions-maven-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>2.5</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>post-clean</phase>
|
||||
<goals>
|
||||
<goal>update-properties</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<allowSnapshots>false</allowSnapshots>
|
||||
<excludes>
|
||||
@@ -328,10 +332,6 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<exclude>org.apache.commons:commons-lang3</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<phase>post-clean</phase>
|
||||
<goals>
|
||||
<goal>update-properties</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user