You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephen Connolly <st...@gmail.com> on 2008/02/04 22:03:58 UTC

question about maven-rar-plugin

Why does this plugin not define a packaging of type rar?

All the other JavaEE plugins: war, ear, ejb, etc define a packaging.
What was the rational behind having this behave differently?

Thanks,

-Stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: question about maven-rar-plugin

Posted by Stephen Connolly <st...@gmail.com>.
Ahhh, there I go reading the documentation and expecting it to be accurate!

The site docs make no mention that it's a valid packaging, so I was
thinking that it was a special one!

-Stephen

Note to self: The Maven2 docs are _never_ accurate until proven otherwise!

On Feb 4, 2008 9:13 PM, Olivier Lamy <ol...@apache.org> wrote:
> Hi,
> Have try defining this in your pom <packaging>rar</packaging> ?
> rar packaging is define in maven core.
>
> --
> Olivier
>
> 2008/2/4, Stephen Connolly <st...@gmail.com>:
>
> > Why does this plugin not define a packaging of type rar?
> >
> > All the other JavaEE plugins: war, ear, ejb, etc define a packaging.
> > What was the rational behind having this behave differently?
> >
> > Thanks,
> >
> > -Stephen
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: question about maven-rar-plugin

Posted by Tom Huybrechts <to...@gmail.com>.
And all these other packagings are defined in maven-core too.

http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/src/main/resources/META-INF/plexus/components.xml?revision=522316&view=markup


On Feb 4, 2008 10:13 PM, Olivier Lamy <ol...@apache.org> wrote:

> Hi,
> Have try defining this in your pom <packaging>rar</packaging> ?
> rar packaging is define in maven core.
>
> --
> Olivier
>
> 2008/2/4, Stephen Connolly <st...@gmail.com>:
> > Why does this plugin not define a packaging of type rar?
> >
> > All the other JavaEE plugins: war, ear, ejb, etc define a packaging.
> > What was the rational behind having this behave differently?
> >
> > Thanks,
> >
> > -Stephen
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: question about maven-rar-plugin

Posted by Olivier Lamy <ol...@apache.org>.
Hi,
Have try defining this in your pom <packaging>rar</packaging> ?
rar packaging is define in maven core.

--
Olivier

2008/2/4, Stephen Connolly <st...@gmail.com>:
> Why does this plugin not define a packaging of type rar?
>
> All the other JavaEE plugins: war, ear, ejb, etc define a packaging.
> What was the rational behind having this behave differently?
>
> Thanks,
>
> -Stephen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org