Author: lehmi Date: Thu Jan 22 18:33:50 2015 New Revision: 1653996 URL: http://svn.apache.org/r1653996 Log: PDFBOX-1523: enable automatic generation of Specification and Implementation details
Modified: pdfbox/branches/1.8/parent/pom.xml Modified: pdfbox/branches/1.8/parent/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1653996&r1=1653995&r2=1653996&view=diff ============================================================================== --- pdfbox/branches/1.8/parent/pom.xml (original) +++ pdfbox/branches/1.8/parent/pom.xml Thu Jan 22 18:33:50 2015 @@ -98,6 +98,18 @@ <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <addDefaultImplementationEntries>true</addDefaultImplementationEntries> + <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> + </manifest> + </archive> + </configuration> + </plugin> </plugins> <pluginManagement> <plugins>