Re: maven packaging

2012-01-27 Thread ribal...@gmail.com
roject? > > > Just may be with some advices on where to go. > > > > > > I used to run "mvn package" which gives me (using > assembly plugin) > > ready > > > to use distribution folder with all the JARs and run > scripts. But > > now I > > > am thinking of creating PPA so I can share the app and > here I have > > some > > > problems > > > My package recipe: > > https://code.launchpad.net/~ribalkin/+recipe/ucloud- > <https://code.launchpad.net/%7Eribalkin/+recipe/ucloud->; > > <https://code.launchpad.net/%7Eribalkin/+recipe/ucloud->; > > > imported-daily > > > I've red http://developer.ubuntu.com/packaging/html and > > > http://wiki.debian.org/Java/MavenBuilder but it has no > details. > > > > > > Am I right that every maven module should be installed > as a separate > > > java library during the build process > (mh_installpoms/mh_installjar)? > > > Also even if I do so, I do not see in launchpad build > log that mvn > > > package actually started for any of my module. > > > > > > Thank for any help! > > > > > > > > > > -- > > Boris Rybalkin > > ribal...@gmail.com <mailto:ribal...@gmail.com> > <mailto:ribal...@gmail.com <mailto:ribal...@gmail.com>> > > > > > -- > Boris Rybalkin > ribal...@gmail.com <mailto:ribal...@gmail.com>

Re: maven packaging

2012-02-12 Thread ribal...@gmail.com
sorry for so many questions, but I've found everything I need: DEB_MAVEN_ARGS and maven.properties. Thanks. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. "ribal...@gmail.com" wrote: Thank you, my bad. One more question: What is the right way of addi