Hi there,

All maven projects locate there dependencies through the local or
remote repositories.
Maven will not know to include there jar files within the compile
stage of the process.
The following link include some information about placing your jar
dependencies within the maven repo structure.  Once in this structure
and configured within your pom.xml maven should then be able to
compile your project.

http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html

hope this helps.
Trent

On 01/11/06, Adrian M. <[EMAIL PROTECTED]> wrote:
Hello,

I'm still a maven beginner. I'll try to compile a project, which needs
some extra jars.
The jars are located in src/main/resources/*.jar .

If I try "mvn compile" it will stop with the error "package *.jar not
found."

How can I include them? Is there a little example or tutorial?

Thanks Adrian


---------------------------------------------------------------------
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]

Reply via email to