Merge jar manifest entries into httpclient parent pom
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1056561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
124c7d5eaf
commit
7ee591f0f4
|
@ -144,23 +144,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifestEntries>
|
|
||||||
<Specification-Title>HttpComponents ${project.name}</Specification-Title>
|
|
||||||
<Specification-Version>${project.version}</Specification-Version>
|
|
||||||
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
|
|
||||||
<Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
|
|
||||||
<Implementation-Version>${project.version}</Implementation-Version>
|
|
||||||
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
|
|
||||||
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
|
||||||
<url>${project.url}</url>
|
|
||||||
</manifestEntries>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.atlassian.maven.plugins</groupId>
|
<groupId>com.atlassian.maven.plugins</groupId>
|
||||||
<artifactId>maven-clover2-plugin</artifactId>
|
<artifactId>maven-clover2-plugin</artifactId>
|
||||||
|
|
|
@ -114,20 +114,6 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifestEntries>
|
|
||||||
<Specification-Title>HttpComponents HttpClient</Specification-Title>
|
|
||||||
<Specification-Version>${project.version}</Specification-Version>
|
|
||||||
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
|
|
||||||
<Implementation-Title>HttpComponents HttpClient</Implementation-Title>
|
|
||||||
<Implementation-Version>${project.version}</Implementation-Version>
|
|
||||||
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
|
|
||||||
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
|
||||||
<url>${project.url}</url>
|
|
||||||
</manifestEntries>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
|
@ -94,23 +94,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifestEntries>
|
|
||||||
<Specification-Title>HttpComponents HttpMime</Specification-Title>
|
|
||||||
<Specification-Version>${project.version}</Specification-Version>
|
|
||||||
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
|
|
||||||
<Implementation-Title>HttpComponents HttpMime</Implementation-Title>
|
|
||||||
<Implementation-Version>${project.version}</Implementation-Version>
|
|
||||||
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
|
|
||||||
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
|
||||||
<url>${project.url}</url>
|
|
||||||
</manifestEntries>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.atlassian.maven.plugins</groupId>
|
<groupId>com.atlassian.maven.plugins</groupId>
|
||||||
<artifactId>maven-clover2-plugin</artifactId>
|
<artifactId>maven-clover2-plugin</artifactId>
|
||||||
|
|
17
pom.xml
17
pom.xml
|
@ -102,6 +102,23 @@
|
||||||
<projectTitle>Apache HttpComponents</projectTitle>
|
<projectTitle>Apache HttpComponents</projectTitle>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<archive>
|
||||||
|
<manifestEntries>
|
||||||
|
<Specification-Title>HttpComponents ${project.name}</Specification-Title>
|
||||||
|
<Specification-Version>${project.version}</Specification-Version>
|
||||||
|
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
|
||||||
|
<Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
|
||||||
|
<Implementation-Version>${project.version}</Implementation-Version>
|
||||||
|
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
|
||||||
|
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
||||||
|
<url>${project.url}</url>
|
||||||
|
</manifestEntries>
|
||||||
|
</archive>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue