You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/05/15 20:06:18 UTC

svn commit: r944691 - /jakarta/bsf/branches/bsf3.x/pom.xml

Author: sebb
Date: Sat May 15 18:06:18 2010
New Revision: 944691

URL: http://svn.apache.org/viewvc?rev=944691&view=rev
Log:
Add manifest entries to javadoc and source jars

Modified:
    jakarta/bsf/branches/bsf3.x/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/pom.xml?rev=944691&r1=944690&r2=944691&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/pom.xml Sat May 15 18:06:18 2010
@@ -124,6 +124,40 @@
               <artifactId>maven-remote-resources-plugin</artifactId>
               <version>${jakarta.remote-resources.version}</version>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-javadoc-plugin</artifactId>
+               <configuration>
+                <!-- keep only errors and warnings -->
+                <quiet>true</quiet>
+                <encoding>${project.build.sourceEncoding}</encoding>
+                <docEncoding>${project.reporting.outputEncoding}</docEncoding>
+                <archive>
+                  <manifest>
+                    <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                    <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                  </manifest>
+                  <manifestEntries>
+                    <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+                  </manifestEntries>
+                </archive>
+              </configuration>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-source-plugin</artifactId>
+              <configuration>
+                <archive>
+                  <manifest>
+                    <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                    <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                  </manifest>
+                  <manifestEntries>
+                    <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+                  </manifestEntries>
+                </archive>
+              </configuration>
+            </plugin>
           </plugins>
         </pluginManagement>
         <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org