Re: packaging from java maven

2017-05-25 Thread Markus Koschany
Hi, Am 25.05.2017 um 20:20 schrieb Nada Gh: > Hi, > > I have a java source that was built using maven without debian source. > How can I generate debian source with all necessary tarballs for building? > > > *I found two options, but couldn't implement them:* > > 1- Using (get-orig-source )

packaging from java maven

2017-05-25 Thread Nada Gh
Hi, I have a java source that was built using maven without debian source. How can I generate debian source with all necessary tarballs for building? *I found two options, but couldn't implement them:* 1- Using (get-orig-source ) target in debian/rules. What specific code to insert, how to