diff --git a/core/pom.xml b/core/pom.xml
index c1e8ce1cb..5f0f92eb2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -88,7 +88,6 @@
-
@@ -104,6 +103,7 @@
+
org.apache.maven.plugins
maven-source-plugin
@@ -118,6 +118,27 @@
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ http://docs.guava-libraries.googlecode.com/git-history/release/javadoc/
+
+
+
+
+
diff --git a/orchid/pom.xml b/orchid/pom.xml
index ca9eceb9b..e5b6cbff1 100644
--- a/orchid/pom.xml
+++ b/orchid/pom.xml
@@ -3,8 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
+
+ org.bitcoinj
+ bitcoinj-parent
+ 0.12-SNAPSHOT
+
- org.bitcoinj
orchid
1.0-SNAPSHOT
@@ -31,51 +35,6 @@
1.6
-
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
- attach-sources
- verify
-
- jar-no-fork
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
- false
-
-
-
- *:*
-
- META-INF/*.SF
- META-INF/*.DSA
- META-INF/*.RSA
-
-
-
-
-
-
- package
-
- shade
-
-
- true
- bundled
-
-
-
-
@@ -147,6 +106,72 @@
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ attach-sources
+ verify
+
+ jar-no-fork
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+ false
+
+
+
+ *:*
+
+ META-INF/*.SF
+ META-INF/*.DSA
+ META-INF/*.RSA
+
+
+
+
+
+
+ package
+
+ shade
+
+
+ true
+ bundled
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index d16faa4a1..1d3f3deaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,17 @@
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
@@ -65,6 +76,18 @@
true
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.3
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+