httpcomponents-client/0001-Cleanup-pom.patch

152 lines
4.6 KiB
Diff
Raw Normal View History

2011-02-17 20:09:45 +00:00
--- httpclient/pom.xml.sav 2011-02-17 21:47:11.997569572 +0200
+++ httpclient/pom.xml 2011-02-17 21:48:40.911717624 +0200
@@ -122,25 +122,7 @@
</execution>
</executions>
2010-12-23 10:06:05 +00:00
</plugin>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover2-plugin</artifactId>
- <configuration>
- <flushPolicy>threaded</flushPolicy>
- <flushInterval>100</flushInterval>
- <targetPercentage>50%</targetPercentage>
- </configuration>
- <executions>
- <execution>
- <id>site</id>
- <phase>pre-site</phase>
- <goals>
- <goal>instrument</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
2011-02-17 20:09:45 +00:00
- </plugins>
+ </plugins>
</build>
<reporting>
@@ -165,14 +147,6 @@
</plugin>
<plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover2-plugin</artifactId>
- <configuration>
- <jdk>1.5</jdk>
- </configuration>
- </plugin>
-
2010-12-23 10:06:05 +00:00
- <plugin>
2011-02-17 20:09:45 +00:00
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
--- pom.xml.sav 2011-01-17 22:00:53.000000000 +0200
+++ pom.xml 2011-02-17 22:03:40.828341546 +0200
@@ -88,21 +88,6 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-notice-plugin</artifactId>
- <groupId>org.apache.httpcomponents</groupId>
2010-12-23 10:06:05 +00:00
- <executions>
- <execution>
2011-02-17 20:09:45 +00:00
- <id>attach-notice-license</id>
2010-12-23 10:06:05 +00:00
- <goals>
2011-02-17 20:09:45 +00:00
- <goal>generate</goal>
2010-12-23 10:06:05 +00:00
- </goals>
- </execution>
- </executions>
2011-02-17 20:09:45 +00:00
- <configuration>
- <projectTitle>Apache HttpComponents</projectTitle>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
@@ -189,49 +174,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>com.agilejava.docbkx</groupId>
- <artifactId>docbkx-maven-plugin</artifactId>
2010-12-23 10:06:05 +00:00
- <dependencies>
- <dependency>
- <groupId>org.docbook</groupId>
- <artifactId>docbook-xml</artifactId>
- <version>4.4</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- <configuration>
- <includes>index.xml</includes>
- <chunkedOutput>true</chunkedOutput>
- <xincludeSupported>true</xincludeSupported>
- <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
- <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
- <htmlStylesheet>css/hc-tutorial.css</htmlStylesheet>
- <entities>
- <entity>
- <name>version</name>
2011-02-17 20:09:45 +00:00
- <value>${project.version}</value>
2010-12-23 10:06:05 +00:00
- </entity>
- </entities>
- <postProcess>
- <copy todir="target/site/tutorial">
- <fileset dir="target/docbkx">
- <include name="**/*.html" />
- <include name="**/*.pdf" />
- </fileset>
- </copy>
- <copy todir="target/site/tutorial/html">
- <fileset dir="src/docbkx/resources">
- <include name="**/*.css" />
- <include name="**/*.png" />
- <include name="**/*.gif" />
- <include name="**/*.jpg" />
- </fileset>
- </copy>
- <move file="target/site/tutorial/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
- </postProcess>
- </configuration>
- </plugin>
2011-02-17 20:09:45 +00:00
- <plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
@@ -252,14 +194,7 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <configuration>
- <comparisonVersion>${comparisonVersion}</comparisonVersion>
- </configuration>
- </plugin>
- </plugins>
+ </plugins>
2010-12-23 10:06:05 +00:00
</build>
2011-02-17 20:09:45 +00:00
<reporting>
@@ -280,15 +215,7 @@
</reportSets>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <configuration>
- <comparisonVersion>${comparisonVersion}</comparisonVersion>
- </configuration>
- </plugin>
-
- </plugins>
+ </plugins>
</reporting>
</project>