[BATCH-482] Updated site with snapshot plugin (maven-site-plugin). Use -P snapshots for building docos until this is fixed.
This commit is contained in:
@@ -3,20 +3,8 @@
|
||||
<bannerLeft>
|
||||
<name>Spring Batch: ${project.name}</name>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif"/>
|
||||
</poweredBy>
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.4</version>
|
||||
</skin>
|
||||
<body>
|
||||
<links>
|
||||
<item name="Home" href="../index.html"/>
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</links>
|
||||
|
||||
@@ -28,6 +16,5 @@
|
||||
<item name="Html-Single" href="reference/html-single/index.html"/>
|
||||
<item name="Pdf" href="reference/pdf/spring-batch-docs.pdf"/>
|
||||
</menu>
|
||||
${reports}
|
||||
</body>
|
||||
</project>
|
||||
|
||||
21
pom.xml
21
pom.xml
@@ -112,6 +112,17 @@
|
||||
<url>http://repository.atlassian.com/maven2</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<!-- This seems to work better than the default (2008/03/19) because links on sub-module sites are not broken -->
|
||||
<plugin>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>2.0-beta-7-SNAPSHOT</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>xsl-aggregation</id>
|
||||
@@ -210,6 +221,11 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>emma-maven-plugin</artifactId>
|
||||
<version>1.0-20070912.011112-4</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
@@ -567,9 +583,8 @@
|
||||
<link>http://logging.apache.org/log4j/docs/api/</link>
|
||||
<link>http://jakarta.apache.org/regexp/apidocs/</link>
|
||||
<link>http://jakarta.apache.org/velocity/api/</link>
|
||||
<link>http://static.springframework.org/spring/docs/2.1.x/api/</link>
|
||||
<link>http://static.springframework.org/spring-batch/spring-batch-infrastructure/apidocs/</link>
|
||||
<link>http://static.springframework.org/spring-batch/spring-batch-core/apidocs/</link>
|
||||
<link>http://static.springframework.org/spring/docs/2.5.x/api/</link>
|
||||
<link>http://static.springframework.org/spring-batch/apidocs/</link>
|
||||
</links>
|
||||
<aggregate>true</aggregate>
|
||||
<excludePackageNames>org.springframework.batch.sample</excludePackageNames>
|
||||
|
||||
@@ -3,21 +3,10 @@
|
||||
<bannerLeft>
|
||||
<name>Spring Batch: ${project.name}</name>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif"/>
|
||||
</poweredBy>
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.4</version>
|
||||
</skin>
|
||||
|
||||
<body>
|
||||
|
||||
<links>
|
||||
<item name="Home" href="../index.html"/>
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</links>
|
||||
|
||||
|
||||
@@ -8,8 +8,15 @@
|
||||
Introduction
|
||||
|
||||
This module provides framework code for the Spring Batch project.
|
||||
The core interfaces are <<<RepeatOperations>>> and
|
||||
<<<RetryOperations>>>. The main implementations are
|
||||
The core interfaces are <<<ItemReader>>>, <<<ItemWriter>>>,
|
||||
<<<RepeatOperations>>> and <<<RetryOperations>>>.
|
||||
|
||||
The reader and writer interfaces are implemented in some generic
|
||||
ways to help users with I/O in a transactional envionment. Spring
|
||||
Batch provides some file-based (flat file and xml) implementations
|
||||
and some database implementations.
|
||||
|
||||
The main implementations of the repeat and retry interfaces are
|
||||
<<<RepeatTemplate>>> and <<<RetryTemplate>>>. Example usage:
|
||||
|
||||
+---
|
||||
|
||||
@@ -3,26 +3,12 @@
|
||||
|
||||
<bannerLeft>
|
||||
<name>Spring Batch: ${project.name}</name>
|
||||
<href>index.html</href>
|
||||
</bannerLeft>
|
||||
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif"/>
|
||||
</poweredBy>
|
||||
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.4</version>
|
||||
</skin>
|
||||
|
||||
<body>
|
||||
|
||||
<links>
|
||||
<item name="Home" href="../index.html"/>
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</links>
|
||||
|
||||
|
||||
@@ -1,23 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Spring Batch: ${project.name}">
|
||||
<bannerLeft>
|
||||
<name>Spring Batch: ${project.name}</name>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif"/>
|
||||
</poweredBy>
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.2</version>
|
||||
</skin>
|
||||
|
||||
<body>
|
||||
|
||||
<links>
|
||||
<item name="Home" href="../index.html"/>
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</links>
|
||||
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beansProjectDescription>
|
||||
<version>1</version>
|
||||
<pluginVersion><![CDATA[2.0.2.v200712142013]]></pluginVersion>
|
||||
<pluginVersion><![CDATA[2.0.3.v200802061800]]></pluginVersion>
|
||||
<configSuffixes>
|
||||
<configSuffix><![CDATA[xml]]></configSuffix>
|
||||
</configSuffixes>
|
||||
<enableImports><![CDATA[false]]></enableImports>
|
||||
<configs>
|
||||
<config>src/main/resources/jobs/fixedLengthImportJob.xml</config>
|
||||
<config>src/main/resources/jobs/multilineJob.xml</config>
|
||||
|
||||
@@ -1,28 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Spring Batch: ${project.name}">
|
||||
|
||||
<bannerLeft>
|
||||
<name>Spring Batch: ${project.name}</name>
|
||||
</bannerLeft>
|
||||
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif"/>
|
||||
</poweredBy>
|
||||
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.3</version>
|
||||
</skin>
|
||||
|
||||
<body>
|
||||
|
||||
<links>
|
||||
<item name="Home" href="../index.html"/>
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</links>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<project name="${project.name}">
|
||||
<bannerLeft>
|
||||
<name>${project.name}</name>
|
||||
<href>http://www.springframework.org/</href>
|
||||
<href>http://www.springframework.org/spring-batch</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
@@ -17,21 +17,25 @@
|
||||
</skin>
|
||||
<body>
|
||||
<links>
|
||||
<item name="Home" href="index.html"/>
|
||||
<item name="Home" href="http://www.springframework.org/spring-batch/index.html"/>
|
||||
</links>
|
||||
|
||||
<menu name="Spring Batch">
|
||||
<menu name="Documentation" inherit="none">
|
||||
<item name="Home" href="index.html"/>
|
||||
<item name="User Guide" href="spring-batch-docs/reference/index.html"/>
|
||||
<item name="Features" href="features.html"/>
|
||||
<item name="Use Cases" href="cases/index.html"/>
|
||||
<item name="Transactions" href="transactions.html"/>
|
||||
<item name="FAQ" href="faq.html"/>
|
||||
<item name="Batch Processing Strategies" href="batch-processing-strategies.html"/>
|
||||
<item name="General Batch Principles and Guidelines" href="batch-principles-guidelines.html"/>
|
||||
</menu>
|
||||
<menu name="Support" inherit="none">
|
||||
<item name="Building" href="building.html"/>
|
||||
<item name="Getting Started" href="getting-started.html"/>
|
||||
<item name="FAQ" href="faq.html"/>
|
||||
<item name="Changelog" href="changelog.html"/>
|
||||
<item name="Migrating" href="migration/index.html"/>
|
||||
<item name="API" href="apidocs/index.html"/>
|
||||
<item name="Forums" href="http://forum.springframework.org/forumdisplay.php?f=41"/>
|
||||
<item name="JIRA" href="http://jira.springframework.org/browse/BATCH"/>
|
||||
<item name="Downloads" href="downloads.html"/>
|
||||
</menu>
|
||||
<menu ref="modules"/>
|
||||
|
||||
Reference in New Issue
Block a user