[exo-jcr-commits] exo-jcr SVN: r4444 - ws/branches/2.1.x/patch/2.1.9-GA/WS-266.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 27 08:48:48 EDT 2011


Author: dkuleshov
Date: 2011-05-27 08:48:48 -0400 (Fri, 27 May 2011)
New Revision: 4444

Added:
   ws/branches/2.1.x/patch/2.1.9-GA/WS-266/WS-266.patch
Log:
WS-266: adding the patch

Added: ws/branches/2.1.x/patch/2.1.9-GA/WS-266/WS-266.patch
===================================================================
--- ws/branches/2.1.x/patch/2.1.9-GA/WS-266/WS-266.patch	                        (rev 0)
+++ ws/branches/2.1.x/patch/2.1.9-GA/WS-266/WS-266.patch	2011-05-27 12:48:48 UTC (rev 4444)
@@ -0,0 +1,60 @@
+Index: exo.ws.rest.core/pom.xml
+===================================================================
+--- exo.ws.rest.core/pom.xml	(revision 4443)
++++ exo.ws.rest.core/pom.xml	(working copy)
+@@ -105,6 +105,25 @@
+    <build>
+       <plugins>
+          <plugin>
++            <groupId>org.codehaus.mojo</groupId>
++            <artifactId>build-helper-maven-plugin</artifactId>
++            <version>1.5</version>
++            <executions>
++               <execution>
++                  <id>add-test-sources</id>
++                  <phase>generate-test-sources</phase>
++                  <goals>
++                     <goal>add-test-source</goal>
++                  </goals>
++                  <configuration>
++                     <sources>
++                        <source>target/generated-test-sources</source>
++                     </sources>
++                  </configuration>
++               </execution>
++            </executions>
++         </plugin>
++         <plugin>
+             <groupId>org.jvnet.jaxb2.maven2</groupId>
+             <artifactId>maven-jaxb2-plugin</artifactId>
+             <executions>
+@@ -148,29 +167,6 @@
+                </execution>
+             </executions>
+          </plugin>
+-         <plugin>
+-            <groupId>org.apache.maven.plugins</groupId>
+-            <artifactId>maven-antrun-plugin</artifactId>
+-            <executions>
+-               <execution>
+-                  <id>0</id>
+-                  <goals>
+-                     <goal>run</goal>
+-                  </goals>
+-                  <phase>generate-test-sources</phase>
+-                  <configuration>
+-                     <tasks>
+-                        <echo>copy files gnerated by JAXB to test source directory</echo>
+-                        <copy todir="src/test/java">
+-                           <fileset dir="target/generated-test-sources">
+-                              <include name="org/**" />
+-                           </fileset>
+-                        </copy>
+-                     </tasks>
+-                  </configuration>
+-               </execution>
+-            </executions>
+-         </plugin>
+       </plugins>
+    </build>
+ </project>



More information about the exo-jcr-commits mailing list