Re: Including generated jars into ear file

2010-02-11 Thread tamugrg
Works fine Wayne. Thanks for your help Wayne Fay wrote: > >> Missing: >> -- >> 1) xxx:mytranslets:jar:1.0 > > 1. Build from parent/top project and Maven will automatically resolve > the missing artifact. > 2. Run "mvn install" on module so the jars are copied to your local repo > cache.

Re: Including generated jars into ear file

2010-02-07 Thread tamugrg
--- 1) xxx:mytranslets:jar:1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=au.com.auspost.pcms -DartifactId=pcms- abel-translets -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file Cheers, tamugrg w

Including generated jars into ear file

2010-02-07 Thread tamugrg
Hi, My project structure is as follows: myproject - pom.xml - myearmodule -pom.xml - mywebmodule -pom.xml - myejbmodule -pom.xml . pom.xml of 'myejbmodule' --