Merge "Eliminate superfluous pluginManagement section"
authorTony Tkacik <ttkacik@cisco.com>
Fri, 28 Feb 2014 14:04:05 +0000 (14:04 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 28 Feb 2014 14:04:05 +0000 (14:04 +0000)
1  2 
opendaylight/commons/opendaylight/pom.xml

index c0e857c79cd72105ace300d589d2abd66d9eb0b4,c47e982e08d5d3d33640a04efedd87c9b19538dc..77c807b0ed936fa27361274591aeb749e034f141
          <artifactId>maven-surefire-plugin</artifactId>
          <version>${surefire.version}</version>
          <configuration>
 +          <argLine>${testvm.argLine}</argLine>
            <systemProperties>
              <property>
                <name>logback.configurationFile</name>
            <artifactId>maven-release-plugin</artifactId>
            <version>${releaseplugin.version}</version>
          </plugin>
+         <plugin>
+             <groupId>org.jacoco</groupId>
+             <artifactId>jacoco-maven-plugin</artifactId>
+             <version>${jacoco.version}</version>
+         </plugin>
          <plugin>
              <groupId>org.opendaylight.yangtools</groupId>
              <artifactId>yang-maven-plugin</artifactId>
              <version>${yangtools.version}</version>
          </plugin>
          <!-- Ignore/Execute plugin execution -->
          <plugin>
            <groupId>org.eclipse.m2e</groupId>