diff --git a/spring-boot-javadoc/pom.xml b/spring-boot-javadoc/pom.xml
index 342430e155..e377178e7b 100644
--- a/spring-boot-javadoc/pom.xml
+++ b/spring-boot-javadoc/pom.xml
@@ -9,7 +9,7 @@
../spring-boot-parent
spring-boot-javadoc
- pom
+ jar
${project.groupId}
@@ -42,14 +42,24 @@
full
+
+ org.jfrog.buildinfo
+ artifactory-maven-plugin
+
+
+ docs
+ false
+
+
+
org.apache.maven.plugins
maven-javadoc-plugin
- aggregate-javadocs
+ attach-javadocs
- aggregate-jar
+ jar
true
diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml
index 7a8c8ba421..8e4cfc054c 100644
--- a/spring-boot-parent/pom.xml
+++ b/spring-boot-parent/pom.xml
@@ -412,6 +412,15 @@
full
+
+
+
+ org.jfrog.buildinfo
+ artifactory-maven-plugin
+ 2.2.2
+
+
+
maven-javadoc-plugin
@@ -447,6 +456,14 @@
false
+
+ jfrog
+ JFrog Repository
+ http://dl.bintray.com/jfrog/jfrog-jars/
+
+ false
+
+