You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/12/25 13:51:51 UTC

[myfaces] branch main updated: Skip Quarkus Showcase deployment (#463)

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

melloware 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 a5b2c8c25 Skip Quarkus Showcase deployment (#463)
a5b2c8c25 is described below

commit a5b2c8c2539834c77aebe144f085c6b2126094ce
Author: Melloware <me...@gmail.com>
AuthorDate: Sun Dec 25 08:51:46 2022 -0500

    Skip Quarkus Showcase deployment (#463)
---
 extensions/quarkus/showcase/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/extensions/quarkus/showcase/pom.xml b/extensions/quarkus/showcase/pom.xml
index 9f16c4222..bd559dfdf 100644
--- a/extensions/quarkus/showcase/pom.xml
+++ b/extensions/quarkus/showcase/pom.xml
@@ -127,6 +127,15 @@
                     </execution>
                 </executions>
             </plugin>
+            <!-- Skip deployment for this module as it's testing -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>3.0.0</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <profiles>