You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by jo...@apache.org on 2016/04/20 02:42:35 UTC

[2/2] incubator-tamaya git commit: TAMAYA-148 Generate features.xml files for various modules.

TAMAYA-148 Generate features.xml files for various modules.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/143f4d21
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/143f4d21
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/143f4d21

Branch: refs/heads/master
Commit: 143f4d211e5be50bc4075fe168229db4f445d1ba
Parents: 386f09a
Author: John D. Ament <jo...@apache.org>
Authored: Tue Apr 19 20:42:22 2016 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Tue Apr 19 20:42:22 2016 -0400

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/143f4d21/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d230f69..cddc645 100644
--- a/pom.xml
+++ b/pom.xml
@@ -593,6 +593,25 @@ under the License.
                 </configuration>
             </plugin>
             <plugin>
+                <groupId>org.apache.karaf.tooling</groupId>
+                <artifactId>karaf-maven-plugin</artifactId>
+                <version>4.0.3</version>
+                <extensions>true</extensions>
+                <executions>
+                    <execution>
+                        <id>generate</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>features-generate-descriptor</goal>
+                        </goals>
+                        <configuration>
+                            <startLevel>80</startLevel>
+                            <aggregateFeatures>true</aggregateFeatures>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
                 <artifactId>maven-resources-plugin</artifactId>
                 <executions>
                     <execution>