Merge "fix maven warnings regarding missing versions of some plugins"
authorGiovanni Meo <gmeo@cisco.com>
Thu, 18 Jul 2013 08:02:01 +0000 (08:02 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 18 Jul 2013 08:02:01 +0000 (08:02 +0000)
opendaylight/sal/yang-prototype/pom.xml

index 741e2177ff9376cb8a1b80c555ec826ea751a6ab..1946bcd5e3082e095f9319d509fb4feee23b7490 100644 (file)
             </dependency>
         </dependencies>
     </dependencyManagement>
+
+
     <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-source-plugin</artifactId>
+              <version>2.2.1</version>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-deploy-plugin</artifactId> 
+              <version>2.7</version>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId> 
+              <version>2.15</version>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 </executions> 
             </plugin>
             <plugin>
-            <artifactId>maven-source-plugin</artifactId>
+               <artifactId>maven-source-plugin</artifactId>
                 <executions>
                     <execution>
                         <id>attach-sources</id>