diff --git a/core/pom.xml b/core/pom.xml index 49658161..bdb549b8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -30,10 +30,6 @@ - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - ossrh https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ diff --git a/std/pom.xml b/std/pom.xml index 0b10d834..30e7dc8e 100644 --- a/std/pom.xml +++ b/std/pom.xml @@ -15,12 +15,77 @@ A pure Java open source implementation of UPnP standard specifications jar + + false + + org.cybergarage.upnp core 2.1.4 + + junit + junit + 4.13.1 + test + + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + +