Re: Including Local Jar Files in Build Classpath

2008-09-19 Thread Stevo Slavić
Hello Michael, Maybe you should consider a more Maven way, of installing those libraries into your local repository by using Maven's install plugin and its install-file mojo, and then adding them as dependencies in your project's POM. Check

RE: Including Local Jar Files in Build Classpath

2008-09-19 Thread Martin Gainty
store at location used by maven.repo.local http://maven.apache.org/maven-1.x/plugins/jar/properties.html e.g. localRepository/path/to/local/repository/localRepository ]]/configuration descriptionThe ArtifactRepository instance referencing the local artifact