Wayne Fay wrote: >> gf-client.jar in my local project level repo. I added with >> install:install-file gf-client.jar but now how to setup those >> ../modules.jar >> files in project level repo ? > > If you added gf-client.jar with install-file then you will most likely > need to do the same for all the others. and then specify the ones you > need via <dependencies>. > > The Glassfish team is pretty familiar with Maven so I'm surprised they > don't publish the gf-client artifact (with a proper pom file declaring > dependencies etc) that you could just depend on instead. I'd ask them > directly about it.
They do publish it, Miten should just had a look into the jar itself, it contains its own Maven pom. Then he would know that the G:A:V is org.glassfish.main.appclient.client:gf-client:3.1.2 and therefore available at http://repo.maven.apache.org/maven2/org/glassfish/main/appclient/client/gf- client/3.1.2/ - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
