Delicious bookmarks plugin
--------------------------
Key: MNG-1679
URL: http://jira.codehaus.org/browse/MNG-1679
Project: Maven 2
Type: New Feature
Components: Plugin Requests
Environment: Not specified
Reporter: Ashley Williams
Priority: Trivial
Attachments: sandbox2.tar.gz
I've attached an experimental delicious bookmarks plugin to this issue so that
maybe somebody can think of a good use for it. Not the usual way round I know.
To kick off with, the plugin contains a goal called 'index' that when run after
the site goal, adds all of the links in the site to the configured delicious
account. Very simple to use, make sure you have the server specified in
settings.xml and then just run the goal:
<server>
<id>delicious</id>
<username>david</username>
<password>pencil</password>
</server>
> cd myproj
> mvn site org.codehaus.mojo:delicious-maven-plugin:index
First you have to build the plugin which is very simple: unzip the attached
file and do the following:
> cd sandbox2
> mvn clean install
> vi delicious-maven-plugin/README.TXT
Although experimental, the plugin is fairly well tested and thus fairly stable.
There is another goal called export that you can use to export your browser
bookmarks to delicious, but I don't document it here - quite simple to figure
out though.
--
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]