Am Thu, 17 Apr 2014 13:40:38 +0200 schrieb Jörg Schaible <[email protected]>: > > Clearly, removing the ability to install artifacts locally would be > > a very bad idea since it would make it more difficult for casual > > users to use Maven for casual builds (e.g., I regularly use it to > > build sample projects for customers that I never intend to do > > anything else with once I send it to the customer). > > A remote repository is specified with an URL. Nobody prevents you > from using a file URL i.e. having a real local repository on your > disk.
Or using "mvn verify" and pick up the artifacts in target/ where they are easier to find anyway. (which does of course not work if multiple ad-hoc projects depend on each other) (This is BTW a personal pet peeve, any idea why eclipse e2m offers some default targets but the verfiy (or at least package) goal is none of them.) Gruss Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
