I was trying to implement OAuth with the Jira Service Management and i was following the below link.
https://developer.atlassian.com/server/jira/platform/oauth/
At some point i need to download the client code and add some details to it and i have to build that java code to get a jar file.
But my build is failing for some reason. I am attaching the screenshot here.
I am running the following code inside the java directory -
mvn clean compile assembly:single