[exo-jcr-commits] exo-jcr SVN: r4641 - in kernel/branches/2.2.x/patch/2.2.10-GA: KER-176 and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jul 19 02:52:50 EDT 2011


Author: dkuleshov
Date: 2011-07-19 02:52:50 -0400 (Tue, 19 Jul 2011)
New Revision: 4641

Added:
   kernel/branches/2.2.x/patch/2.2.10-GA/KER-176/
   kernel/branches/2.2.x/patch/2.2.10-GA/KER-176/KER-176.patch
Log:
KER-176: backported profile 'release' tp branch

Added: kernel/branches/2.2.x/patch/2.2.10-GA/KER-176/KER-176.patch
===================================================================
--- kernel/branches/2.2.x/patch/2.2.10-GA/KER-176/KER-176.patch	                        (rev 0)
+++ kernel/branches/2.2.x/patch/2.2.10-GA/KER-176/KER-176.patch	2011-07-19 06:52:50 UTC (rev 4641)
@@ -0,0 +1,45 @@
+Index: pom.xml
+===================================================================
+--- pom.xml	(revision 4640)
++++ pom.xml	(working copy)
+@@ -211,5 +211,40 @@
+          <scope>test</scope>
+       </dependency>
+    </dependencies>
++   <profiles>
++      <profile>
++         <id>release</id>
++         <build>
++            <plugins>
++               <plugin>
++                  <artifactId>maven-assembly-plugin</artifactId>
++                  <dependencies>
++                     <dependency>
++                        <groupId>org.apache.apache.resources</groupId>
++                        <artifactId>apache-source-release-assembly-descriptor</artifactId>
++                        <version>1.0.2</version>
++                     </dependency>
++                  </dependencies>
++                  <executions>
++                     <execution>
++                        <id>source-release-assembly</id>
++                        <phase>package</phase>
++                        <goals>
++                           <goal>single</goal>
++                        </goals>
++                        <configuration>
++                           <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
++                           <descriptorRefs>
++                              <descriptorRef>source-release</descriptorRef>
++                           </descriptorRefs>
++                           <tarLongFileFormat>gnu</tarLongFileFormat>
++                        </configuration>
++                     </execution>
++                  </executions>
++               </plugin>
++            </plugins>
++         </build>
++      </profile>
++   </profiles>
+ 
+ </project>


Property changes on: kernel/branches/2.2.x/patch/2.2.10-GA/KER-176/KER-176.patch
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the exo-jcr-commits mailing list