You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2014/07/24 16:15:26 UTC

git commit: Removing dependency plugin code from jetty module

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 617fd4e95 -> 4feee2252


Removing dependency plugin code from jetty module


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

Branch: refs/heads/master
Commit: 4feee22521a4ab5f6711c5ea0155ac09590cae6a
Parents: 617fd4e
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jul 24 15:15:04 2014 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jul 24 15:15:04 2014 +0100

----------------------------------------------------------------------
 plugins/jetty/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/4feee225/plugins/jetty/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/jetty/pom.xml b/plugins/jetty/pom.xml
index 3e51a37..880d74b 100644
--- a/plugins/jetty/pom.xml
+++ b/plugins/jetty/pom.xml
@@ -142,6 +142,7 @@
                     </instructions>
                 </configuration>
             </plugin>
+<!--
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
@@ -177,6 +178,7 @@
                     </execution>
                 </executions>
             </plugin>
+-->
         </plugins>
     </build>
 </project>