At 3:46 PM +0100 12/14/06, Carlos Sanchez wrote:
>you can depend on an explicit dated version
yes - I figured that out. I thought I had tried it before and it hadn't worked.
saved me big time for this incident:
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.0-alpha-1-20061114.043217-3</version>
<inherited>true</inherited>
</plugin>
/r
>On 12/14/06, Russ Tremain <[EMAIL PROTECTED]> wrote:
>>looks like someone released a new snapshot of the maven-dependency plugin
>>that has a regression:
>>
>> <artifactId>maven-dependency-plugin</artifactId>
>> <executions>
>> <execution>
>> <id>generate-sources</id>
>> <phase>generate-sources</phase>
>> <goals><goal>copy</goal></goals>
>> <configuration>
>>
>><outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
>> <stripVersion>true</stripVersion>
>>
>>The <stripVersion> element no longer has the desired effect.
>>
>>Unfortunately, this has broken multiple codeline builds and halted
>>development, as we rely heavily on this feature for packaging.
>>
>>Not sure what the best way to recover from this is.
>>
>>Any ideas? There are lots of versions on the SNAPSHOT here:
>>
>>http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-dependency-plugin/2.0-alpha-1-SNAPSHOT/
>>
>>But I've never understood if it is possible to call out a earlier version.
>>
>>I guess I will try to populate an internal repository with a working version.
>>
>>tia,
>>-Russ
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>--
>I could give you my word as a Spaniard.
>No good. I've known too many Spaniards.
> -- The Princess Bride
>
>---------------------------------------------------------------------
>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]