You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2015/08/25 06:54:13 UTC

svn commit: r1697548 - /httpcomponents/httpcore/trunk/httpcore-ab/pom.xml

Author: ggregory
Date: Tue Aug 25 04:54:12 2015
New Revision: 1697548

URL: http://svn.apache.org/r1697548
Log:
Do not check Maven-Eclipse and .pmd files for RAT reports.

Modified:
    httpcomponents/httpcore/trunk/httpcore-ab/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-ab/pom.xml?rev=1697548&r1=1697547&r2=1697548&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-ab/pom.xml Tue Aug 25 04:54:12 2015
@@ -58,6 +58,24 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-Name>Apache ${project.name}</Bundle-Name>
+            <Bundle-SymbolicName>${project.groupId}.httpcore</Bundle-SymbolicName>
+            <_exportcontents>org.apache.http.*;version=${project.version}</_exportcontents>
+            <Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
   <reporting>
     <plugins>