Re: where is maven-pluto-plugin

2008-08-08 Thread Rene Vielma M
On Fri, Aug 8, 2008 at 10:11 AM, pablo <[EMAIL PROTECTED]> wrote: > To deploy into Tomcat, this is the script I used: > > rm -rf ../apache-tomcat-5.5.26/webapps/pluto/ > cp pluto-portal/target/pluto-portal.war > ../apache-tomcat-5.5.26/webapps/pluto.war > > rm -rf ../apache-tomcat-5.5.26/webapps/te

Re: where is maven-pluto-plugin

2008-08-08 Thread pablo
+pluto-user I have no idea why that test might be failing :(. I'm just a user of the container (the guys at pluto-dev will know better). But I had a similar problem when I was trying the pluto 2.0 version, and did this to disable the tests: mvn install -Dmaven.test.skip.exec=true Good luck! On

Re: where is maven-pluto-plugin

2008-08-08 Thread pablo
Hi, The usual procedure to compile and deploy the whole pluto portal is the following: compile from the root directory (that is, you will see the folders maven-pluto-plugin, pluto-container, pluto-descriptor-api... if you "ls"), do a "$ mvn install". deploy: move the pluto-portal.war and the tes