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
commit 6838d9820a91a657109f0b08a9b2770a96d1b58e Author: Alex Heneveld <[email protected]> AuthorDate: Wed Aug 17 12:10:29 2022 +0100 Revert "remote verify goal on features" This reverts commit 1d1e0c11cfb0eb76186605ba8650c8e284e89d1f. Previous change only affected Eclipse IDE, not maven. --- modularity-server/features/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/modularity-server/features/pom.xml b/modularity-server/features/pom.xml index 11c1bfe3..ed099beb 100644 --- a/modularity-server/features/pom.xml +++ b/modularity-server/features/pom.xml @@ -188,6 +188,7 @@ <artifactId>karaf-maven-plugin</artifactId> <versionRange>[4.2.1,)</versionRange> <goals> + <goal>verify</goal> <goal>features-generate-descriptor</goal> </goals> </pluginExecutionFilter>
