You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Ashley Williams (JIRA)" <ji...@codehaus.org> on 2005/11/24 22:22:06 UTC

[jira] Created: (MNG-1679) Delicious bookmarks plugin

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-1679) Delicious bookmarks plugin

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1679?page=all ]
     
Brett Porter closed MNG-1679:
-----------------------------

    Resolution: Won't Fix

can now be found at the mojo project

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1679) Delicious bookmarks plugin

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1679?page=comments#action_51949 ] 

Brett Porter commented on MNG-1679:
-----------------------------------

since you have access, how about checking this in to the sandbox at mojo.codehaus.org?

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1679) Delicious bookmarks plugin

Posted by "Ashley Williams (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1679?page=comments#action_51955 ] 

Ashley Williams commented on MNG-1679:
--------------------------------------

So the sandbox is the wild wild west...
Ok it's in.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org