This is well documented on the Maven site:
http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html

Wayne

On 5/21/07, Jansen Werner <[EMAIL PROTECTED]> wrote:
Hi everybody,

we would like to use jcalendar (http://www.toedter.com/en/jcalendar/) in
our project. But it isn't available from the central repository.

Maven suggests adding it to the local repository:

"Then, install it using the command:
    mvn install:install-file -DgroupId=com.toedter.calendar
-DartifactId=jcalendar \
        -Dversion=1.3.2 -Dpackaging=jar -Dfile=jcalendar-1.3.2.jar"


But I don't want to install it in every developer's local repository.
How can I add this library to our site-local repository in a maven way?

Regards,

Werner

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