The ear plugin just uses the standard maven API. It relies on the Artifact
interface that should return the location of the file (target of the module,
local repository, etc).

I don't see much trouble here but if you can confirm this scenario with EJB
modules only, just file an issue with a projet that reproduce the problem.

HTH,
Stéphane

On Wed, Apr 8, 2009 at 12:33 PM, CemKoc
<[email protected]<cem.koc.fwd%[email protected]>
> wrote:

>
> I have checked source of ear plugin in limited time, I noticed in EarMojo
> class:
>
> public void execute()
>
>
> final File sourceFile = module.getArtifact().getFile();
> final File destinationFile = buildDestinationFile( getWorkDirectory(),
> module.getUri() );
> ...
> ...
> ...
> unpack( sourceFile, destinationFile );
>
> -----------------------------
>
> What is getFile() method returning? It seems that our configuration is a
> little bid buggy.
>
> Thanks
> --
> View this message in context:
> http://n2.nabble.com/Ear-plugin---EJB-module-tp2604318p2604407.html
> Sent from the maven users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Large Systems Suck: This rule is 100% transitive. If you build one, you
suck" -- S.Yegge

Reply via email to