Add a popup menu for installing a jar in m2 repository (ie : launch "mvn
install:install-file -Dfile=...)
---------------------------------------------------------------------------------------------------------
Key: MNGECLIPSE-76
URL: http://jira.codehaus.org/browse/MNGECLIPSE-76
Project: Maven 2.x Extension for Eclipse
Type: New Feature
Components: Wizards
Versions: 1.0.0
Reporter: Jean-Yves Leboué
Assigned to: Eugene Kuleshov
Priority: Trivial
1 -
- Add a pop-up menu on each file in the eclipse project in order to install
it on M2 repository.
OR
- As a menu in the project popup menu, it should ask for the artifact file
to be installed
2 - Show a dialog that displays the requires the following information in text
fields :
( - <path-to-file> should be guessed and displayed read only)
- <group-id>
- <artifact-id>
- <version>
- <packaging>
3 - possible options on the dialog :
- checkbox "add to project dependencies"
- (maybe an option for source file association)
4 - run the command
mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id>
-DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>
5 - if "add to project dependencies" is checked, then add dependency
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]