JINDAL, Mukta, IDC schrieb: > Thanks for the reply, Tim. > > I am executing "mvn install", not "mvn deploy". > > Also, I tried using scpext, but got following error: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error deploying artifact: Unsupported Protocol: 'scpext': Cannot find > wagon which supports the requested protocol: scpext > Component descriptor cannot be found in the component repository: > org.apache.maven.wagon.Wagonscpext. >
Then you have something very weird happening, because as that message says: "Error deploying artifact". Maybe someone has screwed up your pom (or one of its ancestor poms) by binding the maven-deploy-plugin to a non-standard phase? Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
