Comment 3 for bug 463648

Revision history for this message
Stian Soiland-Reyes (soiland-reyes) wrote :

It seems that Ubuntu's Maven prefers:

<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>

.. while Apache's Maven prefers:

<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-2</version>

(which does not fail on the element)

If I hardcode the version to either of these I get consistent behavior, ie. both work with 2.2-beta-2, or both fail with 2.2-beta-4.

Not sure if this is still a valid bug, it is still interesting that a different (newer) version is preferred by Ubuntu's Maven..