You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/06/13 10:58:30 UTC

[070/100] [abbrv] git commit: MARMOTTA-339: Not building the assembly for ldpath breaks the release - use attach=false if you do not want to deploy the artifact.

MARMOTTA-339: Not building the assembly for ldpath breaks the release - use attach=false if you do not want to deploy the artifact.


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/76ea6b55
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/76ea6b55
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/76ea6b55

Branch: refs/heads/ldp
Commit: 76ea6b5501c4b40b206d720aa8267819a2b46265
Parents: 994caea
Author: Jakob Frank <ja...@apache.org>
Authored: Wed Apr 9 09:34:19 2014 +0200
Committer: Jakob Frank <ja...@apache.org>
Committed: Wed Apr 9 09:34:19 2014 +0200

----------------------------------------------------------------------
 libraries/ldpath/ldpath-backend-linkeddata/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/76ea6b55/libraries/ldpath/ldpath-backend-linkeddata/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/ldpath/ldpath-backend-linkeddata/pom.xml b/libraries/ldpath/ldpath-backend-linkeddata/pom.xml
index c7a167a..81abf13 100644
--- a/libraries/ldpath/ldpath-backend-linkeddata/pom.xml
+++ b/libraries/ldpath/ldpath-backend-linkeddata/pom.xml
@@ -157,12 +157,16 @@
                         <artifactId>maven-assembly-plugin</artifactId>
                         <executions>
                             <execution>
+                                <goals>
+                                    <goal>single</goal>
+                                </goals>
                                 <phase>package</phase>
                                 <configuration>
                                     <descriptors>
                                         <descriptor>assembly.xml</descriptor>
                                     </descriptors>
                                     <finalName>apache-marmotta-${project.version}</finalName>
+                                    <attach>false</attach>
                                 </configuration>
                             </execution>
                         </executions>