Issue Details (XML | Word | Printable)

Key: MNG-1372
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Allan Ramirez
Reporter: Miguel Griffa
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2

Reference to deprecated command in message

Created: 30/Oct/05 07:49 PM   Updated: 01/Feb/06 02:44 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.0.1

Time Tracking:
Not Specified

File Attachments: 1. Text File MNG-1372.patch (0.6 kB)


Complexity: Novice


 Description  « Hide
When a dependency is not found, maven2 will issue something like this:

Reason: Unable to download the artifact from any repository

Try downloading the file manually from
http://java.sun.com/products/jta
and install it using the command:
m2 install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
javax.transaction:jta:1.0.1B:jar

notice the reference to m2, it should say mvn



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Allan Ramirez added a comment - 01/Nov/05 11:04 PM
-changed m2 to mvn