Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently Maven uses some Resolver configurations as "baked in" that are wagon-only. Also, there are ITs that are testing Wagon configurations using Plexus XML, and are written originally for Maven 2. In short, these ITs should be disabled, as they assume that Maven uses Wagon (note: this was well BEFORE maven-resolver existed) and Wagon only, and configuration happens via Plexus XML not via officially supported Resolver properties.
Issues (and ITs):
MNG-3652- uses non-standard way to set up UA (see Resolver config)MNG-3485- is really about Wagon onlyMNG-3599- is about Wagon WebDAV extensionMNG-3600- is about Wagon settings only (fileMode, dirMode, group)MNG-4360- is about Jackrabbit Wagon providerMNG-4877- uses SSH Wagon doing deploy via SSHMNG-5175- is about Wagon pooling
Essentiall ITs are all for Maven2, also Maven3 but IMHO Maven4 should drop all these non-standard wagon-only tests (not have them run on Maven4).