X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=856b6927d59d36b1da43081a9ab47924f2d44d2a;hb=c38f351751334addb0bdb74f90344aa54cc23695;hp=2a227c7476444b265f3a56155dca9ba78eae37f8;hpb=f0a786e0ea883e57821a8d5dbed63058a6d95e44;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index 2a227c747..856b6927d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,37 +15,33 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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.0-SNAPSHOT + 1.5.0 - 4.0.0 - org.onap.ccsdk.cds parent - 0.5.0-SNAPSHOT + 0.7.0-SNAPSHOT pom - cds-parent + CDS Parent CCSDK Controller Design Studio - - - components - cds-ui - ms - - https://wiki.onap.org ONAP + + ms + cds-ui + + @@ -56,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 @@ -68,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} + + + + @@ -103,6 +131,14 @@ limitations under the License. - + + + format + + true + false + + +