On Wed, 2003-10-29 at 09:27, R a n e s wrote: > Am new to Maven. Welcome.
> Can any one tell me , How to set classpath to any .jar file ? > And how to include subpackages while compiling ? Errr, have you read http://maven.apache.org/reference/user-guide.html already? It really is worth reading before starting... and often required to understand the partially cryptic answers you will get here.... :-) To answer your question: put your jar into your local repository and define a dependency in your POM. -- Martin Skopp Riege Software International GmbH Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com This email is intended to be viewed with a nonproportional font. Public Key on http://www.keyserver.net, Key-ID: 3D4027B5 Fingerprint: 1970 C78D 9A1D 99FA 5CE4 5C0D 29E6 6A95 3D40 27B5 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
