I\'m having a problem while deploying and here is the error message I get:
[INFO]
[INFO] --- maven-deploy-plugin:2.7
In your pom.xml you should add distributionManagement configuration to where to deploy.
In the following example I have used file system as the locations.
internal.repo
Internal repo
file:///home/thara/testesb/in
you can add another location while deployment by using the following command (but to avoid above error you should have at least 1 repository configured) :
mvn deploy -DaltDeploymentRepository=internal.repo::default::file:///home/thara/testesb/in