mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
update the maven java doc plugin to fix the Error fetching link: .../target/apidocs/package-list.
add the fabric8.docker.version to fix the warning "build.plugins.plugin.version' for io.fabric8:docker-maven-plugin is missing."
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -474,7 +474,7 @@
|
||||
|
||||
<share.client.contextPath>/share</share.client.contextPath>
|
||||
|
||||
<maven.javadoc.version>3.0.1</maven.javadoc.version>
|
||||
<maven.javadoc.version>3.1.0</maven.javadoc.version>
|
||||
<maven.war.plugin.version>2.6</maven.war.plugin.version>
|
||||
<maven.alfresco.includeDependencies>false</maven.alfresco.includeDependencies>
|
||||
<maven.build.sourceVersion>1.8</maven.build.sourceVersion>
|
||||
@@ -683,9 +683,6 @@
|
||||
<id>attach-javadocs</id>
|
||||
<configuration>
|
||||
<doclint>none</doclint>
|
||||
|
||||
<failOnWarnings>false</failOnWarnings>
|
||||
<failOnError>false</failOnError>
|
||||
<!--<additionalparam>-Xdoclint:none</additionalparam>-->
|
||||
</configuration>
|
||||
<goals>
|
||||
|
Reference in New Issue
Block a user