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]

Reply via email to