You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by at...@apache.org on 2008/12/24 17:02:18 UTC

svn commit: r729324 - in /portals/applications: demo/pom.xml rss/rss-war/pom.xml

Author: ate
Date: Wed Dec 24 08:02:18 2008
New Revision: 729324

URL: http://svn.apache.org/viewvc?rev=729324&view=rev
Log:
Removing outdated hot-deployment maven ant run tasks

Modified:
    portals/applications/demo/pom.xml
    portals/applications/rss/rss-war/pom.xml

Modified: portals/applications/demo/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/demo/pom.xml?rev=729324&r1=729323&r2=729324&view=diff
==============================================================================
--- portals/applications/demo/pom.xml (original)
+++ portals/applications/demo/pom.xml Wed Dec 24 08:02:18 2008
@@ -154,44 +154,6 @@
         </dependency>        
     </dependencies>
 
-    <!-- Build Configuration -->
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>hot-deploy-application</id>
-                        <phase>install</phase>
-                        <configuration>
-                            <tasks>
-                                <ant target="hot-deploy-war" antfile="build.xml" dir="${basedir}/../../app-servers" inheritall="off">
-                                    <property name="org.apache.jetspeed.deploy.enable"
-                                              value="${org.apache.jetspeed.env.hotdeploy}"/>
-                                    <property name="org.apache.jetspeed.deploy.target"
-                                              value="${org.apache.jetspeed.env.deploy.target}"/>
-                                    <property name="org.apache.jetspeed.server.home"
-                                              value="${org.apache.jetspeed.server.home}"/>
-                                    <property name="org.apache.jetspeed.deploy.groupid"
-                                              value="${pom.groupId}"/>
-                                    <property name="org.apache.jetspeed.deploy.artifactid"
-                                              value="${pom.artifactId}"/>
-                                    <property name="org.apache.jetspeed.deploy.version"
-                                              value="${pom.version}"/>
-                                </ant>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
     <!-- Project Information -->
 
     <scm>

Modified: portals/applications/rss/rss-war/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/rss/rss-war/pom.xml?rev=729324&r1=729323&r2=729324&view=diff
==============================================================================
--- portals/applications/rss/rss-war/pom.xml (original)
+++ portals/applications/rss/rss-war/pom.xml Wed Dec 24 08:02:18 2008
@@ -109,41 +109,6 @@
             </plugins>
         </pluginManagement>    
 
-        <!-- Plugins -->
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>hot-deploy-application</id>
-                        <phase>install</phase>
-                        <configuration>
-                            <tasks>
-                                <ant target="hot-deploy-war" antfile="build.xml" dir="${basedir}/../../../app-servers" inheritall="off">
-                                    <property name="org.apache.jetspeed.deploy.enable"
-                                              value="${org.apache.jetspeed.env.hotdeploy}"/>
-                                    <property name="org.apache.jetspeed.deploy.target"
-                                              value="${org.apache.jetspeed.env.deploy.target}"/>
-                                    <property name="org.apache.jetspeed.server.home"
-                                              value="${org.apache.jetspeed.server.home}"/>
-                                    <property name="org.apache.jetspeed.deploy.groupid"
-                                              value="${pom.groupId}"/>
-                                    <property name="org.apache.jetspeed.deploy.artifactid"
-                                              value="${pom.artifactId}"/>
-                                    <property name="org.apache.jetspeed.deploy.version"
-                                              value="${pom.version}"/>
-                                </ant>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-
     </build>
 
 </project>