You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/12/22 23:44:43 UTC

jena git commit: Sources artifacts

Repository: jena
Updated Branches:
  refs/heads/master 9f42f00b3 -> 642246ed8


Sources artifacts


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/642246ed
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/642246ed
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/642246ed

Branch: refs/heads/master
Commit: 642246ed803bce017d9d71747eaf81d133e32f01
Parents: 9f42f00
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Dec 22 23:44:35 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Dec 22 23:44:35 2016 +0000

----------------------------------------------------------------------
 jena-rdfconnection/pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/642246ed/jena-rdfconnection/pom.xml
----------------------------------------------------------------------
diff --git a/jena-rdfconnection/pom.xml b/jena-rdfconnection/pom.xml
index ba7d9d1..da37e97 100644
--- a/jena-rdfconnection/pom.xml
+++ b/jena-rdfconnection/pom.xml
@@ -107,6 +107,26 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <!-- <phase>package</phase> package is the default -->
+            <goals>
+              <goal>jar-no-fork</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>attach-sources-test</id>
+            <goals>
+              <goal>test-jar-no-fork</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <includes>