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