You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/06/17 21:48:09 UTC

svn commit: r1493905 - /jena/Experimental/jena-jdbc/pom.xml

Author: rvesse
Date: Mon Jun 17 19:48:09 2013
New Revision: 1493905

URL: http://svn.apache.org/r1493905
Log:
Generate sources JAR for Jena JDBC

Modified:
    jena/Experimental/jena-jdbc/pom.xml

Modified: jena/Experimental/jena-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-jdbc/pom.xml?rev=1493905&r1=1493904&r2=1493905&view=diff
==============================================================================
--- jena/Experimental/jena-jdbc/pom.xml (original)
+++ jena/Experimental/jena-jdbc/pom.xml Mon Jun 17 19:48:09 2013
@@ -67,6 +67,23 @@
 				</configuration>
 			</plugin>
 
+			<!-- Sources Plugin -->
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<version>2.1.1</version>
+				<executions>
+					<execution>
+						<id>bundle-sources</id>
+						<phase>package</phase>
+						<goals>
+							<!-- produce source artifact for main project sources -->
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+			<!-- Javadoc Plugin -->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>