> 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. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
