You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/10/05 09:57:37 UTC

cvs commit: maven-plugins/xdocs navigation.xml

evenisse    2003/10/05 00:57:37

  Modified:    .        project.properties project.xml
               xdocs    navigation.xml
  Added:       .        maven.xml
  Log:
  Add optional plugins site generation
  
  Revision  Changes    Path
  1.2       +14 -1     maven-plugins/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	30 Sep 2003 23:39:00 -0000	1.1
  +++ project.properties	5 Oct 2003 07:57:37 -0000	1.2
  @@ -1 +1,14 @@
  -maven.html2xdoc.enabled=true
  \ No newline at end of file
  +# Display the date on the Maven web site
  +maven.xdoc.date = left
  +maven.xdoc.date.format = dd MMMM yyyy HH:mm z
  +
  +# Enable HTML to xdoc transformation
  +maven.html2xdoc.enabled=true
  +
  +#------------------------------------------------------------------
  +# M U L T I P R O J E C T  -  A L L  P L U G I N G S
  +#------------------------------------------------------------------
  +maven.multiproject.navigation=independent
  +maven.multiproject.overviewPage.title=Maven Optional Plugins
  +maven.multiproject.overviewPage.link=optional
  +maven.multiproject.overviewPage.text=The following plugins are optional
  
  
  
  1.8       +31 -4     maven-plugins/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	3 Oct 2003 01:40:39 -0000	1.7
  +++ project.xml	5 Oct 2003 07:57:37 -0000	1.8
  @@ -3,7 +3,7 @@
   
     <pomVersion>3</pomVersion>
     <id>plugin-parent</id>
  -  <name>Plugin Parent</name>
  +  <name>Optional Maven Plugin</name>
     <groupId>maven</groupId>
     <currentVersion>1.0</currentVersion>
     <organization>
  @@ -17,14 +17,41 @@
   
     <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
     <siteAddress>maven.apache.org</siteAddress>
  -
  +  <siteDirectory>/www/maven.apache.org/reference/plugins/optional/</siteDirectory>
     <distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
   
  +  <mailingLists>
  +    <mailingList>
  +      <name>Maven User List</name>
  +      <subscribe>users-subscribe@maven.apache.org</subscribe>
  +      <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache.org</archive>
  +    </mailingList>
  +    <mailingList>
  +      <name>Maven Developer List</name>
  +      <subscribe>dev-subscribe@maven.apache.org</subscribe>
  +      <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=dev@maven.apache.org/</archive>
  +    </mailingList>
  +  </mailingLists>
   
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/plexus/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/plexus/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/</connection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/</url>
     </repository>
  +  
  +  <developers>
  +    <developer>
  +      <name>Emmanuel Venisse</name>
  +      <id>evenisse</id>
  +      <email>emmanuel@venisse.net</email>
  +      <organization/>
  +      <roles>
  +        <role>Java Developer</role>
  +      </roles>
  +      <timezone>+18</timezone>
  +    </developer>
  +  </developers>
   
     <build>
       <sourceDirectory>src/main</sourceDirectory>
  
  
  
  1.1                  maven-plugins/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project
    xmlns:j="jelly:core">
  
    <preGoal name="xdoc:transform">
      <attainGoal name="multiproject:create-overview-page"/>
    </preGoal>
  
  </project>
  
  
  1.2       +2 -1      maven-plugins/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	2 Oct 2003 00:04:56 -0000	1.1
  +++ navigation.xml	5 Oct 2003 07:57:37 -0000	1.2
  @@ -7,7 +7,7 @@
       <search/>
       <links>
         <item name="Maven"                   href="http://maven.apache.org/index.html"/>
  -      <item name="Other Plugins"           href="http://maven-plugins.sourceforge.net/"/>
  +      <item name="Other Plugins"           href="/../index.html"/>
       </links>
      <menu name="Apache">
        <item name="ApacheCon" href="http://apachecon.com/2003/US/index.html" 
  @@ -16,6 +16,7 @@
      <menu name="Overview">
         <item name="About"                   href="/index.html"/>
         <item name="FAQ"                     href="/faq.html"/>
  +      <item name="Plugins list"            href="/optional.html"/>
       </menu>
     </body>
   </project>
  
  
  

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