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 2013/07/15 15:05:31 UTC

svn commit: r1503224 - in /httpcomponents/httpcore/branches/4.2.x: pom.xml src/main/

Author: olegk
Date: Mon Jul 15 13:05:31 2013
New Revision: 1503224

URL: http://svn.apache.org/r1503224
Log:
Removed maven assembly and release plugin configuration; removed assembly definitions

Removed:
    httpcomponents/httpcore/branches/4.2.x/src/main/
Modified:
    httpcomponents/httpcore/branches/4.2.x/pom.xml

Modified: httpcomponents/httpcore/branches/4.2.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.2.x/pom.xml?rev=1503224&r1=1503223&r2=1503224&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.2.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.2.x/pom.xml Mon Jul 15 13:05:31 2013
@@ -152,13 +152,6 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <executions>
           <execution>
-            <id>javadoc-aggregate</id>
-            <goals>
-              <goal>aggregate</goal>
-            </goals>
-            <phase>pre-site</phase>
-          </execution>
-          <execution>
             <id>attach-javadocs</id>
             <goals>
               <goal>jar</goal>
@@ -178,37 +171,6 @@
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
       <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptors>
-            <descriptor>src/main/assembly/bin.xml</descriptor>
-            <descriptor>src/main/assembly/osgi-bin.xml</descriptor>
-            <descriptor>src/main/assembly/src.xml</descriptor>
-          </descriptors>
-          <tarLongFileMode>gnu</tarLongFileMode>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <inherited>false</inherited>
-        <configuration>
-          <tasks>
-            <ant antfile="src/main/assembly/build.xml">
-              <property name="target" value="${project.build.directory}" />
-              <property name="package.name" value="${project.artifactId}-${project.version}-bin" />
-            </ant>
-            <ant antfile="src/main/assembly/build.xml">
-              <property name="target" value="${project.build.directory}" />
-              <property name="package.name" value="${project.artifactId}-${project.version}-src" />
-            </ant>
-            <ant antfile="src/main/assembly/build.xml">
-              <property name="target" value="${project.build.directory}" />
-              <property name="package.name" value="${project.artifactId}-${project.version}-osgi-bin" />
-            </ant>
-          </tasks>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>com.agilejava.docbkx</groupId>
         <artifactId>docbkx-maven-plugin</artifactId>
         <dependencies>
@@ -281,13 +243,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
-        </configuration>
-      </plugin>
     </plugins>
   </build>