X-Git-Url: https://gerrit.onap.org/r/gitweb?p=appc.git;a=blobdiff_plain;f=pom.xml;h=6fb864a309063be45c3a2107c803333935df8edd;hp=c41098013af628d15d670ff95e55ba3e8f80467e;hb=refs%2Fheads%2Fmaster;hpb=b69312bc935cbc6c2997a2a4ee24204ded9ebb29 diff --git a/pom.xml b/pom.xml index c41098013..9f66d39f4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,12 +20,11 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> - + org.onap.ccsdk.parent odlparent - 1.3.2 + 1.5.1 @@ -33,7 +32,7 @@ limitations under the License. pom org.onap.appc appc - 1.6.4-SNAPSHOT + 1.8.0-SNAPSHOT appc Construct the Application Controller component for the ECOMP project. 2015-07-20 @@ -68,11 +67,11 @@ limitations under the License. java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco-ut.exec - true + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} + reuseReports target/generated-sources/yang-gen-sal false @@ -124,6 +123,18 @@ limitations under the License. true + + org.jacoco + jacoco-maven-plugin + + + + + report + + + + @@ -257,15 +268,11 @@ limitations under the License. xml - org.opendaylight.mdsal.model - ietf-inet-types-2013-07-15 - ${odl.ietf-inet-types.version} - - - org.opendaylight.mdsal.model - ietf-yang-types-20130715 - ${odl.ietf-yang-types.version} - + org.opendaylight.mdsal.binding.model.ietf + rfc6991 + + + @@ -532,14 +539,50 @@ limitations under the License. build-helper-maven-plugin 1.9.1 - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - + + + org.jacoco + jacoco-maven-plugin + 0.8.4 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + PACKAGE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + + org.apache.maven.plugins @@ -626,8 +669,8 @@ limitations under the License. appc-adapters + appc-service-communicator appc-provider - appc-event-listener appc-sdc-listener appc-lifecycle-management appc-oam @@ -636,7 +679,7 @@ limitations under the License. appc-outbound appc-inbound appc-sequence-generator - + appc-client @@ -653,6 +696,7 @@ limitations under the License. appc-metric appc-dg appc-dg-util + services