RE: A question about dependency/

2008-01-08 Thread Thomas Chang
I think maybe you haven't understood what my question means since I haven't cleared my question clearly. :-) Surely I will not put the jar-files in my local repository. But sometimes I have to put the jar-files in the remote repository in the server machine. For example by using spring.

Re: A question about dependency/

2008-01-08 Thread Jeff MAURY
You should use the deploy plugin to do it: http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html Hand based manipulations are forbidden on local and remote repositories Jeff On Jan 8, 2008 10:27 AM, Thomas Chang [EMAIL PROTECTED] wrote: I think maybe you haven't

RE: A question about dependency/

2008-01-08 Thread nicklist
There is a nice way to do it. Don't start putting your own files in your local repository. Take a look at mvn install:install-file [1] or mvn deploy:deploy-file [2] if you are working with a team. Hth, Nick Stolwijk [1]

Re: [m2] Question about Dependency version rules and a couple suspect logging bugs.

2005-11-24 Thread Brett Porter
I think the reporting of removed then selected was fixed in svn. 1) nearer is correct, the default rule is to use the nearest declared version (number of transitivie hops to the pom). 2) as above, we'll be introducing more in future (we have newest in there, but there's no way to enable it in