This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 4882529 Move karaf features verifier to verify phase so
-Psetup.eclipse works
4882529 is described below
commit 48825297a86e619cf6c3b2e858bdfb4dafda62f3
Author: Daniel Kulp <[email protected]>
AuthorDate: Thu Jan 24 09:36:47 2019 -0500
Move karaf features verifier to verify phase so -Psetup.eclipse works
---
osgi/karaf/features/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml
index 78d4ec7..6a2a0c7 100644
--- a/osgi/karaf/features/pom.xml
+++ b/osgi/karaf/features/pom.xml
@@ -166,7 +166,7 @@
<executions>
<execution>
<id>verify</id>
- <phase>process-resources</phase>
+ <phase>verify</phase>
<goals>
<goal>verify</goal>
</goals>