Hello,

I have started using maven2. 
I want to deploy a non-build maven war in local installed tomcat with maven.
After long search, I have found this:


 

  4.0.0
 
  deploy_war
  DeplyWarTomcat
  1.0-SNAPSHOT
  war
 
  DeplyWarTomcat
  http://maven.apache.org
 
  

/home/user/tomcat-6/apache-tomcat-6.0.29


 
 







org.codehaus.cargo

cargo-maven2-plugin


 
true
 

 
tomcat6x
 
installed

${catalina.home}


 
existing
${catalina.home}

 


installed

 

 
com.dpillay.oworld
oworld-webapp
war




 

 

verify-deploy
install

deployer-deploy
start


 

clean-undeploy
pre-clean

stop







 
 
 
If I try it, there is no error indicated but it did nothing.
I don't understand this part
 
 
        
 

 
com.dpillay.oworld
oworld-webapp
war


 
So how can I use it to answer to my need.
Really I need your help please



--
View this message in context: 
http://maven.40175.n5.nabble.com/how-to-deploy-a-nonbuild-maven-war-in-tomcat-with-maven2-tp4267525p4267525.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to