Attempt to automate javadoc deployment
This commit is contained in:
parent
657bd5573a
commit
36cdc41cb0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue