Another solution is to use deploy:deploy-file with a file url to the local
repository instead of install:install-file.

The deploy plugin handles the classifier correctly.

        Peter

-----Original Message-----
From: Nick Stolwijk [mailto:[EMAIL PROTECTED] 
Sent: den 2 april 2007 15:14
To: Maven Users List
Subject: Re: Trying to install sources for 3rd party library...

I just see the issue is fixed at 08/Jul/06 and the snapshot is of 
12/05/06, so it is possible the fix is not yet in the snapshot and you 
have to build it yourself.

Hth,

Nick Stolwijk

Nick Stolwijk wrote:
> First, try installing it with version 2.2-SNAPSHOT.
>
> You can always try to call it yourself bij:
>
> mvn 
> org.apache.maven.plugins:maven-install-plugin:2.2-SNAPSHOT:install-file
>
> Hth,
>
> Nick Stolwijk
>
> Wojtek Ciesielski wrote:
>> I've done:
>>> or download the jar file [2] and mvn install:install-file it yourself.
>>
>> with command:
>> mvn install:install-file \
>> -DpomFile=maven-install-plugin-2.2-20060512.011525-1.pom \
>> -Dfile=maven-install-plugin-2.2-20060512.011525-1.jar \
>> -Dpackaging=maven-plugin -Dversion=2.2 \
>> -DgroupId=org.apache.maven.plugins \
>> -DartifactId=maven-install-plugin
>>
>> but it SEEMS not to be used when I try to install my 3rd party 
>> sources as -sources classifier still is not being added... Any 
>> suggestions?
>>
>> TIA,
>> Wojtek
>>
>> ----------------------------------------------------------------------
>> Inwestowanie to sztuka. On wie o tym najlepiej.
>> Wideofelietony Tadeusza Mosza. Zobacz >> http://link.interia.pl/f1a3c
>>
>>
>> ---------------------------------------------------------------------
>> 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]
>
>


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