Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 5ee4c293c -> 4cd8b6fc3


re-enable test-jar only within api


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

Branch: refs/heads/master
Commit: 4cd8b6fc3103a3708af86031f82b04d9b3079194
Parents: 5ee4c29
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Apr 5 22:43:46 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Apr 5 22:43:46 2015 +0100

----------------------------------------------------------------------
 api/pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4cd8b6fc/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 1e1a7b5..7ad370c 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -40,4 +40,23 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <executions>
+                  <execution>
+                      <id>jar-and-test-jar</id>
+                      <!-- Expose abstract test classes -->
+                      <goals>
+                          <goal>jar</goal>
+                          <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+
+            </plugin>
+        </plugins>
+    </build>
 </project>

Reply via email to