You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/27 08:14:10 UTC

[royale-asjs] branch develop updated: release: add javadoc plugin

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new ed41721  release: add javadoc plugin
ed41721 is described below

commit ed41721148efe4d4b38b2f64e853608fc15121e9
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 27 09:14:06 2020 +0100

    release: add javadoc plugin
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 20d19e7..92fd15a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,15 @@
           <version>3.0.0-M1</version>
         </plugin>
       </plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>3.1.1</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </pluginManagement>
 
     <plugins>