Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1cdfdd79b145f7e2c789a4d691b742d8 > files > 3

netty31-3.1.5-6.mga4.src.rpm

diff -ur netty-3.1.5.GA.orig/pom.xml netty-3.1.5.GA/pom.xml
--- netty-3.1.5.GA.orig/pom.xml	2012-02-20 04:19:55.041149883 -0500
+++ netty-3.1.5.GA/pom.xml	2012-02-20 04:14:47.832178061 -0500
@@ -461,170 +432,6 @@
           <excludePackageNames>${project.groupId}.example*:${project.groupId}.util.internal*</excludePackageNames>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.1</version>
-        <executions>
-          <execution>
-            <id>generate-xref</id>
-            <phase>package</phase>
-            <goals>
-              <goal>jxr</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <inputEncoding>UTF-8</inputEncoding>
-          <outputEncoding>UTF-8</outputEncoding>
-          <linkJavadoc>true</linkJavadoc>
-          <destDir>${project.build.directory}/xref</destDir>
-          <javadocDir>${project.build.directory}/api</javadocDir>
-          <stylesheet>${basedir}/src/xref/stylesheet.css</stylesheet>
-          <docTitle>${project.name} Source Xref (${project.version}, r${buildNumber})</docTitle>
-          <windowTitle>${project.name} Source Xref (${project.version}, r${buildNumber})</windowTitle>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.jboss.maven.plugins</groupId>
-        <artifactId>maven-jdocbook-plugin</artifactId>
-        <version>2.2.0</version>
-        <executions>
-          <execution>
-            <id>generate-docbook</id>
-            <phase>package</phase>
-            <goals>
-              <goal>resources</goal>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>org.jboss</groupId>
-            <artifactId>jbossorg-docbook-xslt</artifactId>
-            <version>1.1.0</version>
-            <exclusions>
-              <exclusion>
-                <groupId>org.eclipse.wst.css</groupId>
-                <artifactId>core</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.eclipse.wst.sse</groupId>
-                <artifactId>core</artifactId>
-              </exclusion>
-            </exclusions>
-          </dependency>
-          <dependency>
-            <groupId>org.jboss</groupId>
-            <artifactId>jbossorg-jdocbook-style</artifactId>
-            <version>1.1.0</version>
-            <type>jdocbook-style</type>
-            <exclusions>
-              <exclusion>
-                <groupId>org.eclipse.wst.css</groupId>
-                <artifactId>core</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.eclipse.wst.sse</groupId>
-                <artifactId>core</artifactId>
-              </exclusion>
-            </exclusions>
-          </dependency>
-          <dependency>
-            <groupId>org.jboss</groupId>
-            <artifactId>jbossorg-fonts</artifactId>
-            <version>1.0.0</version>
-            <type>jdocbook-style</type>
-          </dependency>
-        </dependencies>
-        <configuration>
-          <sourceDocumentName>master.xml</sourceDocumentName>
-          <sourceDirectory>${basedir}/src/docbook</sourceDirectory>
-          <cssResource>
-            <directory>${basedir}/src/docbook</directory>
-            <includes>
-              <include>css/**/*</include>
-            </includes>
-          </cssResource>
-          <imageResource>
-            <directory>${basedir}/src/docbook</directory>
-            <includes>
-              <include>images/**/*</include>
-            </includes>
-          </imageResource>
-          <formats>
-            <format>
-              <formatName>html</formatName>
-              <stylesheetResource>file:///${basedir}/src/docbook/xslt/xhtml.xsl</stylesheetResource>
-              <finalName>index.html</finalName>
-            </format>
-            <format>
-              <formatName>html_single</formatName>
-              <stylesheetResource>file:///${basedir}/src/docbook/xslt/xhtml-single.xsl</stylesheetResource>
-              <finalName>index.html</finalName>
-            </format>
-            <format>
-              <formatName>eclipse</formatName>
-              <stylesheetResource>file:///${basedir}/src/docbook/xslt/eclipse.xsl</stylesheetResource>
-              <finalName>index.html</finalName>
-            </format>
-            <format>
-              <formatName>pdf</formatName>
-              <stylesheetResource>file:///${basedir}/src/docbook/xslt/pdf.xsl</stylesheetResource>
-              <finalName>netty.pdf</finalName>
-            </format>
-          </formats>
-          <options>
-            <xincludeSupported>true</xincludeSupported>
-            <xmlTransformerType>saxon</xmlTransformerType>
-            <docbookVersion>1.72.0</docbookVersion>
-            <localeSeparator>-</localeSeparator>
-            <autoDetectFonts>true</autoDetectFonts>
-          </options>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-4</version>
-        <executions>
-          <execution>
-            <id>generate-distribution</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <descriptors>
-            <descriptor>${basedir}/src/assembly/default.xml</descriptor>
-          </descriptors>
-          <attach>${attach-distribution}</attach>
-          <appendAssemblyId>true</appendAssemblyId>
-          <tarLongFileMode>gnu</tarLongFileMode>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-9</version>
-        <configuration>
-          <tagBase>https://svn.jboss.org/repos/netty/tags</tagBase>
-          <!-- We don't want to use the default release profile because it
-               causes the JavaDoc and source jars to be deployed twice. -->
-          <useReleaseProfile>false</useReleaseProfile>
-          <!-- Activate a custom profile called "release" -->
-          <arguments>-Prelease</arguments>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.7</version>
-        <configuration>
-          <downloadSources>true</downloadSources>
-          <addVersionToProjectName>true</addVersionToProjectName>
-        </configuration>
-      </plugin>
     </plugins>
   </build>