You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/08/17 11:08:28 UTC

[brooklyn-ui] branch master updated: remote verify goal on features

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d1e0c11 remote verify goal on features
1d1e0c11 is described below

commit 1d1e0c11cfb0eb76186605ba8650c8e284e89d1f
Author: Alex Heneveld <al...@cloudsoft.io>
AuthorDate: Wed Aug 17 12:07:49 2022 +0100

    remote verify goal on features
    
    the code for that mojo sets karaf.home=target/karaf which might be breaking subsequent builds of feature.xml which rely on ${karaf.home} being present in their definition
---
 modularity-server/features/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modularity-server/features/pom.xml b/modularity-server/features/pom.xml
index ed099beb..11c1bfe3 100644
--- a/modularity-server/features/pom.xml
+++ b/modularity-server/features/pom.xml
@@ -188,7 +188,6 @@
                         <artifactId>karaf-maven-plugin</artifactId>
                         <versionRange>[4.2.1,)</versionRange>
                         <goals>
-                          <goal>verify</goal>
                           <goal>features-generate-descriptor</goal>
                         </goals>
                       </pluginExecutionFilter>