You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/05 22:26:12 UTC

svn commit: r1357878 - in /incubator/any23/trunk/service/src/main/assembly: with-deps.xml without-deps.xml

Author: simonetripodi
Date: Thu Jul  5 20:26:11 2012
New Revision: 1357878

URL: http://svn.apache.org/viewvc?rev=1357878&view=rev
Log:
according to other assemblies 'convention', put wars inside /lib dir

Modified:
    incubator/any23/trunk/service/src/main/assembly/with-deps.xml
    incubator/any23/trunk/service/src/main/assembly/without-deps.xml

Modified: incubator/any23/trunk/service/src/main/assembly/with-deps.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/assembly/with-deps.xml?rev=1357878&r1=1357877&r2=1357878&view=diff
==============================================================================
--- incubator/any23/trunk/service/src/main/assembly/with-deps.xml (original)
+++ incubator/any23/trunk/service/src/main/assembly/with-deps.xml Thu Jul  5 20:26:11 2012
@@ -50,10 +50,16 @@
       <outputDirectory>/</outputDirectory>
       <fileMode>666</fileMode>
     </file>
-    <file>
-      <source>${project.build.directory}/${project.build.finalName}.${project.packaging}</source>
-      <outputDirectory>/</outputDirectory>
-    </file>
   </files>
 
+  <dependencySets>
+    <dependencySet>
+      <useProjectArtifact>true</useProjectArtifact>
+      <outputDirectory>/lib</outputDirectory>
+      <includes>
+        <include>${project.groupId}:${project.artifactId}</include>
+      </includes>
+    </dependencySet>
+  </dependencySets>
+
 </assembly>

Modified: incubator/any23/trunk/service/src/main/assembly/without-deps.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/assembly/without-deps.xml?rev=1357878&r1=1357877&r2=1357878&view=diff
==============================================================================
--- incubator/any23/trunk/service/src/main/assembly/without-deps.xml (original)
+++ incubator/any23/trunk/service/src/main/assembly/without-deps.xml Thu Jul  5 20:26:11 2012
@@ -51,7 +51,7 @@
     </file>
     <file>
       <source>${project.build.directory}/${project.build.finalName}-without-deps.${project.packaging}</source>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory>/lib</outputDirectory>
     </file>
   </files>