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-dist.git
The following commit(s) were added to refs/heads/master by this push:
new fbb9b50 skip the maven-karaf-verify goal as that interferes with
subsequent builds
fbb9b50 is described below
commit fbb9b50e1490437c7c2bb73dc726e0e4cc0b97b6
Author: Alex Heneveld <[email protected]>
AuthorDate: Wed Aug 17 12:41:30 2022 +0100
skip the maven-karaf-verify goal as that interferes with subsequent builds
per brooklyn-ui ca85f4c49d43574a9740067f930f0ff794cfc556
---
karaf/features/pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml
index 615ba52..4fc7d7b 100644
--- a/karaf/features/pom.xml
+++ b/karaf/features/pom.xml
@@ -104,6 +104,15 @@
<startLevel>50</startLevel>
<resolver>(obr)</resolver>
</configuration>
+
+ <executions>
+ <execution>
+ <!-- override this id so that 'verify' doesn't run by
default, as this mojo sets system property karaf.home = target/karaf which can
break subsequent KAR builds -->
+ <id>default-verify</id>
+ <phase>NEVER</phase>
+ </execution>
+ </executions>
+
</plugin>
<plugin>