The option 1 is the better as you can also use deploy:deploy-file (or similar) on your internal (enterprise) repository
Raphaël 2006/5/30, Milos Kleint <[EMAIL PROTECTED]>:
2 option there then: 1. use the install:install-file goal to upload the file to the local repository 2. declare the dependency with scope system and put the absolute path to the jar there.. both have impact on reproducibility of your build though.. Milos On 5/30/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: > Perhaps my question was a bit misleading, what i meant is this: > I do not want to disregard the dependencies or the repository, i only > want to add some jars not in the repository to my compile classpath. > > Greetings > > Franz > > Milos Kleint schrieb: > > "you don't" could be a short answer. > > > > maven is based round dependencies and repositories, if you don't see a > > point in using them, you probably don't want to use maven. > > > > regards. > > > > Milos Kleint > > > > On 5/30/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: > >> Hello, > >> > >> How do i set the classpath used during compile without using > >> dependencies (which in my understanding involves copying the jars to the > >> local repository, writing poms ...)? > >> As an example lets say my sources use functionality from > >> C:\Programme\Saxon\saxon8.jar. > >> > >> Thanks for help > >> > >> Franz > >> > >> > >> > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
