|
|
@ -42,16 +42,6 @@
|
|
|
|
<id>full</id>
|
|
|
|
<id>full</id>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<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>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
@ -84,7 +74,7 @@
|
|
|
|
<artifacts>
|
|
|
|
<artifacts>
|
|
|
|
<artifact>
|
|
|
|
<artifact>
|
|
|
|
<file>${project.build.directory}/${project.name}-${project.version}-javadoc.jar</file>
|
|
|
|
<file>${project.build.directory}/${project.name}-${project.version}-javadoc.jar</file>
|
|
|
|
<type>zip</type>
|
|
|
|
<type>zip;zip.type=docs;zip.deployed=false</type>
|
|
|
|
</artifact>
|
|
|
|
</artifact>
|
|
|
|
</artifacts>
|
|
|
|
</artifacts>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|