Make Maven site generation and plugin versions up to date
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Mar 2012 13:23:22 +0000 (13:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Mar 2012 13:23:22 +0000 (13:23 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5186 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

doc/site/apt/index.apt
doc/site/site.xml
pom.xml

index 6678b9fb17975096b9043f52aef1344c89707cd2..ae28f3bca26654fec9cc7800cca99d9b437115f7 100644 (file)
@@ -1,7 +1,3 @@
 Systems Life Cycle (SLC)
 
   SLC provides systems management and QA tools.
-Links
-
-  Argeo RIA API: {{server/org.argeo.slc.ria/argeo-ria-api/index.html}}
\ No newline at end of file
index 319c562453961858283241c9328f35f882af3080..ec2bd28db388ebdf152dd24efdeaccde6e57d152 100644 (file)
        <body>
                <menu name="Overview">
                        <item name="Home" href="${project.url}/index.html" />
-                       <item name="Getting Started" href="${project.url}/gettingStarted.html" />
-                       <item name="FAQ" href="${project.url}/faq.html" />
-                       <item name="Runtime" href="${project.url}/runtime/index.html">
-                               <item name="API (Javadoc)" href="${project.url}/apidocs/index.html" />
-                               <item name="Code" href="${project.url}/xref/index.html" />
-                               <item name="Unit Tests Results" href="${project.url}/surefire-report.html" />
-                       </item>
-                       <item name="How-To">
-                               <item name="Execution Resources"
+                       <!--<item name="Getting Started" href="${project.url}/gettingStarted.html" />-->
+                       <!--<item name="FAQ" href="${project.url}/faq.html" />-->
+                       <item name="API (Javadoc)" href="${project.url}/apidocs/index.html" target="argeo_slc_javadoc" />
+                       <item name="Browse Code" href="${project.url}/xref/index.html" target="argeo_slc_code" />
+                       <item name="FIXMEs / TODOs" href="${project.url}/taglist.html" />
+               </menu>
+               <!--
+               <menu name="How-To">
+                       <item name="Execution Resources"
                                        href="${project.url}/howtos/howto-executionResources.html" />
-                               <item name="Attachments" href="${project.url}/howtos/howto-attachments.html" />
-                       </item>
+                       <item name="Attachments" href="${project.url}/howtos/howto-attachments.html" />
                </menu>
-               <menu ref="parent" />
-               <menu ref="modules" />
+               -->
                <menu ref="reports" />
        </body>
-       <poweredBy>
-               <logo name="Maven" href="http://maven.apache.org/"
-                       img="http://maven.apache.org/images/logos/maven-feather.png" />
-       </poweredBy>
        <skin>
                <groupId>org.apache.maven.skins</groupId>
                <artifactId>maven-default-skin</artifactId>
                <version>1.0</version>
        </skin>
 </project>
-
diff --git a/pom.xml b/pom.xml
index ea34cd896c199cb3f5d8d7c76f9442bb88e22f14..ea62ceff0a50d4912bb3b5285490b88299c63e87 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,7 @@
        <version>0.13.1-SNAPSHOT</version>
        <properties>
                <developmentCycle.slc>0.13</developmentCycle.slc>
+               <developmentCycle.startDate>2010-11-25</developmentCycle.startDate>
                <site.repoBase>file:///srv/projects/www/slc/site</site.repoBase>
                <site.urlBase>http://projects.argeo.org/slc/site</site.urlBase>
                <version.slc>${developmentCycle.slc}.1-SNAPSHOT</version.slc>
@@ -32,6 +33,7 @@
                <developerConnection>scm:svn:https://svn.argeo.org/slc/trunk</developerConnection>
                <url>https://svn.argeo.org/slc/trunk</url>
        </scm>
+       <inceptionYear>2007</inceptionYear>
        <licenses>
                <license>
                        <name>Apache 2</name>
@@ -103,17 +105,17 @@ limitations under the License.
                        </roles>
                </contributor>
        </contributors>
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.argeo.dep</groupId>
-                               <artifactId>versions-all</artifactId>
-                               <version>${version.argeo-distribution}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-site-plugin</artifactId>
+                               <inherited>false</inherited>
+                               <configuration>
+                                       <skip>false</skip>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <repositories>
                <repository>
                        <id>argeo</id>
@@ -151,100 +153,6 @@ limitations under the License.
                        <url>file://${site.repoBase}/${developmentCycle.slc}/</url>
                </site>
        </distributionManagement>
-<!--   <reporting> -->
-<!--           <plugins> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.maven.plugins</groupId> -->
-<!--                           <artifactId>maven-project-info-reports-plugin</artifactId> -->
-<!--                           <version>2.3.1</version> -->
-<!--                           <reportSets> -->
-<!--                                   <reportSet> -->
-<!--                                           <reports> -->
-<!--                                                   <report>index</report> -->
-<!--                                                   <report>summary</report> -->
-<!--                                                   <report>license</report> -->
-<!--                                                   <report>scm</report> -->
-<!--                                                   <report>issue-tracking</report> -->
-<!--                                                   <report>dependencies</report> -->
-<!--                                           </reports> -->
-<!--                                   </reportSet> -->
-<!--                                   <reportSet> -->
-<!--                                           <inherited>false</inherited> -->
-<!--                                           <reports> -->
-<!--                                                   <report>project-team</report> -->
-<!--                                           </reports> -->
-<!--                                   </reportSet> -->
-<!--                           </reportSets> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.maven.plugins</groupId> -->
-<!--                           <artifactId>maven-javadoc-plugin</artifactId> -->
-<!--                           <version>2.7</version> -->
-<!--                           <inherited>false</inherited> -->
-<!--                           <configuration> -->
-<!--                                   <aggregate>true</aggregate> -->
-<!--                                   <encoding>UTF-8</encoding> -->
-<!--                           </configuration> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.maven.plugins</groupId> -->
-<!--                           <artifactId>maven-jxr-plugin</artifactId> -->
-<!--                           <version>2.2</version> -->
-<!--                           <configuration> -->
-<!--                                   <aggregate>true</aggregate> -->
-<!--                           </configuration> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.maven.plugins</groupId> -->
-<!--                           <artifactId>maven-surefire-report-plugin</artifactId> -->
-<!--                           <version>2.7.1</version> -->
-<!--                           <inherited>false</inherited> -->
-<!--                           <configuration> -->
-<!--                                   <aggregate>true</aggregate> -->
-<!--                           </configuration> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.codehaus.mojo</groupId> -->
-<!--                           <artifactId>taglist-maven-plugin</artifactId> -->
-<!--                           <version>2.4</version> -->
-<!--                           <configuration> -->
-<!--                                   <aggregate>true</aggregate> -->
-<!--                                   <tags> -->
-<!--                                           <tag>TODO</tag> -->
-<!--                                           <tag>FIXME</tag> -->
-<!--                                           <tag>@deprecated</tag> -->
-<!--                                   </tags> -->
-<!--                           </configuration> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.maven.plugins</groupId> -->
-<!--                           <artifactId>maven-changelog-plugin</artifactId> -->
-<!--                           <version>2.2</version> -->
-<!--                           <inherited>false</inherited> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.maven.plugins</groupId> -->
-<!--                           <artifactId>maven-pmd-plugin</artifactId> -->
-<!--                           <version>2.3</version> -->
-<!--                           <inherited>false</inherited> -->
-<!--                           <configuration> -->
-<!--                                   <linkXref>true</linkXref> -->
-<!--                                   <targetJdk>1.5</targetJdk> -->
-<!--                                   <aggregate>true</aggregate> -->
-<!--                                   <excludes> -->
-<!--                                           <exclude>**/springutil/*.java</exclude> -->
-<!--                                   </excludes> -->
-<!--                           </configuration> -->
-<!--                           <reportSets> -->
-<!--                                   <reportSet> -->
-<!--                                           <reports> -->
-<!--                                                   <report>cpd</report> -->
-<!--                                           </reports> -->
-<!--                                   </reportSet> -->
-<!--                           </reportSets> -->
-<!--                   </plugin> -->
-<!--           </plugins> -->
-<!--   </reporting> -->
        <profiles>
                <profile>
                        <id>developer</id>