mvn deploy just worked fine until I used following piece in my pom file
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sql-maven-plugin</artifactId>
</plugin>
Error: Permission denied while uploading artifacts to Nexus
Reasonphrase : Forbidden
Please help me to resolve this.