I actually found out the problem, I was using the wrong jar version.

but then another problem arose: how do i recover with maven this file, given 
that it has dots in the directory name:

http://repository.jboss.com/jboss/messaging/1.4.0.SP3/lib/jboss-messaging-client.jar

If I do:
  | 
  | <dependency>
  |                     <groupId>org.jboss.client</groupId>
  |                     <artifactId>jbossall-client</artifactId>
  |                     <version>4.0.5.GA</version>
  |                     <scope>compile</scope>
  | </dependency>


then maven tries for 

http://repository.jboss.com/jboss/messaging-client/1/4/0-SP3/lib/jboss-messaging-client/1.4.0-SP3/jboss-mesaging-client-1.4.0-SP3.jar

How do I do that?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232296#4232296

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232296
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to