Hello Folks,
I am trying to build a sample plugin . Following this doc: Maven – Maven Getting Started Guide . Created a sample successfully !!
But, it gives me an error, while uploading it on Jive 7.0 instance ! As :

Commands I have run into building this:
First command:
mvn -B archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.mycompany.app -DartifactId=my-app
Second command:
mvn compile
Third Command:
mvn test
Fourth Command:
mvn test-compile
Fifth Command:
mvn package
Sixth command:
mvn install
Can anyone please tell me what I am missing here? exactly ..!!
I have attached the zipped file, the exact files which I have created. Can someone please help me into this?
Ryan Rutan, Pawan Shah , Matt Collinge