You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/07/07 16:06:56 UTC

svn commit: r1358568 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Sat Jul  7 14:06:55 2012
New Revision: 1358568

URL: http://svn.apache.org/viewvc?rev=1358568&view=rev
Log:
use apache-source-release-assembly-descriptor 1.0.4 which correctly exclude idea files

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1358568&r1=1358567&r2=1358568&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Sat Jul  7 14:06:55 2012
@@ -886,7 +886,7 @@ under the License.
               <dependency>
                 <groupId>org.apache.apache.resources</groupId>
                 <artifactId>apache-source-release-assembly-descriptor</artifactId>
-                <version>1.0.3</version>
+                <version>1.0.4</version>
               </dependency>
             </dependencies>
             <executions>
@@ -900,12 +900,12 @@ under the License.
                   <finalName>apache-directmemory-${project.version}</finalName>
                   <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
                   <!-- use our own as currently apache-source-release-assembly-descriptor doesn't exclude .idea directory -->
-                  <descriptors>
+                  <!--descriptors>
                     <descriptor>src/main/assembly/source-release.xml</descriptor>
-                  </descriptors>
-                  <!--descriptorRefs>
+                  </descriptors-->
+                  <descriptorRefs>
                     <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
-                  </descriptorRefs-->
+                  </descriptorRefs>
                   <tarLongFileFormat>gnu</tarLongFileFormat>
                 </configuration>
               </execution>