You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/12/08 07:52:00 UTC

svn commit: r1549001 - in /karaf/trunk/assemblies/apache-karaf: pom.xml src/main/resources/extra/jetty.xml

Author: jbonofre
Date: Sun Dec  8 06:52:00 2013
New Revision: 1549001

URL: http://svn.apache.org/r1549001
Log:
[KARAF-2619] Remove Karaf jetty.xml file as it comes directly from Pax Web now

Removed:
    karaf/trunk/assemblies/apache-karaf/src/main/resources/extra/jetty.xml
Modified:
    karaf/trunk/assemblies/apache-karaf/pom.xml

Modified: karaf/trunk/assemblies/apache-karaf/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/apache-karaf/pom.xml?rev=1549001&r1=1549000&r2=1549001&view=diff
==============================================================================
--- karaf/trunk/assemblies/apache-karaf/pom.xml (original)
+++ karaf/trunk/assemblies/apache-karaf/pom.xml Sun Dec  8 06:52:00 2013
@@ -138,28 +138,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-artifacts</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attach-artifact</goal>
-                        </goals>
-                        <configuration>
-                            <artifacts>
-                                <artifact>
-                                    <file>src/main/resources/extra/jetty.xml</file>
-                                    <type>xml</type>
-                                    <classifier>jettyconfig</classifier>
-                                </artifact>
-                            </artifacts>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>karaf-maven-plugin</artifactId>
                 <executions>