You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/01/19 18:10:54 UTC

[incubator-plc4x] branch develop updated: - Reassigned the features generate-descriptor and verify goal executions of the karaf plugin to the package phase of the build.

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 556518a  - Reassigned the features generate-descriptor and verify goal executions of the karaf plugin to the package phase of the build.
556518a is described below

commit 556518ad36a47f972fd1373fbe886469578203b7
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat Jan 19 19:10:50 2019 +0100

    - Reassigned the features generate-descriptor and verify goal executions of the karaf plugin to the package phase of the build.
---
 integrations/apache-karaf/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/integrations/apache-karaf/pom.xml b/integrations/apache-karaf/pom.xml
index bbe11c9..b099f22 100644
--- a/integrations/apache-karaf/pom.xml
+++ b/integrations/apache-karaf/pom.xml
@@ -72,10 +72,11 @@
           </configuration>
           <executions>
             <execution>
-              <id>generate-features-file</id>
-              <phase>generate-resources</phase>
+              <id>default-features-generate-descriptor</id>
+              <phase>package</phase>
               <goals>
                 <goal>features-generate-descriptor</goal>
+                <goal>verify</goal>
               </goals>
             </execution>
           </executions>