Fix warning by adding version to maven-clean-plugin 40/2140/2
authorAlissa Bonas <abonas@redhat.com>
Thu, 24 Oct 2013 13:42:53 +0000 (16:42 +0300)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 24 Oct 2013 15:20:16 +0000 (15:20 +0000)
Change-Id: I21d61fc159142d2d5c36253f69a730adc2e3f021
Signed-off-by: Alissa Bonas <abonas@redhat.com>
opendaylight/md-sal/pom.xml

index 093cdaf4986ebd32bab8ad810d9809bb3b82b01d..0b52f3b57158082d501bf54c858c227d578576ab 100644 (file)
@@ -63,6 +63,7 @@
         <osgi.core.version>5.0.0</osgi.core.version>
         <junit.version>4.8.1</junit.version>
         <xtend.version>2.4.3</xtend.version>
+        <maven.clean.plugin.version>2.5</maven.clean.plugin.version>
         <jacoco.version>0.5.3.201107060350</jacoco.version>
         <!-- Sonar properties using jacoco to retrieve integration test results -->
         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                 </plugin>
                 <plugin>
                     <artifactId>maven-clean-plugin</artifactId>
+                    <version>${maven.clean.plugin.version}</version>
                     <configuration>
                         <filesets>
                             <fileset>