Author: tcurdt
Date: Sat May 6 23:53:55 2006
New Revision: 404735
URL: http://svn.apache.org/viewcvs?rev=404735&view=rev
Log:
fiddling with the multi-project site *sigh*
Modified:
jakarta/commons/sandbox/jci/trunk/core/pom.xml
jakarta/commons/sandbox/jci/trunk/examples/pom.xml
jakarta/commons/sandbox/jci/trunk/pom.xml
jakarta/commons/sandbox/jci/trunk/src/site/site.xml
Modified: jakarta/commons/sandbox/jci/trunk/core/pom.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/core/pom.xml?rev=404735&r1=404734&r2=404735&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/core/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/core/pom.xml Sat May 6 23:53:55 2006
@@ -19,12 +19,6 @@
<name>Core</name>
- <reporting>
- <plugins>
- </plugins>
- </reporting>
-
-
<dependencies>
<dependency>
Modified: jakarta/commons/sandbox/jci/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/examples/pom.xml?rev=404735&r1=404734&r2=404735&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/examples/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/examples/pom.xml Sat May 6 23:53:55 2006
@@ -10,6 +10,8 @@
<packaging>jar</packaging>
<name>Examples</name>
+ <reporting><excludeDefaults>true</excludeDefaults></reporting>
+
<dependencies>
<dependency>
Modified: jakarta/commons/sandbox/jci/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/pom.xml?rev=404735&r1=404734&r2=404735&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/pom.xml Sat May 6 23:53:55 2006
@@ -46,22 +46,6 @@
<url>http://snapshots.maven.codehaus.org/maven2</url>
</repository>
</repositories>
-<!--
- <repository>
- <id>apache-maven1</id>
- <name>Apache CVS Repository</name>
- <url>http://cvs.apache.org/repository</url>
- <layout>legacy</layout>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <id>codehaus-plugin-snapshots</id>
- <url>http://snapshots.maven.codehaus.org/maven2</url>
- </pluginRepository>
- </pluginRepositories>
--->
<organization>
<name>The Apache Software Foundation</name>
@@ -83,6 +67,8 @@
<contributor>
<name>Don Brown</name>
<email>mrdon at apache.org</email>
+ <organization>ASF</organization>
+ <organizationUrl>http://www.apache.org/</organizationUrl>
</contributor>
<contributor>
<name>Joerk Heinicke</name>
@@ -133,7 +119,7 @@
</snapshotRepository>
<site>
<id>website</id>
-
<url>scpexe://minotaur.apache.org/www/jakarta.apache.org/commons/sandbox/commons-jci</url>
+
<url>scpexe://minotaur.apache.org/www/jakarta.apache.org/commons/sandbox/jci</url>
</site>
</distributionManagement>
@@ -159,6 +145,8 @@
</build>
<reporting>
+ <excludeDefaults>true</excludeDefaults>
+
<plugins>
<plugin>
@@ -172,9 +160,7 @@
<tag>FIXME</tag>
<tag>@deprecated</tag>
</tags>
-<!-- not working yet
<aggregate>true</aggregate>
--->
</configuration>
</plugin>
@@ -187,11 +173,9 @@
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
-<!-- not working yet
<configuration>
<aggregate>true</aggregate>
</configuration>
--->
</plugin>
<plugin>
@@ -212,6 +196,7 @@
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
Modified: jakarta/commons/sandbox/jci/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/src/site/site.xml?rev=404735&r1=404734&r2=404735&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/src/site/site.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/src/site/site.xml Sat May 6 23:53:55 2006
@@ -15,7 +15,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
+ <artifactId>maven-default-skin</artifactId>
<version>1.0-SNAPSHOT</version>
</skin>
@@ -26,10 +26,10 @@
<item name="Library Homepage" href="http://www.library.jhu.edu"/>
</breadcrumbs>
-->
-
<links>
<item name="Apache" href="http://www.apache.org/" />
- <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/" />
+ <item name="Jakarta" href="http://jakarta.apache.org/" />
+ <item name="Commons" href="http://jakarta.apache.org/commons/" />
</links>
<menu name="Jakarta Commons JCI">
@@ -39,9 +39,8 @@
<!--
<menu ref="modules"/>
--->
-
${modules}
+-->
${reports}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]