Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Plugin Requests
-
Labels:None
-
Environment:Not specified
-
Complexity:Novice
-
Number of attachments :
Description
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.
since you have access, how about checking this in to the sandbox at mojo.codehaus.org?