Skip to content

Commit

Permalink
Removed maven assembly and release plugin configuration; removed asse…
Browse files Browse the repository at this point in the history
…mbly definitions

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk@1503225 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ok2c committed Jul 15, 2013
1 parent 17edb15 commit 5e4fa48
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 372 deletions.
89 changes: 0 additions & 89 deletions pom.xml
Expand Up @@ -150,13 +150,6 @@
<plugin>
<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>
Expand All @@ -176,37 +169,6 @@
<plugin>
<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>
Expand Down Expand Up @@ -280,13 +242,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down Expand Up @@ -390,48 +345,4 @@
</plugins>
</reporting>

<profiles>
<profile>
<id>clover</id>
<build>
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover2-plugin</artifactId>
<version>3.1.10.1</version>
<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>
</plugins>
</build>

<reporting>
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover2-plugin</artifactId>
<version>3.1.10.1</version>
<configuration>
<jdk>1.5</jdk>
</configuration>
</plugin>
</plugins>
</reporting>

</profile>

</profiles>

</project>
85 changes: 0 additions & 85 deletions src/main/assembly/bin.xml

This file was deleted.

70 changes: 0 additions & 70 deletions src/main/assembly/build.xml

This file was deleted.

80 changes: 0 additions & 80 deletions src/main/assembly/osgi-bin.xml

This file was deleted.

0 comments on commit 5e4fa48

Please sign in to comment.