You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2010/11/01 22:06:53 UTC

svn commit: r1029836 - /httpcomponents/project/pom.xml

Author: olegk
Date: Mon Nov  1 21:06:53 2010
New Revision: 1029836

URL: http://svn.apache.org/viewvc?rev=1029836&view=rev
Log:
Updated the list of project developers (Asankha C. Perera -> PMC Chair, Ortwin Glueck -> Emeritus PMC); updated the list of contributors (Jonathan Moore, Michajlo Matijkiw); added copy-resource plugin; downgraded Clover2 plugin to version 2.6.3

Modified:
    httpcomponents/project/pom.xml

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=1029836&r1=1029835&r2=1029836&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Mon Nov  1 21:06:53 2010
@@ -63,8 +63,7 @@
       <email>oglueck -at- apache.org</email>
       <organization></organization>
       <roles>
-        <role>Java Developer</role>
-        <role>PMC</role>
+        <role>Emeritus PMC</role>
       </roles>
       <url>http://www.odi.ch/</url>
       <timezone>+1</timezone>
@@ -85,7 +84,7 @@
       <email>asankha -at- apache.org</email>
       <roles>
         <role>Java Developer</role>
-        <role>PMC</role>
+        <role>PMC Chair</role>
       </roles>
       <timezone>+5.5</timezone>
     </developer>
@@ -105,7 +104,7 @@
       <email>erikabele -at- apache.org</email>
       <roles>
         <role>Java Developer</role>
-        <role>PMC Chair</role>
+        <role>PMC</role>
       </roles>
       <url>http://www.codefaktor.de/</url>
       <timezone>+1</timezone>
@@ -184,6 +183,14 @@
       <name>James Abley</name>
       <email>james.abley -at- gmail.com</email>
     </contributor>
+    <contributor>
+      <name>Jonathan Moore</name>
+      <email>jonathan_moore -at- comcast.com</email>
+    </contributor>
+    <contributor>
+      <name>Michajlo Matijkiw</name>
+      <email>michajlo_matijkiw -at- comcast.com</email>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -377,45 +384,36 @@
         </plugin>
         <!-- Other plugins, alpha order by groupId and artifactId -->
         <plugin>
-          <groupId>com.agilejava.docbkx</groupId>
-          <artifactId>docbkx-maven-plugin</artifactId>
-          <version>2.0.10</version>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.4.3</version>
           <executions>
             <execution>
+              <id>copy-resources</id>
+              <phase>pre-site</phase>
               <goals>
-                <goal>generate-html</goal>
-                <goal>generate-pdf</goal>
+                <goal>copy-resources</goal>
               </goals>
-              <phase>pre-site</phase>
+              <configuration>
+                <outputDirectory>${basedir}/target/site/examples</outputDirectory>
+                <resources>          
+                  <resource>
+                    <directory>src/examples</directory>
+                    <filtering>false</filtering>
+                  </resource>
+                </resources>              
+              </configuration>            
             </execution>
           </executions>
-          <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>
-                <value>${project.version}</value>
-              </entity>
-            </entities>
-          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>com.agilejava.docbkx</groupId>
+          <artifactId>docbkx-maven-plugin</artifactId>
+          <version>2.0.10</version>
         </plugin>
         <plugin>
           <groupId>com.atlassian.maven.plugins</groupId>
           <artifactId>maven-clover2-plugin</artifactId>
-          <version>3.0.2</version>
+          <version>2.6.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>