You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/10/11 23:26:57 UTC

svn commit: r1631126 - in /sling/trunk/tooling/ide/source-bundle: assembly.xml pom.xml

Author: rombert
Date: Sat Oct 11 21:26:56 2014
New Revision: 1631126

URL: http://svn.apache.org/r1631126
Log:
SLING-3685 - Document and further automate the IDE tooling release process

Generate the source bundle with a zip extension

Modified:
    sling/trunk/tooling/ide/source-bundle/assembly.xml
    sling/trunk/tooling/ide/source-bundle/pom.xml

Modified: sling/trunk/tooling/ide/source-bundle/assembly.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/source-bundle/assembly.xml?rev=1631126&r1=1631125&r2=1631126&view=diff
==============================================================================
--- sling/trunk/tooling/ide/source-bundle/assembly.xml (original)
+++ sling/trunk/tooling/ide/source-bundle/assembly.xml Sat Oct 11 21:26:56 2014
@@ -19,7 +19,7 @@
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
     <id>src</id>
     <formats>
-        <format>jar</format>
+        <format>zip</format>
     </formats>
     <includeBaseDirectory>false</includeBaseDirectory>
     <fileSets>

Modified: sling/trunk/tooling/ide/source-bundle/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/source-bundle/pom.xml?rev=1631126&r1=1631125&r2=1631126&view=diff
==============================================================================
--- sling/trunk/tooling/ide/source-bundle/pom.xml (original)
+++ sling/trunk/tooling/ide/source-bundle/pom.xml Sat Oct 11 21:26:56 2014
@@ -33,7 +33,6 @@
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
-                    <finalName>sling-ide-tooling-${project.version}</finalName>
                     <appendAssemblyId>false</appendAssemblyId>
                     <descriptors>
                         <descriptor>assembly.xml</descriptor>