You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/04/05 18:05:42 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: JCRVLT-625 ignore "generate-cnd" in m2e

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bd634e5  JCRVLT-625 ignore "generate-cnd" in m2e
bd634e5 is described below

commit bd634e5656a9e8fcc74d4aa81ad95852ac4ccc79
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Apr 5 20:05:36 2022 +0200

    JCRVLT-625 ignore "generate-cnd" in m2e
---
 src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
index 8226071..f8e064c 100644
--- a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
+++ b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
@@ -21,6 +21,7 @@
                 <goals>
                     <goal>analyze-classes</goal>
                     <goal>check-signature</goal>
+                    <goal>generate-cnd</goal>
                 </goals>
             </pluginExecutionFilter>
             <action>