Maven's 'system' scope looks like it is good for something, but it rarely (possibly never) is.
The few times I thought that was what I wanted, what I actually wound up using was a <repository> entry where the URL file: protocol with a relative path to some folder where the needed JAR files were pre-copied to. That is a workable way to use local files in a build, and it least *somewhat* portable if your build can create the repo structure if it's missing. -Tim On Thu, Nov 8, 2018 at 12:49 PM Peter Nabbefeld <[email protected]> wrote: > > Hello, > > this wiki page has a problem: > https://netbeans.apache.org/wiki/DevFaqMavenSystemScope.asciidoc > > The link to issue MNBMODULE-120 is broken. If anybody has a copy of it, > it'd be great if he could insert it or link to the correct location. > > Kind regards > Peter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > -- http://timboudreau.com
