Re: maven-solaris-plugin

2007-01-14 Thread Ole Ersoy
y work in creating a > > maven2 > > plugin for solaris packaging. I uses an ant mojo > and only works on a > > solaris > > machine with pkgtools installed. > > > > For the moment I set in the POM > > groupId to org.apache.maven.plugins and artifactId > maven

Re: maven-solaris-plugin

2007-01-14 Thread Dan Tran
> > as I promised some time ago, I wanted to provide my work in creating a > maven2 > plugin for solaris packaging. I uses an ant mojo and only works on a > solaris > machine with pkgtools installed. > > For the moment I set in the POM > groupId to org.apache.maven.

Re: maven-solaris-plugin

2007-01-14 Thread Joerg Hohwiller
d only works on a > solaris > machine with pkgtools installed. > > For the moment I set in the POM > groupId to org.apache.maven.plugins and artifactId maven-solaris-plugin. > > Should I set groupId to org.codehaus.mojo instead? > > Where should I put the current stat

Re: maven-solaris-plugin

2006-08-29 Thread Vincent Siveton
ork in creating a maven2 plugin for solaris packaging. I uses an ant mojo and only works on a solaris machine with pkgtools installed. For the moment I set in the POM groupId to org.apache.maven.plugins and artifactId maven-solaris-plugin. Should I set groupId to org.codehaus.mojo instead? Where sh

maven-solaris-plugin

2006-08-29 Thread Joerg Hohwiller
org.apache.maven.plugins and artifactId maven-solaris-plugin. Should I set groupId to org.codehaus.mojo instead? Where should I put the current state? I have the plugin itself and a dummy example project that is using the plugin. Should I create the example as archtype? Best regards Jörg -BEGIN