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 16:12:49 UTC

[royale-asjs] branch develop updated: javadoc plugin was put outside plugins tag

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 11cc1d3  javadoc plugin was put outside plugins tag
11cc1d3 is described below

commit 11cc1d37c7566803f27b6a06d90fe7b8c191d054
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 27 17:12:45 2020 +0100

    javadoc plugin was put outside plugins tag
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92fd15a..b9897f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,16 +212,16 @@
           <artifactId>maven-release-plugin</artifactId>
           <version>3.0.0-M1</version>
         </plugin>
+        
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>3.1.1</version>
+          <configuration>
+            <skip>true</skip>
+          </configuration>
+        </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>