[rpm-maven-plugin] Howto set directory mode of a mapping directory which has files?

2015-12-07 Thread Steve Cohen
Maybe I'm missing something, but there seems to be a hole in the logic of the rpm-maven-plugin mappings, and the way file permissions are created. Looking at the official documentation, http://www.mojohaus.org/rpm-maven-plugin/map-params.html, I see filemode(*recommended*) This is UNIX

Re: [rpm-maven-plugin] how to control the name under which rpm is stored in m2 repository?

2015-12-07 Thread Steve Cohen
Aargh! Email formattting! org.apache.maven.plugins maven-install-plugin 2.5.2 install-rpm install-file install ${project.build.directory}/rpm/${rpm.name}/RPMS/noarch/${rpm.name}-${project.version}-${rpm.release}.noarch.rpm ${proj

Re: [rpm-maven-plugin] how to control the name under which rpm is stored in m2 repository?

2015-12-07 Thread Steve Cohen
Actually, I found a way. If I am willing to let my "short name" become the archiveId, (and thus live with the rpms in a different location), the following is possible with the maven-install-plugin, after packaging with the rpm-maven-plugin: org.apache.maven.plugins maven-install-plugin 2.

Re: how do i specify additional wagon plugins in the project pom to build deps when they don't yet exist in built form?

2015-12-07 Thread james northrup
thanks, i doubt a new wagon option would subtract from the maven build experience if broken deps are resolved back to thier source https://jitpack.io/#l2x6/srcdeps-maven-plugin/0.0.11 does it as transparent SAAS. On Mon, Dec 7, 2015 at 11:58 AM, Karl Heinz Marbaise wrote: > Hi, > > On 12/7/15 8:

Re: [rpm-maven-plugin] how to control the name under which rpm is stored in m2 repository?

2015-12-07 Thread Graham Leggett
On 07 Dec 2015, at 8:44 PM, Steve Cohen wrote: > Our organization has a convention for naming rpms. Typically, the rpm will > have a shorter base name than the Maven project. There is also a convention > around how releases are named. So we want a name > like|${shortname}-${project.version}-${

Re: how do i specify additional wagon plugins in the project pom to build deps when they don't yet exist in built form?

2015-12-07 Thread Karl Heinz Marbaise
Hi, On 12/7/15 8:15 PM, james northrup wrote: I would like to intercepts maven repo requests and builds the ones that fit a certain pattern of buildable SCM repos, specifically using git[hub] repositories. Maven is based on binary artifacts and NOT on source artifacts... what pom options ex

Re: [rpm-maven-plugin] how to control the name under which rpm is stored in m2 repository?

2015-12-07 Thread Karl Heinz Marbaise
Hi Steve, simply answer to this: It is not possible... Long answer: Maven repositories dependending on an appropriate naming schema to find artifacts / versions etc. If you change that the whole system will not work at all.. So the name which is stored within a maven repository can't be chan

how do i specify additional wagon plugins in the project pom to build deps when they don't yet exist in built form?

2015-12-07 Thread james northrup
I would like to intercepts maven repo requests and builds the ones that fit a certain pattern of buildable SCM repos, specifically using git[hub] repositories. what pom options exist to control wagon so that a similar solution can be added to a parent pom to utilize plugin to build or exec when bu

[rpm-maven-plugin] how to control the name under which rpm is stored in m2 repository?

2015-12-07 Thread Steve Cohen
Our organization has a convention for naming rpms. Typically, the rpm will have a shorter base name than the Maven project. There is also a convention around how releases are named. So we want a name like|${shortname}-${project.version}-${release}.noarch.rpm|. I want to build such rpms using t

RE: disabling default plugin from phase?

2015-12-07 Thread Martin Gainty
good for SCM access how about site distro? it would seem *logical* to aggregate all of the flexmojos src/doc/site info for flex mojos under Apache-flex? thanks mark Martin __ > Subject: Re: disabling default plugin from phase? > To: users@maven.apac

Re: disabling default plugin from phase?

2015-12-07 Thread Mark Prins
On 04-12-15 02:58, Martin Gainty wrote: was asked by a local resource to look into resurrecting flex-mojos for a local company Thanks to Jeff, Mirko and Adrien I was able to exec thru all the phases to make flexmojos operational ..but.. I am disturbed by EOL notice from code.google.com to take