You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/07/16 16:40:22 UTC

cxf git commit: Fix setup.eclipse profile

Repository: cxf
Updated Branches:
  refs/heads/master af2c42489 -> 49829a180


Fix setup.eclipse profile


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/49829a18
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/49829a18
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/49829a18

Branch: refs/heads/master
Commit: 49829a180d3924f3dfc8ecf41ac904e8da020ba1
Parents: af2c424
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Jul 16 10:40:05 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Jul 16 10:40:17 2015 -0400

----------------------------------------------------------------------
 rt/management-web/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/49829a18/rt/management-web/pom.xml
----------------------------------------------------------------------
diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml
index ea962a3..a3f4ca2 100644
--- a/rt/management-web/pom.xml
+++ b/rt/management-web/pom.xml
@@ -260,7 +260,7 @@
                         <executions>
                             <execution>
                                 <id>add-source-dir</id>
-                                <phase>generate-sources</phase>
+                                <phase>process-classes</phase>
                                 <goals>
                                     <goal>add-source</goal>
                                 </goals>