G'Day, You generally will not need these unless you're building a remote EJB client. If this is what you are doing then you probably want something like:
<groupId>org.jboss.client</groupId> <artifactId>jbossall-client</artifactId> <version>4.2.2.GA</version> You can see the other artifacts available by pointing your web browser at <http://repository.jboss.com/maven2/org/jboss/>. Cheers, Steve C buters wrote: > > there are jar-libraries in jboss/client. They have not groupId and > artifactId. How can I find they in the jboss repository? Some artifacts I > can easy find, but some ones not. > -- View this message in context: http://www.nabble.com/Find-artefact-tp18306545p18308020.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]
