You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/07 14:03:33 UTC

cvs commit: maven/xdocs faq.fml navigation.xml navigation-pdf.xml

brett       2004/06/07 05:03:33

  Modified:    xdocs/reference/developers Tag: MAVEN-1_0-BRANCH
                        developer-guide.xml
               xdocs    Tag: MAVEN-1_0-BRANCH faq.fml navigation.xml
                        navigation-pdf.xml
  Added:       xdocs/reference/developers Tag: MAVEN-1_0-BRANCH
                        sharing-plugins.xml
  Log:
  PR: MAVEN-1278
  Instructions for would-be plugin developers
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.4.4.2   +9 -6      maven/xdocs/reference/developers/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/developers/developer-guide.xml,v
  retrieving revision 1.4.4.1
  retrieving revision 1.4.4.2
  diff -u -r1.4.4.1 -r1.4.4.2
  --- developer-guide.xml	4 Mar 2004 17:45:57 -0000	1.4.4.1
  +++ developer-guide.xml	7 Jun 2004 12:03:33 -0000	1.4.4.2
  @@ -171,14 +171,12 @@
               Install the plugin
               <p>
                 While developing a plugin you probably don't wont the plugin to be accessable for everyone 
  -              using the same maven installation as you.
  +              using the same maven installation as you, so you should copy the built plugin to your local plugins
  +              directory.
               </p>
               <p>
  -              You can execute <source>maven plugin:deploy</source> to install the plugin unpacked in your local
  -              plugin directory (~/.maven/plugins).
  -            </p>
  -            <p>
  -              When you have a good version you can do <source>maven plugin:install</source> to install it to $MAVEN_HOME.
  +              When you have a good version you can do <source>maven plugin:install</source> to install it to 
  +              <code>MAVEN_HOME</code>.
               </p>
             </li>
             
  @@ -189,6 +187,11 @@
               <p>And there's your first plug-in!</p>
             </li>
           </ol>
  +      </subsection>
  +
  +      <subsection name="Sharing Your Plugin">
  +        <p>Please see <a href="sharing-plugins.html">Sharing Your Plugin</a> for guidelines on how to share your Maven
  +          plugins with the community.</p>
         </subsection>
         
         <subsection name="Reporting Protocol">
  
  
  
  No                   revision
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/developers/developer-guide.xml,v
  retrieving revision 1.4.4.1
  retrieving revision 1.4.4.2
  diff -u -r1.4.4.1 -r1.4.4.2
  --- developer-guide.xml	4 Mar 2004 17:45:57 -0000	1.4.4.1
  +++ developer-guide.xml	7 Jun 2004 12:03:33 -0000	1.4.4.2
  @@ -171,14 +171,12 @@
               Install the plugin
               <p>
                 While developing a plugin you probably don't wont the plugin to be accessable for everyone 
  -              using the same maven installation as you.
  +              using the same maven installation as you, so you should copy the built plugin to your local plugins
  +              directory.
               </p>
               <p>
  -              You can execute <source>maven plugin:deploy</source> to install the plugin unpacked in your local
  -              plugin directory (~/.maven/plugins).
  -            </p>
  -            <p>
  -              When you have a good version you can do <source>maven plugin:install</source> to install it to $MAVEN_HOME.
  +              When you have a good version you can do <source>maven plugin:install</source> to install it to 
  +              <code>MAVEN_HOME</code>.
               </p>
             </li>
             
  @@ -189,6 +187,11 @@
               <p>And there's your first plug-in!</p>
             </li>
           </ol>
  +      </subsection>
  +
  +      <subsection name="Sharing Your Plugin">
  +        <p>Please see <a href="sharing-plugins.html">Sharing Your Plugin</a> for guidelines on how to share your Maven
  +          plugins with the community.</p>
         </subsection>
         
         <subsection name="Reporting Protocol">
  
  
  
  No                   revision
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/developers/developer-guide.xml,v
  retrieving revision 1.4.4.1
  retrieving revision 1.4.4.2
  diff -u -r1.4.4.1 -r1.4.4.2
  --- developer-guide.xml	4 Mar 2004 17:45:57 -0000	1.4.4.1
  +++ developer-guide.xml	7 Jun 2004 12:03:33 -0000	1.4.4.2
  @@ -171,14 +171,12 @@
               Install the plugin
               <p>
                 While developing a plugin you probably don't wont the plugin to be accessable for everyone 
  -              using the same maven installation as you.
  +              using the same maven installation as you, so you should copy the built plugin to your local plugins
  +              directory.
               </p>
               <p>
  -              You can execute <source>maven plugin:deploy</source> to install the plugin unpacked in your local
  -              plugin directory (~/.maven/plugins).
  -            </p>
  -            <p>
  -              When you have a good version you can do <source>maven plugin:install</source> to install it to $MAVEN_HOME.
  +              When you have a good version you can do <source>maven plugin:install</source> to install it to 
  +              <code>MAVEN_HOME</code>.
               </p>
             </li>
             
  @@ -189,6 +187,11 @@
               <p>And there's your first plug-in!</p>
             </li>
           </ol>
  +      </subsection>
  +
  +      <subsection name="Sharing Your Plugin">
  +        <p>Please see <a href="sharing-plugins.html">Sharing Your Plugin</a> for guidelines on how to share your Maven
  +          plugins with the community.</p>
         </subsection>
         
         <subsection name="Reporting Protocol">
  
  
  
  1.1.2.1   +192 -0    maven/xdocs/reference/developers/Attic/sharing-plugins.xml
  
  
  
  
  No                   revision
  No                   revision
  1.5.4.5   +7 -0      maven/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/faq.fml,v
  retrieving revision 1.5.4.4
  retrieving revision 1.5.4.5
  diff -u -r1.5.4.4 -r1.5.4.5
  --- faq.fml	13 May 2004 10:15:56 -0000	1.5.4.4
  +++ faq.fml	7 Jun 2004 12:03:33 -0000	1.5.4.5
  @@ -176,6 +176,13 @@
         </answer>
       </faq>
   
  +    <faq id="sharing-plugins">
  +      <question>How do I share my Maven plugin with others?</question>
  +      <answer>
  +        Read <a href="reference/developers/sharing-plugins.html">Sharing Your Plugins</a>.
  +      </answer>
  +    </faq>
  +
       <faq id="ignoring-broken-tests">
         <question>How do I make my build complete even with broken tests?</question>
         <answer>
  
  
  
  1.33.4.8  +1 -0      maven/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation.xml,v
  retrieving revision 1.33.4.7
  retrieving revision 1.33.4.8
  diff -u -r1.33.4.7 -r1.33.4.8
  --- navigation.xml	11 May 2004 04:43:03 -0000	1.33.4.7
  +++ navigation.xml	7 Jun 2004 12:03:33 -0000	1.33.4.8
  @@ -65,6 +65,7 @@
           <item name="Developers"            href="/reference/developers/index.html" collapse="true">
             <item name="Developer's Guide"   href="/reference/developers/developer-guide.html"/>
             <item name="Releasing Plugins"   href="/reference/developers/releasing-plugins.html"/>
  +          <item name="Sharing Plugins"     href="/reference/developers/sharing-plugins.html"/>
             <item name="IDE Configuration"   href="/reference/developers/ide/index.html">
               <item name="Eclipse"           href="/reference/developers/ide/eclipse/index.html"/>
             </item>
  
  
  
  1.1.2.4   +1 -0      maven/xdocs/navigation-pdf.xml
  
  Index: navigation-pdf.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation-pdf.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- navigation-pdf.xml	11 May 2004 04:43:03 -0000	1.1.2.3
  +++ navigation-pdf.xml	7 Jun 2004 12:03:33 -0000	1.1.2.4
  @@ -60,6 +60,7 @@
               <item name="Developers" href="/reference/developers/index.html">
                   <item name="Developer's Guide" href="/reference/developers/developer-guide.html"/>
                   <item name="Releasing Plugins" href="/reference/developers/releasing-plugins.html"/>
  +                <item name="Sharing Plugins"     href="/reference/developers/sharing-plugins.html"/>
                   <item name="IDE Configuration" href="/reference/developers/ide/index.html">
                       <item name="Eclipse" href="/reference/developers/ide/eclipse/index.html"/>
                   </item>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org