You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/12/15 23:04:11 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/idea/xdocs goals.xml navigation.xml

dion        2002/12/15 14:04:11

  Modified:    src/plugins-build/idea/xdocs navigation.xml
  Added:       src/plugins-build/idea/xdocs goals.xml
  Log:
  More docs
  
  Revision  Changes    Path
  1.3       +2 -1      jakarta-turbine-maven/src/plugins-build/idea/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/idea/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	12 Sep 2002 13:15:57 -0000	1.2
  +++ navigation.xml	15 Dec 2002 22:04:11 -0000	1.3
  @@ -9,7 +9,8 @@
         <item name="Idea"  href="http://www.intellij.net/"/>
       </links>
       <menu name="Overview">
  -      <item name="Properties"              href="/properties.html" />
  +      <item name="Goals"        href="/goals.html" />
  +      <item name="Properties"   href="/properties.html" />
       </menu>
     </body>
   </project>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/idea/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <title>Maven IDEA Plug-in Goals</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
    <body>
      <goals>
        <goal>
          <name>idea</name>
          <description>
            Simply prerequisites the <a href="#idea:generate-project">idea:generate-project</a>
            goal
          </description>
        </goal>
        <goal>
          <name>idea:generate-project</name>
          <description>
            Generate IDEA .ipr and .iws project files from the POM
          </description>
        </goal>
      </goals>
    </body>
  </document>