Re: solaris package (pkg) support

2007-11-20 Thread deckrider
On Oct 17, 2007 5:00 PM, Dan Tran <[EMAIL PROTECTED]> wrote: > could you try this > > http://mojo.codehaus.org/solaris-maven-plugin/ > > and give feed back? I couldn't get this to work. Looking through the docs as well as finding this subversion repository ... https://svn.codehaus.org/mojo/trunk

Re: solaris package (pkg) support

2007-11-19 Thread deckrider
Hi, what url do I put in my pom so that I can use this plugin? On Nov 12, 2007 1:03 PM, Joerg Hohwiller <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi there, > > sorry for catching up so late... > > >> > >>> Thanks for responding. I already know how to make So

Re: solaris package (pkg) support

2007-11-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, sorry for catching up so late... >> >>> Thanks for responding. I already know how to make Solaris packages, >>> but I don't know how to integrate the process into my pom.xml. >> Someone posted a reference to a maven plugin that could creat

Re: solaris package (pkg) support

2007-10-18 Thread deckrider
On 10/18/07, Graham Leggett <[EMAIL PROTECTED]> wrote: > On Thu, October 18, 2007 1:54 pm, deckrider wrote: > > > Thanks for responding. I already know how to make Solaris packages, > > but I don't know how to integrate the process into my pom.xml. > > Someone posted a reference to a maven plugin

Re: solaris package (pkg) support

2007-10-18 Thread deckrider
On 10/17/07, Dan Tran <[EMAIL PROTECTED]> wrote: > could you try this > > http://mojo.codehaus.org/solaris-maven-plugin/ > > and give feed back? Thanks, it looks interesting. I'll have to spend some time with it before being able to provide feedback. -

Re: solaris package (pkg) support

2007-10-18 Thread Graham Leggett
On Thu, October 18, 2007 1:54 pm, deckrider wrote: > Thanks for responding. I already know how to make Solaris packages, > but I don't know how to integrate the process into my pom.xml. Someone posted a reference to a maven plugin that could create Solaris packages, but I couldn't find it when I

Re: solaris package (pkg) support

2007-10-18 Thread deckrider
On 10/17/07, Graham Leggett <[EMAIL PROTECTED]> wrote: > deckrider wrote: > > > I need to generate a Solaris package (pkg) when building on Solaris > > (pkgadd format). > > I managed to reverse engineer the whole ritual you have to follow a > while back to get solaris packages of APR and httpd. > >

Re: solaris package (pkg) support

2007-10-17 Thread Dan Tran
could you try this http://mojo.codehaus.org/solaris-maven-plugin/ and give feed back? -D On 10/17/07, Graham Leggett <[EMAIL PROTECTED]> wrote: > deckrider wrote: > > > I need to generate a Solaris package (pkg) when building on Solaris > > (pkgadd format). > > I managed to reverse engineer the

Re: solaris package (pkg) support

2007-10-17 Thread Graham Leggett
deckrider wrote: I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). I managed to reverse engineer the whole ritual you have to follow a while back to get solaris packages of APR and httpd. Look at the last few lines of this script, it will tell you what you

solaris package (pkg) support

2007-10-17 Thread deckrider
Hello from a Maven Newbie, I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). My first thoughts were of using the dir format of the maven-assembly-plugin and then somehow running a Unix shell script to create the package based on the contents of the assembled dir

solaris package (pkg) support

2007-10-17 Thread deckrider
Hello from a Maven Newbie, I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). My first thoughts were of using the dir format of the maven-assembly-plugin and then somehow running a Unix shell script to create the package based on the contents of the assembled dir