You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/09/08 15:32:04 UTC

[36/50] incubator-commonsrdf git commit: avoid maven-jar-plugin error

avoid maven-jar-plugin error

... by running <goal>jar</goal> again


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/7fd7faeb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/7fd7faeb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/7fd7faeb

Branch: refs/heads/jsonld-java
Commit: 7fd7faeb0556f1544de18201bec8886fdf40dbc5
Parents: fc70462
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Sep 5 17:45:58 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Sep 5 17:47:00 2016 +0100

----------------------------------------------------------------------
 api/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/7fd7faeb/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 4b13406..14278d6 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -47,10 +47,9 @@
                 <artifactId>maven-jar-plugin</artifactId>
                 <executions>
                   <execution>
-                      <id>jar-and-test-jar</id>
-                      <!-- Expose abstract test classes -->
+                      <id>test-jar</id>
+                      <!-- Also expose abstract test classes -->
                       <goals>
-                          <goal>jar</goal>
                           <goal>test-jar</goal>
                         </goals>
                     </execution>