maven-enforcer-plugin-version #5

Closed
luca.frosini wants to merge 2 commits from maven-enforcer-plugin-version into master
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 62a440d53f - Show all commits

1
.settings/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/org.eclipse.core.resources.prefs

View File

@ -774,14 +774,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
<!-- enforce integration build requirements -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${maven-enforcer-plugin-version}</version>
<executions>
<execution>
<id>enforce-files-exist</id>