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 <[email protected]> Authored: Wed Apr 9 09:34:19 2014 +0200 Committer: Jakob Frank <[email protected]> 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>
