You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/03/16 02:00:35 UTC

svn commit: r157622 - portals/pluto/trunk/portal/maven.xml

Author: ddewolf
Date: Tue Mar 15 17:00:35 2005
New Revision: 157622

URL: http://svn.apache.org/viewcvs?view=rev&rev=157622
Log:
Fixing default goal.

Modified:
    portals/pluto/trunk/portal/maven.xml

Modified: portals/pluto/trunk/portal/maven.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/portal/maven.xml?view=diff&r1=157621&r2=157622
==============================================================================
--- portals/pluto/trunk/portal/maven.xml (original)
+++ portals/pluto/trunk/portal/maven.xml Tue Mar 15 17:00:35 2005
@@ -14,7 +14,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<project default="deployPlutoToTomcat"
+<project default="tomcat:deploy"
          xmlns:j="jelly:core"
          xmlns:maven="jelly:maven"
          xmlns:ant="jelly:ant">