Heya -- you can install the library in your local repository, see here:

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

Or you could just as well setup an internal repository:

        
http://maven.apache.org/guides/introduction/introduction-to-repositories.html

Regards,
- Torben Giesselmann


 

> -----Ursprüngliche Nachricht-----
> Von: Cosmin Marginean [mailto:[EMAIL PROTECTED] 
> Gesendet: Donnerstag, 3. April 2008 15:46
> An: Maven Users List
> Betreff: Third party dependency
> 
> Hello,
> 
> I am having this issue related to a third-party dependency. 
> It's about Saxon and some license issues that are not 
> clarified yet. I have a Maven plugin that is using the Saxon 
> transformer. However, I would like to know if Maven provides 
> a solution to use a dependency when it's not in a Maven repository.
> This means that I would like to be able to download a zip 
> from http://somehost.com/somepath/something.zip, unpack it 
> and copy some jar from there in the local Maven repository. I 
> would like to be able to run this before the plugin goal is runing.
> I know I could do this from Java code with some tricks, but I 
> would like to know if there is a "standard" approach for this 
> using Maven.
> 
> Thanks in advance
> --
> Cosmin Marginean
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to