[exo-jcr-commits] exo-jcr SVN: r4400 - jcr/trunk/exo.jcr.component.core.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 20 10:38:19 EDT 2011


Author: tolusha
Date: 2011-05-20 10:38:19 -0400 (Fri, 20 May 2011)
New Revision: 4400

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
Log:
EXOJCR-945: Cleanup build

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2011-05-20 11:07:34 UTC (rev 4399)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2011-05-20 14:38:19 UTC (rev 4400)
@@ -433,7 +433,32 @@
                </execution>
             </executions>
          </plugin>
-         <plugin>
+          <plugin>
+             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>unpack</id>
+                  <phase>generate-test-sources</phase>
+                  <goals>
+                     <goal>unpack</goal>
+                  </goals>
+                  <configuration>
+                     <artifactItems>
+                        <artifactItem>
+                           <groupId>org.apache.jackrabbit</groupId>
+                           <artifactId>jackrabbit-jcr-tests</artifactId>
+                           <classifier>sources</classifier>
+                           <type>jar</type>
+                           <overWrite>false</overWrite>
+                        </artifactItem>
+                     </artifactItems>
+                     <outputDirectory>${project.build.directory}/jackrabbit-jcr-tests</outputDirectory>
+                  </configuration>
+               </execution>
+            </executions>
+          </plugin>         
+          <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
             <executions>
                <execution>



More information about the exo-jcr-commits mailing list