You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by buters <fr...@mail.ru> on 2008/11/04 16:04:39 UTC

Maven goals

Hi,

if I have so in my pom <plugin>:
-------------------------------------------
               <execution>
                  <id>jboss-deploy</id>
                  <phase>pre-integration-test</phase>
                  <goals>
                     <goal>deploy</goal>
                  </goals>
              </execution>
               <execution>
                  <id>jboss-undeploy</id>
                  <phase>post-integration-test</phase>
                  <goals>
                     <goal>undeploy</goal>
                  </goals>
               </execution>
------------------------------------------
and I must build. How can I do this?
Must I run mvn deploy or mvn install or ...?
I have took this code from tutorial. At the end the author say only, and now
build your project. But I don't know wich command must I use for it. 

Could me somebody explain it?

Thanks beforehand,
regards, buters.
-- 
View this message in context: http://www.nabble.com/Maven-goals-tp20324019p20324019.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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