Re: [mojo-dev] unix-maven-plugin philosophy

2009-07-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > One issue I can't really figure out is the very different naming all the > distributions use for the different packages, even core packages. RPM > also can specify a dependency on files (like "/bin/sh has to be > present"). Your thoughs on this

Re: [mojo-dev] unix-maven-plugin philosophy

2009-07-09 Thread Trygve Laugstøl
Joerg Hohwiller wrote: Hi there, [cut.] That was one of the first things I wanted to implement in the plugin but I've done many rounds of design on it and it is finally done: To summarize: src/main/unix/files goes in all packages, all formats src/main/unix/files-rpm goes in all packages,

Re: [mojo-dev] unix-maven-plugin philosophy

2009-07-07 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, > [cut.] > That was one of the first things I wanted to implement in the plugin but > I've done many rounds of design on it and it is finally done: > > To summarize: > > src/main/unix/files goes in all packages, all formats > src/main/unix

Re: [mojo-dev] unix-maven-plugin philosophy

2009-07-02 Thread Trygve Laugstøl
Joerg Hohwiller wrote: > Hi Trygve, > > thanks for your reply. Now worries for the delay. > Usually I am the one who gets lost for a long time... > Mainly because those utils one or more of 1) buggy, 2) slow, 3) incomplete and 4) not sufficient. >>> I see that problem but do NOT agree w

Re: [mojo-dev] unix-maven-plugin philosophy

2009-07-02 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Trygve, thanks for your reply. Now worries for the delay. Usually I am the one who gets lost for a long time... >>> Mainly because those utils one or more of 1) buggy, 2) slow, 3) >>> incomplete and 4) not sufficient. >> >> I see that problem but

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-30 Thread Trygve Laugstøl
Joerg Hohwiller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mainly because those utils one or more of 1) buggy, 2) slow, 3) incomplete and 4) not sufficient. I see that problem but do NOT agree with the general argument. 1) we are a community and progress is made 2) not very importa

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-25 Thread Lee Thompson
Trygve Laugstøl wrote > Have you looked at the other RPM plugin? It seems that Brett Okken is putting > a lot of effort into it. Not yet. Hopefully some weekend down the road.

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-25 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Mainly because those utils one or more of 1) buggy, 2) slow, 3) > incomplete and 4) not sufficient. I see that problem but do NOT agree with the general argument. 1) we are a community and progress is made 2) not very important to me 3) see 1) 4) i

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-25 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Lee, > > **Joerg Hohwiller wrote: > **> I mean there is maven-dependency-plugin, >> maven-resource-plugin and filtering >> and all what maven already offers. >> Why not just let the user build the package >> content with all features of maven >>

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-25 Thread Trygve Laugstøl
Lee Thompson wrote: **Joerg Hohwiller wrote: **> I mean there is maven-dependency-plugin, > maven-resource-plugin and filtering > and all what maven already offers. > Why not just let the user build the package > content with all features of maven > to build.outputDirectory and then build

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-24 Thread Lee Thompson
Joerg Hohwiller wrote: > I mean there is maven-dependency-plugin, > maven-resource-plugin and filtering > and all what maven already offers. > Why not just let the user build the package > content with all features of maven > to build.outputDirectory and then build > a package from that. rpm-c

Re: [mojo-dev] unix-maven-plugin philosophy

2009-06-24 Thread Trygve Laugstøl
Joerg Hohwiller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Trygve, hi everybody, I started to get into unix-maven-plugin. So far I like the general configuration of common package meta-data and your excellent documentation how this is mapped down according to the actual format. Ho

[mojo-dev] unix-maven-plugin philosophy

2009-06-23 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Trygve, hi everybody, I started to get into unix-maven-plugin. So far I like the general configuration of common package meta-data and your excellent documentation how this is mapped down according to the actual format. However currently the site