Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c9d0d532bb97f215bb0c5eb3ea002bab > files > 5

jetty-6.1.26-5.fc15.src.rpm

--- modules/maven-plugin/pom.xml.sav	2010-04-21 21:03:31.000000000 +0300
+++ modules/maven-plugin/pom.xml	2010-05-26 01:15:21.159278193 +0300
@@ -27,45 +27,6 @@
           <skip>true</skip>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>exec-plugin-doc</id>
-            <phase>generate-sources</phase>            
-            <goals>
-              <goal>xdoc</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>site</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-           <descriptors>
-            <descriptor>src/main/assembly/site-component.xml</descriptor>
-          </descriptors>
-        </configuration>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
   <dependencies>