To me, your questions suggests that you're trying to use Maven in a way it
is not intended. One advice: don't!

If your project has many dependencies, declare them! Maven will then be able
to manage the dependencies and you will benefit from a better structure in
your projects.

/Anders

On Thu, May 6, 2010 at 07:43, Alex Ruiz <[email protected]> wrote:

> Hello all,
>
> Is there a way to add jars to the compiler plugin's classpath without
> actually specifying as dependencies. For example, I need to specify to the
> Java compiler extra jars in certain directory. Since the number of jars is
> huge, and that might change in the future, I'd like to just say, all the
> *.jar files in directory 'foo'.
>
> Many thanks in advance,
> -Alex
>

Reply via email to