Indeed. map it to zip and not jar

S.

---
[image: Linkedin] <http://www.linkedin.com/in/snicoll>[image:
Twitter]<http://twitter.com/snicoll>


On Wed, Feb 17, 2010 at 3:12 PM, Julien HENRY <henr...@yahoo.fr> wrote:

> Hi Stephane,
>
> I've mapped xml.zip custom type using this syntax:
> <artifactTypeMappings>
>     <artifactTypeMapping type="xml.zip" mapping="jar"/>
> </artifactTypeMappings>
>
> The build is now able to terminate, but in my EAR file I can see all
> xml.zip files are packaged inside. So for me this is not a correct
> workaround.
>
> Regards,
>
> Julien
>
>
>
> ----- Message d'origine ----
> > De : Stephane Nicoll <stephane.nic...@gmail.com>
> > À : Maven Users List <users@maven.apache.org>
> > Envoyé le : Mar 16 Février 2010, 23 h 08 min 40 s
> > Objet : Re: Embedded error: Unknown artifact type[xml.zip]
> >
> > You can also map xml.zip in the plugin configuration if you want, which
> will
> > avoid that useless message
> > http://maven.apache.org/plugins/maven-ear-plugin/faq.html#har-files
> >
> > S.
> >
> > On Tue, Feb 16, 2010 at 5:02 PM, Julien HENRY wrote:
> >
> > > Hi,
> > >
> > > One project I'm dealing with is bitten by an issue when assembling EAR
> > > artifact in a multi-module build. It seems the EAR plugin try to
> process a
> > > dependency that it should not "see" when building from parent project.
> The
> > > build is ok when building ear module alone.
> > >
> > > [INFO] Failed to initialize ear modules
> > > Embedded error: Unknown artifact type[xml.zip]
> > >
> > > I've created a short test case to reproduce the issue. The build fail
> when
> > > using Maven 2.2.1 but is successful when using Maven 3.0-alpha-6.
> > > Unfortunately the project will not be able to switch until Maven 3 is
> > > advertised as "stable".
> > >
> > > 2 questions:
> > >
> > >  - where do you think should I open the JIRA issue? In EAR plugin or
> Maven
> > > core?
> > >  - do you think there is half a chance the bug may be fixed in 2.2.x
> > > branch?
> > >
> > > Regards,
> > >
> > > Julien
> > >
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: users-h...@maven.apache.org
> > >
> > >
> >
> >
> > --
> > Large Systems Suck: This rule is 100% transitive. If you build one, you
> > suck" -- S.Yegge
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to