Issue Details (XML | Word | Printable)

Key: SPR-3603
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Ben Hale
Reporter: Tomasz Blachowicz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Framework

spring-aop maven artifact not being installed properly

Created: 20/Jun/07 08:28 AM   Updated: 20/Jun/07 08:52 AM   Resolved: 20/Jun/07 08:52 AM
Component/s: None
Affects Version/s: 2.1 M2
Fix Version/s: 2.1 M3

Time Tracking:
Not Specified

File Attachments: 1. Text File SPR-3603.patch (0.6 kB)



 Description  « Hide

When one run 'installmaven' Ant task the 'spring-aop' artifact is not being installed properly i.e. it's missing and the 'spring' artifact is being overriden with the content of spring-aop.jar file. That happens because incorrect POM file is specified for maven:install. The fix is trivial, see patch.



Ben Hale added a comment - 20/Jun/07 08:52 AM

Thanks for the catch.