This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/master by this push:
new 280d693 SLING-7119 - Add configurator support for the Jackrabbit
filevault-package-maven-plugin
280d693 is described below
commit 280d693269164ea2aafcef45cdbd0ede59783cc8
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Jan 15 23:12:04 2018 +0200
SLING-7119 - Add configurator support for the Jackrabbit
filevault-package-maven-plugin
Added basic configurator support.
---
eclipse-m2e-ui/lifecycle-mapping-metadata.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/eclipse-m2e-ui/lifecycle-mapping-metadata.xml
b/eclipse-m2e-ui/lifecycle-mapping-metadata.xml
index 1101aef..a24e1df 100644
--- a/eclipse-m2e-ui/lifecycle-mapping-metadata.xml
+++ b/eclipse-m2e-ui/lifecycle-mapping-metadata.xml
@@ -75,6 +75,21 @@
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>filevault-package-maven-plugin</artifactId>
+ <versionRange>[1.0.0,)</versionRange>
+ <goals>
+ <goal>package</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <configurator>
+ <id>org.apache.sling.ide.eclipse.m2e.configurator</id>
+ </configurator>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
<versionRange>[0.0.10,2)</versionRange>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].