deploy rpm to rpm repository using maven + mojo rpm plugin

View: New views
1 Messages — Rating Filter:   Alert me  

deploy rpm to rpm repository using maven + mojo rpm plugin

by Tranquil :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys,

I've just starting to play around with maven as a candidate for our whole build/deploy system for java applications.

we're been programming so far using Perl,  packaging with Rpm on Fedora and Deploying it though a local yum repository.

We still haven't decided if we could ditch the yum/rpm idea all together and switch to mvn repository. but in case we won't, 

Do you know if there is a way to config mvn to upload the rpm (using SCP?) to the yum repository after
it finishes building the RPM (today we use a build system based on make files and in the end it scp's the rpm to the repository and run make there to update the list of rpms).

thank you.


--
Eyal Edri