You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2010/08/28 23:15:34 UTC

svn commit: r990447 - /tapestry/tapestry5/trunk/quickstart/pom.xml

Author: andyhot
Date: Sat Aug 28 21:15:31 2010
New Revision: 990447

URL: http://svn.apache.org/viewvc?rev=990447&view=rev
Log:
remove formos specific profile

Modified:
    tapestry/tapestry5/trunk/quickstart/pom.xml

Modified: tapestry/tapestry5/trunk/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/pom.xml?rev=990447&r1=990446&r2=990447&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/pom.xml Sat Aug 28 21:15:31 2010
@@ -45,43 +45,4 @@
         </extensions>
     </build>
 
-    <profiles>
-        <profile>
-            <id>ci</id>
-            <build>
-                <plugins>
-
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-antrun-plugin</artifactId>
-                        <version>1.2</version>
-                        <executions>
-                            <execution>
-                                <phase>deploy</phase>
-                                <configuration>
-
-                                    <tasks>
-                                        <echo>Copying Archetype Catalog to repository</echo>
-                                        <copy overwrite="true" todir="/var/www/maven-snapshot-repository">
-                                            <fileset dir="src/main/resources" includes="*catalog.xml" />
-                                            <filterset>
-                                                <filter token="project.version" value="${project.version}" />
-                                            </filterset>
-                                        </copy>
-                                    </tasks>
-
-                                </configuration>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
 </project>