You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2015/05/31 12:55:09 UTC

svn commit: r1682716 - /pdfbox/trunk/parent/pom.xml

Author: lehmi
Date: Sun May 31 10:55:08 2015
New Revision: 1682716

URL: http://svn.apache.org/r1682716
Log:
PDFBOX-2770: provide sources along with SNAPSHOT releases

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1682716&r1=1682715&r2=1682716&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sun May 31 10:55:08 2015
@@ -184,7 +184,19 @@
 		            </manifest>
 		          </archive>
 		        </configuration>
-		      </plugin>
+		    </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+				   <execution>
+				      <id>attach-sources</id>
+				      <goals>
+				        <goal>jar</goal>
+				      </goals>
+				   </execution>
+				</executions>
+            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>