fix maven warnings regarding missing versions of some plugins
[controller.git] / opendaylight / sal / yang-prototype / pom.xml
index 7df5bfef6ed9677a3ba11bd3110e850ad9df7f44..1946bcd5e3082e095f9319d509fb4feee23b7490 100644 (file)
@@ -6,6 +6,7 @@
     <version>0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modules>
+        <module>concepts-lang</module>
         <module>yang</module>
         <module>code-generator</module>
         <module>model</module>
             </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>