These instructions depend on following Configuring Maven 2 settings.xml prior to attempting them.
Running Goals for a Specific Environment
These are general instructions that describe the general process. Replace 'goalname' with the particular goal you want to use.
Running a goal for local development
mvn goalname
Running a goal for development server
mvn goalname -P dev
Running a goal for test server
mvn goalname -P test
Running a goal for content server
mvn goalname -P content
Running a goal for sandbox server
mvn goalname -P sandbox
Running a goal for production server
mvn goalname -P prod
Labels
(None)