Commit 36cdc41c authored by Phillip Webb's avatar Phillip Webb

Attempt to automate javadoc deployment

parent 657bd557
......@@ -42,16 +42,6 @@
<id>full</id>
<build>
<plugins>
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<configuration>
<deployProperties>
<zip.type>docs</zip.type>
<zip.deployed>false</zip.deployed>
</deployProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
......@@ -84,7 +74,7 @@
<artifacts>
<artifact>
<file>${project.build.directory}/${project.name}-${project.version}-javadoc.jar</file>
<type>zip</type>
<type>zip;zip.type=docs;zip.deployed=false</type>
</artifact>
</artifacts>
</configuration>
......
......@@ -412,15 +412,6 @@
<profile>
<id>full</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<version>2.2.2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
......@@ -456,14 +447,6 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>jfrog</id>
<name>JFrog Repository</name>
<url>http://dl.bintray.com/jfrog/jfrog-jars/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment