Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master a1fd7c6eb -> d99ff1186


avoid src.tar.gz for each module


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

Branch: refs/heads/master
Commit: d99ff11864ecf4096f693d3bd251866f1e7df641
Parents: a1fd7c6
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Oct 30 15:30:19 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Oct 30 15:30:19 2016 +0000

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/d99ff118/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6fd224a..de72208 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,6 +302,7 @@
                 <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <finalName>apache-commons-rdf-${project.version}</finalName>
+                   <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
                </configuration>
             </plugin>
             <plugin>

Reply via email to