Re: maven, archiva, and hibernate

2008-02-19 Thread Benjamin Scribner
Lee, thank you for your response. I will try to clarify a bit. We are using archiva as a proxy to the following maven repositories: http://repository.atlassian.com/maven2 http://repo1.maven.org/maven2/ http://developer.ja-sig.org/maven2 http://download.java.net/maven/2/ We just recently set up

maven, archiva, and hibernate

2008-02-18 Thread Benjamin Scribner
Hi, Currently, I am having an issue with maven while using an internal archiva repository. Our development repository is hosted on a local server and in any project poms, we include the repository like this: repositories repository idinternal/id

maven, archiva, and hibernate

2008-02-18 Thread Benjamin Scribner
Hi, Currently, I am having an issue with maven while using an internal archiva repository. Our development repository is hosted on a local server and in any project poms, we include the repository like this: repositories repository idinternal/id

Re: maven, archiva, and hibernate

2008-02-18 Thread Brett Porter
Please don't cross-post to multiple lists - pick one that is most relevant to your problem. If you are specifying the version in your POM then you should be getting the same version of the hibernate plugin every time. You can confirm that by -X. I think you should talk to the authors of that

Re: maven, archiva, and hibernate

2008-02-18 Thread Johann Reyes
Hello Benjamin Can you explain a little more, or post example in the differences when you run it offline or not. Regards Johann Reyes

Re: maven, archiva, and hibernate

2008-02-18 Thread Brett Porter
I responded on the users@maven.apache.org list since this was cross-posted. On 19/02/2008, Benjamin Scribner [EMAIL PROTECTED] wrote: Hi, Currently, I am having an issue with maven while using an internal archiva repository. Our development repository is hosted on a local server and in any

Re: maven, archiva, and hibernate

2008-02-18 Thread Benjamin Scribner
Thanks for the reply, Brett. I do not think that this is a hibernate plugin issue because my build is working and tests are passing when I am in offline mode. The plugin that is installed in my computer's repository works fine. I suspect that there is a corrupt library somewhere on our local

Re: maven, archiva, and hibernate

2008-02-18 Thread Lee Meador
There is something strange going on here. When you build and are NOT offline, maven will copy things it needs from the remote repo it is using to your local repo and then use them. If you are using several remote repos (e.g. your local repo server and maven central) it gets more complex. But,