You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2023/02/16 20:43:06 UTC

[myfaces] branch main updated: Skip copy-jsdoc

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

volosied pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/main by this push:
     new 593b20295 Skip copy-jsdoc
593b20295 is described below

commit 593b20295b5d3f04e021492321769affeac5b6db
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Thu Feb 16 15:42:51 2023 -0500

    Skip copy-jsdoc
---
 assembly/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 9442bd4a3..421623909 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -89,7 +89,8 @@
                             <outputDirectory>${project.build.directory}/tlddoc</outputDirectory>
                         </configuration>
                     </execution>
-                    <execution>
+                    <!-- Skip until MYFACES-4567 is resolved -->
+                    <!-- <execution>
                         <id>copy-jsdoc</id>
                         <phase>package</phase>
                         <goals>
@@ -106,7 +107,7 @@
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/jsdoc</outputDirectory>
                         </configuration>
-                    </execution>
+                    </execution> -->
                     <execution>
                         <id>copy-source</id>
                         <phase>package</phase>