diff --git a/demo/pom.xml b/demo/pom.xml index b686124..ab59a88 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -40,6 +40,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/pom.xml b/pom.xml index 717687b..4e5d10c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,43 @@ devtoolsfx 1.0.0 pom + + DevToolsFX + A tool for navigating JavaFX application's scene graph and exploring node properties + https://github.com/mkpaz/devtoolsfx + + + + MIT License + https://raw.githubusercontent.com/mkpaz/devtoolsfx/master/LICENSE + repo + + + + + + mkpaz + mkpaz + + + + + scm:git:https://github.com/mkpaz/atlantafx.git + ${project.scm.developerConnection} + ${project.url} + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + connector gui @@ -75,8 +112,74 @@ ${javaVersion} + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.2 + + true + + false + + + + release + + false + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-source + compile + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + none + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + +