Hi,
I am very new to jenkins and maven, spent quite a lot of time today to understand how it works,
i am getting the idea but i am having issues of creating the rpm files.
build is green but rpm file is not creating.
So i just want to start with a very basic file to create rpm
example :
svn directory has this : helloword.sh pom.xml
so i am expecting to create an rpm like helloworld-0.0.1-0.2.noarch.rpm ,
but its looks like i need to write something in the pom.xml file to create the rpm
Can any one please provide me a pom.xml file for that helloworld.sh file to create a rpm helloworld-0.0.1-0.2.noarch.rpm ??
Can any one please help me to create one rpm file so that i can dig in more details.
Thanks
Regards