X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=1c76d5bf9a60f12cb502984cfcd2fd447048be26;hb=f08bff64a1f54e9e8ff5920963247b1a0cfe535b;hp=d7580f0b0ffdc95fe5c31ca157e18fb5f21b100f;hpb=32b4021333213679c6a77ca50c9bba07e47c5b9b;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index d7580f0b0..1c76d5bf9 100644 --- a/pom.xml +++ b/pom.xml @@ -16,19 +16,20 @@ 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.5.0 + 2.0.0-SNAPSHOT org.onap.ccsdk.cds parent - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT pom CDS Parent @@ -54,7 +55,8 @@ limitations under the License. **/*.java,**/*.kt - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 0.8.3 @@ -98,6 +100,54 @@ limitations under the License. + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + validate-kotlin + validate + + + + + + + ${format.skipValidate} + + + run + + + + + format-kotlin + process-sources + + + + + + + + ${format.skipExecute} + + + run + + + + + + com.pinterest + ktlint + 0.35.0 + + + @@ -142,5 +192,48 @@ limitations under the License. false + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + +