Seems as we keep on repeating this best-practice. Still people try to prove
us wrong...

/Anders

2009/12/2 Tamás Cservenák <ta...@cservenak.net>

> Hi there,
>
> This thread started at Mon, Nov 9, 2009 at 8:00 PM, and last response is
> sent on Tue, Dec 1, 2009 at 11:58 PM (my local TZ, but i want to point out
> the duration).
>
> Installing _any_ MRM out there lasts certainly well under 1 hrs (some of
> them even under 10 minutes if you don't count the download ;)
> Uploading those two artifacts should not last more then 10 minutes.
> Setting up your POMs to refer to that MRM is what, more 10 minutes?
>
> So, in an hour and half (upper limit!) you would be done. Without system
> scope.
>
>
> Thanks,
> ~t~
>
> On Tue, Dec 1, 2009 at 10:39 PM, monkeyden <monk...@monkeyden.com> wrote:
>
> >
> > So I guess the question is, how then can you get a jar file, which is not
> > installed in any repository, onto the compile classpath then into your
> > ear/war file?
> >
> >
> > Wayne Fay wrote:
> > >
> > >> Hi Wayne.  I have my build working fine, it's just not including the
> > >> system
> > >> scoped jars in my war's WEB-INF/lib directory.  It seems the system
> > scope
> > >> does not include them.  Any idea how I can get them into the resulting
> > >> artifact?
> > >
> > > This is exactly how system scope is supposed to work -- it means "this
> > > artifact will be provided by the system" therefore Maven does not
> > > include them in packages it builds.
> > >
> > > Add the artifacts to your corporate repo/local repo cache, and change
> > > scope to "compile" if you need them included.
> > >
> > > As I've said before in this thread, do NOT use system scope.
> > >
> > > Wayne
> > >
> > > ---------------------------------------------------------------------
> > > 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://old.nabble.com/File-system-repo-tp26271810p26599512.html
> > Sent from the Maven - Users mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >
>

Reply via email to