Merge changes I85ada413,Idd2417d0,I45a88760,I4cef2990,Iae30f52a
authorSurekha Bejgam <sbejgam@cisco.com>
Wed, 3 Dec 2014 03:37:32 +0000 (03:37 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 3 Dec 2014 03:37:32 +0000 (03:37 +0000)
* changes:
  Add depends-maven-plugin declaration
  Add default Sonar configuration
  Add maven-resources-plugin declaration
  Add maven shade plugin declaration
  Add pluginManagement section for declared plugin versions

1  2 
odlparent/pom.xml

index f0bd04c53365b278b6c37ed6d4c555a1674b58b9,a4844da0f4e4b0a4c2abcf5480a0449b88394eaf..471969d785cd74886a9a4a18dc5cbae45288dfd3
            <artifactId>jacoco-maven-plugin</artifactId>
            <version>${jacoco.version}</version>
          </plugin>
          <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-surefire-plugin</artifactId>
-           <version>${maven.surefire.version}</version>
+           <groupId>org.ops4j.pax.exam</groupId>
+           <artifactId>maven-paxexam-plugin</artifactId>
+           <version>${exam.version}</version>
          </plugin>
 +        <plugin>
 +          <groupId>org.apache.felix</groupId>
 +          <artifactId>maven-bundle-plugin</artifactId>
 +          <version>${maven.bundle.version}</version>
 +          <extensions>true</extensions>
 +        </plugin>
        </plugins>
      </pluginManagement>
    </build>