X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a86d744fb7ffe0ba93356d5ce3f8f9be76f03b6d;hb=4f26d8ac916880fe0a2a85b2f1e4114ae2476c53;hp=ddeb8c82482e3238c46d46c4f14df80095c4befe;hpb=4e089ab6271e00389ea2c4e995d785acf2046720;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index ddeb8c824..a86d744fb 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. --> + 4.0.0 org.onap.ccsdk.parent @@ -24,27 +25,23 @@ limitations under the License. - 4.0.0 - org.onap.ccsdk.cds parent 0.7.0-SNAPSHOT pom - cds-parent + CDS Parent CCSDK Controller Design Studio + https://wiki.onap.org + + ONAP + - components cds-ui ms - https://wiki.onap.org - - ONAP - - @@ -55,9 +52,12 @@ limitations under the License. **/*.java,**/*.kt - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 0.8.3 + + + false + true @@ -67,6 +67,35 @@ limitations under the License. jacoco-maven-plugin ${jacoco.version} + + + + org.codehaus.mojo + tidy-maven-plugin + 1.1.0 + + + format-pom + process-sources + + pom + + + ${format.skipExecute} + + + + validate-pom + validate + + check + + + ${format.skipValidate} + + + + @@ -102,6 +131,14 @@ limitations under the License. - + + + format + + true + false + + +