Re: Trouble finding correct repositories

2009-05-19 Thread daniel.green
the jboss stuff. With foremost thanks, Daniel. -- View this message in context: http://www.nabble.com/Trouble-finding-correct-repositories-tp22900078p23623979.html Sent from the Maven - Users mailing list archive at Nabble.com

Trouble finding correct repositories

2009-04-05 Thread daniel.green
of the game there's nothing I can do about it. Any help will be appreciated! I am primarily worried about the ones that seem like they should be in the repositories listed. For example the jboss stuff. With foremost thanks, Daniel. -- View this message in context: http://www.nabble.com/Trouble-finding

Re: Trouble finding correct repositories

2009-04-05 Thread Barrie Treloar
use http://mvnrepository.com/ and paste in the jar file names. common-binaries isn't the groupId you should be using. You need to find the official one. So picking log4j as an example, http://mvnrepository.com/search.html?query=log4j returns 28 hits. You need to determine which is the correct

Re: Trouble finding correct repositories

2009-04-05 Thread daniel.green
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://www.nabble.com/Trouble-finding-correct-repositories-tp22900078p22900192.html Sent from

Re: Trouble finding correct repositories

2009-04-05 Thread daniel.green
...@maven.apache.org -- View this message in context: http://www.nabble.com/Trouble-finding-correct-repositories-tp22900078p22900239.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

RE: Trouble finding correct repositories

2009-04-05 Thread Brian E. Fox
...@gmail.com] Sent: Sunday, April 05, 2009 7:31 PM To: users@maven.apache.org Subject: Trouble finding correct repositories Currently at work we're using maven2 for a project. Unfortunately, they're hosting /all/ of the dependencies in our source repository. I would like to help change