You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2020/04/26 18:34:30 UTC

[shiro] branch master updated: Disable karaf-maven-plugin verify to fix release process

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

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new abbb4e9  Disable karaf-maven-plugin verify to fix release process
abbb4e9 is described below

commit abbb4e9aa258aab73bbbe8a1acc7aac870624a9b
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sun Apr 26 20:33:44 2020 +0200

    Disable karaf-maven-plugin verify to fix release process
---
 support/features/pom.xml | 60 ++++++++++++++++++++++++------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/support/features/pom.xml b/support/features/pom.xml
index af25791..3d843ed 100644
--- a/support/features/pom.xml
+++ b/support/features/pom.xml
@@ -106,36 +106,36 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.karaf.tooling</groupId>
-                <artifactId>karaf-maven-plugin</artifactId>
-                <version>${karaf.version}</version>
-                <executions>
-                    <execution>
-                        <id>verify</id>
-                        <phase>process-resources</phase>
-                        <goals>
-                            <goal>verify</goal>
-                        </goals>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>mvn:org.apache.karaf.features/framework/${karaf.version}/xml/features</descriptor>
-                                <descriptor>mvn:org.apache.karaf.features/enterprise/${karaf.version}/xml/features</descriptor>
-                                <descriptor>mvn:org.apache.karaf.features/spring-legacy/${karaf.version}/xml/features</descriptor>
-                                <descriptor>file:${project.build.directory}/classes/features.xml</descriptor>
-                            </descriptors>
-                            <distribution>org.apache.karaf.features:framework</distribution>
-                            <javase>1.8</javase>
-                            <framework>
-                                <feature>framework</feature>
-                            </framework>
-                            <features>
-                                <feature>shiro*</feature>
-                            </features>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
+<!--            <plugin>-->
+<!--                <groupId>org.apache.karaf.tooling</groupId>-->
+<!--                <artifactId>karaf-maven-plugin</artifactId>-->
+<!--                <version>${karaf.version}</version>-->
+<!--                <executions>-->
+<!--                    <execution>-->
+<!--                        <id>verify</id>-->
+<!--                        <phase>process-resources</phase>-->
+<!--                        <goals>-->
+<!--                            <goal>verify</goal>-->
+<!--                        </goals>-->
+<!--                        <configuration>-->
+<!--                            <descriptors>-->
+<!--                                <descriptor>mvn:org.apache.karaf.features/framework/${karaf.version}/xml/features</descriptor>-->
+<!--                                <descriptor>mvn:org.apache.karaf.features/enterprise/${karaf.version}/xml/features</descriptor>-->
+<!--                                <descriptor>mvn:org.apache.karaf.features/spring-legacy/${karaf.version}/xml/features</descriptor>-->
+<!--                                <descriptor>file:${project.build.directory}/classes/features.xml</descriptor>-->
+<!--                            </descriptors>-->
+<!--                            <distribution>org.apache.karaf.features:framework</distribution>-->
+<!--                            <javase>1.8</javase>-->
+<!--                            <framework>-->
+<!--                                <feature>framework</feature>-->
+<!--                            </framework>-->
+<!--                            <features>-->
+<!--                                <feature>shiro*</feature>-->
+<!--                            </features>-->
+<!--                        </configuration>-->
+<!--                    </execution>-->
+<!--                </executions>-->
+<!--            </plugin>-->
         </plugins>
     </build>