Use same maven-compiler-plugin version 2.5.1 in all poms.
[controller.git] / opendaylight / config / pom.xml
index a16472b3d64fcfbcb7f9ee7bd3956913a0e04c66..5c1e2daf1f00de064708ddd6a8f50746f305e589 100755 (executable)
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.5.1</version>
-                <configuration>
-                    <source>${java.version.source}</source>
-                    <target>${java.version.target}</target>
-                    <testSource>${java.version.source}</testSource>
-                    <testTarget>${java.version.target}</testTarget>
-                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
             </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
             <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</url>
             <snapshots>
                 <updatePolicy>daily</updatePolicy>
             <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</url>
             <snapshots>
                 <updatePolicy>daily</updatePolicy>
+                <enabled>true</enabled>
             </snapshots>
             </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
         </repository>
     </repositories>
 </project>
         </repository>
     </repositories>
 </project>