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 2018/09/30 15:46:04 UTC

[royale-asjs] branch develop updated: this is to trigger javadocs creation. Don't know how this is triggered since I don't see any javadoc reference through the entire repo :? (commented so we can use when needed uncomenting and testing)

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 8895f2f  this is to trigger javadocs creation. Don't know how this is triggered since I don't see any javadoc reference through the entire repo :? (commented so we can use when needed uncomenting and testing)
8895f2f is described below

commit 8895f2f87bfb24219079ea4ad6474385e68cd82e
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Sep 30 17:45:56 2018 +0200

    this is to trigger javadocs creation. Don't know how this is triggered since I don't see any javadoc reference through the entire repo :? (commented so we can use when needed uncomenting and testing)
---
 examples/amf/SampleAmfWebApp/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index d802414..5859af9 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -83,6 +83,27 @@
           </overlays>
         </configuration>
       </plugin>
+
+      <!-- Test create javadocs -->
+      <!-- <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9</version>
+          <configuration>
+              <noqualifier>all</noqualifier>
+              <reportOutputDirectory>${basedir}/javadoc</reportOutputDirectory>
+              <destDir>javadoc</destDir>
+          </configuration>
+          <executions>
+            <execution>
+                <id>attach-javadocs</id>
+                <phase>install</phase>
+                <goals>
+                  <goal>javadoc</goal>
+                </goals>
+              </execution>
+          </executions>
+      </plugin>  -->
     </plugins>
   </build>