Deploying a snapshot means first deploying the main module, and then deploying the support module. Check with the sister projects if there are other modules to deploy.
For local deploys, the pom.xml
module files
deploy to subdirectories under /tmp
. See Section A.1, “How profile-based distribution management has been
designed”
for further details.
First, build the module:
cd ~/xxxobjects/trunk/main mvn clean install
Then, ensure it can be deployed locally:
mvn deploy -D dist=local
Then, deploy it remotely:
mvn deploy -D dist=remote