There are some discussions last couple weeks to have a maven 2 plugin to
build eclipse PDE artifacts.

May be you can yell out loud, the person that has the plugin may speedup the
submission process to MOJO ;-)

-D



On 4/21/06, Tim Kettler <[EMAIL PROTECTED]> wrote:
>
>
>
> Wayne Fay schrieb:
> > Is there a reason you can't move it?? So many people on this list make
> > their lives "miserable" by ignoring Maven defaults/standards and
> > rigging things to fit their own layout. I find it easier to simply
> > adjust my projects to fit the expectations of Maven.
> >
>
> If I remember correctly the Eclipse PDE creates a manifest file with
> custom information at
> a fixed location. So in this case it is not possible to just move the
> manifest file.
>
> > And yes, I believe you can configure the location of the MANIFEST.MF
> > file in the Jar plugin, but I'm not certain of the details.
>
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-jar-plugin</artifactId>
>   <configuration>
>     <archive>
>       <manifestFile>${basedir}/MANIFEST.MF</manifestFile>
>     </archive>
>   </configuration>
> </plugin>
>
> >
> > Wayne
> >
> > On 4/21/06, Gautham Pamu <[EMAIL PROTECTED]> wrote:
> >> Hi Wayne,
> >>
> >> Thanks for responding for my question. my META-INF is in $basedir}
> >> directory. is it possible to have manifest in a different location.
> >>
> >> Thanks
> >> Gautham Pamu
> >>
> >> On 4/21/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> >>> Your manifest should be in:
> >>> src/main/resources/META-INF/MANIFEST.MF
> >>>
> >>> if you want it to end up in Jar-root/META-INF/MANIFEST.MF
> >>>
> >>> Wayne
> >>>
> >>> On 4/21/06, Gautham Pamu <[EMAIL PROTECTED]> wrote:
> >>>> Hi Everyone,
> >>>>
> >>>> Maven jar is create the manifest file but is it possible to package
> an
> >>>> existing file from the src directory. I need this to package an
> eclipse
> >>>> plugin and it already has a manifest file.
> >>>>
> >>>> Are there an special plugins to package eclipse plugins ?
> >>>>
> >>>> --
> >>>> -Gautham Pamu
> >>>>
> >>>>
> >>
> >>
> >> --
> >> -Gautham Pamu
> >>
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to