Author: ssmiweve
Date: 2008-01-27 20:06:29 +0100 (Sun, 27 Jan 2008)
New Revision: 6046
Added:
trunk/src/site/resources/
trunk/src/site/resources/css/
trunk/src/site/resources/css/site.css
Modified:
trunk/pom.xml
trunk/src/site/apt/index.apt
Log:
mvn site fixes (/improvements)
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-01-27 16:11:25 UTC (rev 6045)
+++ trunk/pom.xml 2008-01-27 19:06:29 UTC (rev 6046)
@@ -26,7 +26,7 @@
This is the project for Sesat Kernel.
Read http://sesat.no/development-guidelines.html for developing help.
</description>
- <url>http://sesat.no</url>
+ <url>http://sesat.no/projects/sesat-kernel/</url>
<inceptionYear>2005</inceptionYear>
<developers>
<developer>
@@ -92,6 +92,10 @@
<archive>http://sesat.no/pipermail/kernel-builds/</archive>
</mailingList>
</mailingLists>
+ <ciManagement>
+ <system>hudson</system>
+ <url>http://sesat.no/hudson/</url>
+ </ciManagement>
<scm>
<connection>scm:svn:http://sesat.no/svn/sesat-kernel/trunk</connection>
<url>http://sesat.no/svn/sesat-kernel/trunk</url>
@@ -534,7 +538,16 @@
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
+ <!-- maven-changelog-plugin disabled until
http://jira.codehaus.org/browse/MCHANGELOG-75 is fixed.
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changelog-plugin</artifactId>
+ <configuration>
+ <type>range</type>
+ <range>3650</range>
+ </configuration>
+ </plugin-->
+ <plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>http://sesat.wever.org/schibstedsok_checks.xml</configLocation>
@@ -546,9 +559,16 @@
<version>2.0-beta-1</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
- <!--aggregate>true</aggregate-->
+ <aggregate>true</aggregate>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<sourcepath>${project.basedir}/src/main/javadoc;${project.basedir}/src/main/java</sourcepath>
@@ -583,10 +603,6 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
<plugin>
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2008-01-27 16:11:25 UTC (rev 6045)
+++ trunk/src/site/apt/index.apt 2008-01-27 19:06:29 UTC (rev 6046)
@@ -2,7 +2,7 @@
SESAT Kernel
The sesam kernel consists of a number of modular
-[sesat-core-api/apidocs/no/sesat/search/doc-files/SearchPortalComponents2]
components
+[../../../core-api/apidocs/no/sesat/search/doc-files/SearchPortalComponents2]
components
providing different
{{{http://openide.netbeans.org/tutorial/api-design.html}
Application Programming Interfaces (APIs) and Service Provider Interfaces
(SPIs)}}.
Added: trunk/src/site/resources/css/site.css
===================================================================
--- trunk/src/site/resources/css/site.css (rev 0)
+++ trunk/src/site/resources/css/site.css 2008-01-27 19:06:29 UTC (rev
6046)
@@ -0,0 +1,8 @@
+#banner {
+height: 104px;
+height: 104px;
+width: 100%;
+background-image: url('http://sesat.no/sunrise3.JPG');
+background-repeat: no-repeat;
+background-position: center center;
+}
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits