You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/04/01 00:31:40 UTC

svn commit: r643190 - /portals/jetspeed-2/portal/trunk/components/jetspeed-portal-site/pom.xml

Author: ate
Date: Mon Mar 31 15:31:32 2008
New Revision: 643190

URL: http://svn.apache.org/viewvc?rev=643190&view=rev
Log:
Deleting custom ant build script for copying testdata around as its no longer used/needed

Modified:
    portals/jetspeed-2/portal/trunk/components/jetspeed-portal-site/pom.xml

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-portal-site/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portal-site/pom.xml?rev=643190&r1=643189&r2=643190&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-portal-site/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-portal-site/pom.xml Mon Mar 31 15:31:32 2008
@@ -83,30 +83,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>portal-site-testdata</id>
-                        <phase>generate-test-resources</phase>
-                        <configuration>
-                            <tasks>
-                                <delete dir="${basedir}/target/testdata"/>
-                                <mkdir dir="${basedir}/target/testdata"/>
-                                <copy todir="${basedir}/target/testdata">
-                                    <fileset dir="${basedir}/src/test/testdata"/>
-                                </copy>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org