X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;fp=opendaylight%2Fconfig%2Fpom.xml;h=acd4916a4b8e8fb9f0905ceb59c6cb1ce5cf75fa;hp=1a29046e2dac3d9bb6164dbc457aa6bade0beeca;hb=58fa0dd65634800eccaa1bbe85769835a0e6e071;hpb=306f95ccf8d699e2eed111f193b2fc388fa03e70 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 1a29046e2d..acd4916a4b 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -43,6 +43,8 @@ config-persister-directory-xml-adapter config-persister-directory-autodetect-adapter yang-test-plugin + shutdown-api + shutdown-impl @@ -69,6 +71,7 @@ 0.5.9-SNAPSHOT 0.6.0-SNAPSHOT 0.1.1-SNAPSHOT + ${project.build.directory}/generated-sources/sal @@ -219,6 +222,12 @@ ${config.version} + + org.opendaylight.controller + shutdown-api + ${config.version} + + org.opendaylight.yangtools @@ -276,10 +285,8 @@ org.apache.maven.plugins maven-surefire-plugin - - org.codehaus.mojo - build-helper-maven-plugin - + + @@ -302,7 +309,7 @@ org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - target/generated-sources/sal + ${salGeneratorPath} @@ -323,6 +330,26 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${salGeneratorPath} + + + + + org.apache.maven.plugins maven-jar-plugin