X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=6d0f6789efafd0af7ed530373ffa6217601e995e;hb=9192bda564000582682379cb9867e5e29a76b449;hp=8865a2b7ec8b4667e229095405f7291ba2cf7e56;hpb=44394f3fb4953b11574d2686501d50809efc7195;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index 8865a2b7e..6d0f6789e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,35 +16,32 @@ See the License for the specific language governing permissions and limitations under the License. --> + 4.0.0 org.onap.ccsdk.parent spring-boot-starter-parent - 1.3.3-SNAPSHOT + 1.5.0 - 4.0.0 - org.onap.ccsdk.cds parent - 0.5.2-SNAPSHOT + 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 + + +