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

doebele pushed a commit to branch version2-legacy
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/version2-legacy by this push:
     new 11bbcc7  EMPIREDB-354 Maven skip install on examples
11bbcc7 is described below

commit 11bbcc7e350e99aba5df558f5e377fe88bdb73aa
Author: Rainer Döbele <[email protected]>
AuthorDate: Fri Feb 25 11:48:32 2022 +0100

    EMPIREDB-354 Maven skip install on examples
---
 empire-db-examples/pom.xml | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/empire-db-examples/pom.xml b/empire-db-examples/pom.xml
index 68769f3..37bce73 100644
--- a/empire-db-examples/pom.xml
+++ b/empire-db-examples/pom.xml
@@ -48,14 +48,21 @@
        <build>
                <pluginManagement>
                        <plugins>
+                               <!-- skip install for all examples -->
                                <plugin>
-                                       <!-- skip deployment for all examples 
-->
-                      <artifactId>maven-deploy-plugin</artifactId>
-                      <configuration>
-                        <skip>true</skip>
-                     </configuration>
-                   </plugin>
-            </plugins>
+                                       
<artifactId>maven-install-plugin</artifactId>
+                                       <configuration>
+                                               <skip>true</skip>
+                                       </configuration>
+                               </plugin>
+                               <!-- skip deployment for all examples -->
+                               <plugin>
+                                       
<artifactId>maven-deploy-plugin</artifactId>
+                                       <configuration>
+                                               <skip>true</skip>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
                </pluginManagement>
        </build>
 </project>
\ No newline at end of file

Reply via email to