[maven-release-plugin] prepare release spring-batch-1.0.0.m5
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.0.0.m5-SNAPSHOT</version>
|
||||
<version>1.0.0.m5</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
59
pom.xml
59
pom.xml
@@ -1,6 +1,4 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
@@ -11,7 +9,7 @@
|
||||
<![CDATA[Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.]]>
|
||||
</description>
|
||||
|
||||
<version>1.0.0.m5-SNAPSHOT</version>
|
||||
<version>1.0.0.m5</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
@@ -29,15 +27,9 @@
|
||||
<url>http://www.springsource.com</url>
|
||||
</organization>
|
||||
<scm>
|
||||
<url>
|
||||
http://fisheye3.cenqua.com/browse/springframework/spring-batch/trunk
|
||||
</url>
|
||||
<connection>
|
||||
scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk
|
||||
</developerConnection>
|
||||
<url>http://fisheye3.cenqua.com/browse/springframework/spring-batch/tags/spring-batch-1.0.0.m5</url>
|
||||
<connection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.0.m5</connection>
|
||||
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.0.m5</developerConnection>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
@@ -156,14 +148,11 @@
|
||||
Aggregating XSL reports
|
||||
</echo>
|
||||
<mkdir dir="target/emma-reports" />
|
||||
<concat
|
||||
destfile="target/site/emma-reports/emma-report.xml">
|
||||
<fileset dir="."
|
||||
includes="**/coverage.fragment" />
|
||||
<concat destfile="target/site/emma-reports/emma-report.xml">
|
||||
<fileset dir="." includes="**/coverage.fragment" />
|
||||
<filterchain>
|
||||
<linecontainsregexp>
|
||||
<regexp
|
||||
pattern="[a-zA-Z]" />
|
||||
<regexp pattern="[a-zA-Z]" />
|
||||
</linecontainsregexp>
|
||||
</filterchain>
|
||||
<header trimleading="yes">
|
||||
@@ -173,12 +162,9 @@
|
||||
<![CDATA[</summary>]]>
|
||||
</footer>
|
||||
</concat>
|
||||
<xslt in="target/site/emma-reports/emma-report.xml" out="target/site/emma-reports/index.html"
|
||||
style="src/main/xsl/emma2html.xsl">
|
||||
<param name="project"
|
||||
expression="${project.name}" />
|
||||
<param name="version"
|
||||
expression="${project.version}" />
|
||||
<xslt in="target/site/emma-reports/emma-report.xml" out="target/site/emma-reports/index.html" style="src/main/xsl/emma2html.xsl">
|
||||
<param name="project" expression="${project.name}" />
|
||||
<param name="version" expression="${project.version}" />
|
||||
</xslt>
|
||||
</tasks>
|
||||
</configuration>
|
||||
@@ -251,27 +237,18 @@
|
||||
<configuration>
|
||||
<tasks>
|
||||
<echo>Creating JUnit reports</echo>
|
||||
<mkdir
|
||||
dir="target/surefire-reports" />
|
||||
<junitreport
|
||||
todir="target/surefire-reports">
|
||||
<mkdir dir="target/surefire-reports" />
|
||||
<junitreport todir="target/surefire-reports">
|
||||
<fileset dir=".">
|
||||
<filename
|
||||
name="**/target/surefire-reports/TEST-*.xml" />
|
||||
<filename name="**/target/surefire-reports/TEST-*.xml" />
|
||||
</fileset>
|
||||
<report
|
||||
todir="target/site/junit-reports" />
|
||||
<report todir="target/site/junit-reports" />
|
||||
</junitreport>
|
||||
<echo>Creating Emma reports</echo>
|
||||
<mkdir dir="target/site/emma-reports" />
|
||||
<xslt
|
||||
includes="target/emma/coverage.xml"
|
||||
destdir="target/emma-reports"
|
||||
style="${project.parent.basedir}/src/main/xsl/emma.xsl">
|
||||
<mapper type="glob" from="*.xml"
|
||||
to="*.fragment" />
|
||||
<param name="project"
|
||||
expression="${project.name}" />
|
||||
<xslt includes="target/emma/coverage.xml" destdir="target/emma-reports" style="${project.parent.basedir}/src/main/xsl/emma.xsl">
|
||||
<mapper type="glob" from="*.xml" to="*.fragment" />
|
||||
<param name="project" expression="${project.name}" />
|
||||
</xslt>
|
||||
</tasks>
|
||||
</configuration>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.0.0.m5-SNAPSHOT</version>
|
||||
<version>1.0.0.m5</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-batch-execution</artifactId>
|
||||
@@ -14,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.0.0.m5-SNAPSHOT</version>
|
||||
<version>1.0.0.m5</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -113,159 +111,105 @@
|
||||
<phase>generate-sources</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<typedef
|
||||
resource="foundrylogic/vpp/typedef.properties" />
|
||||
<taskdef
|
||||
resource="foundrylogic/vpp/taskdef.properties" />
|
||||
<typedef resource="foundrylogic/vpp/typedef.properties" />
|
||||
<taskdef resource="foundrylogic/vpp/taskdef.properties" />
|
||||
<!-- Scripts for DAO tests - N.B. under source control. -->
|
||||
<vppcopy
|
||||
todir="${basedir}/src/test/resources/org/springframework/batch/execution/repository/dao"
|
||||
overwrite="true">
|
||||
<vppcopy todir="${basedir}/src/test/resources/org/springframework/batch/execution/repository/dao" overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes"
|
||||
value="src/main/sql" />
|
||||
<property
|
||||
file="${basedir}/src/main/sql/hsqldb.properties" />
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/hsqldb.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property
|
||||
key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
|
||||
<property key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset
|
||||
dir="${basedir}/src/main/sql" includes="*.sql.vpp"
|
||||
excludes="schema*" />
|
||||
<mapper type="glob" from="*.sql.vpp"
|
||||
to="*.sql" />
|
||||
<fileset dir="${basedir}/src/main/sql" includes="*.sql.vpp" excludes="schema*" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*.sql" />
|
||||
</vppcopy>
|
||||
<!-- Reference script for HSQLDB - N.B. not under source control, but packagaed in jar. -->
|
||||
<vppcopy
|
||||
todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes"
|
||||
value="src/main/sql" />
|
||||
<property
|
||||
file="${basedir}/src/main/sql/hsqldb.properties" />
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/hsqldb.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property
|
||||
key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
|
||||
<property key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset
|
||||
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp"
|
||||
to="*-hsqldb.sql" />
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-hsqldb.sql" />
|
||||
</vppcopy>
|
||||
<!-- Reference script for DB2 - N.B. not under source control, but packagaed in jar. -->
|
||||
<vppcopy
|
||||
todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes"
|
||||
value="src/main/sql" />
|
||||
<property
|
||||
file="${basedir}/src/main/sql/db2.properties" />
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/db2.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property
|
||||
key="velocimacro.library" value="src/main/sql/db2.vpp" />
|
||||
<property key="velocimacro.library" value="src/main/sql/db2.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset
|
||||
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp"
|
||||
to="*-db2.sql" />
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-db2.sql" />
|
||||
</vppcopy>
|
||||
<!-- Reference script for Derby - N.B. not under source control, but packagaed in jar. -->
|
||||
<vppcopy
|
||||
todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes"
|
||||
value="src/main/sql" />
|
||||
<property
|
||||
file="${basedir}/src/main/sql/derby.properties" />
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/derby.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property
|
||||
key="velocimacro.library" value="src/main/sql/derby.vpp" />
|
||||
<property key="velocimacro.library" value="src/main/sql/derby.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset
|
||||
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp"
|
||||
to="*-derby.sql" />
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-derby.sql" />
|
||||
</vppcopy>
|
||||
<!-- Reference script for Oracle - N.B. not under source control, but packagaed in jar. -->
|
||||
<vppcopy
|
||||
todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes"
|
||||
value="src/main/sql" />
|
||||
<property
|
||||
file="${basedir}/src/main/sql/oracle10g.properties" />
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/oracle10g.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property
|
||||
key="velocimacro.library"
|
||||
value="src/main/sql/oracle10g.vpp" />
|
||||
<property key="velocimacro.library" value="src/main/sql/oracle10g.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset
|
||||
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp"
|
||||
to="*-oracle10g.sql" />
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-oracle10g.sql" />
|
||||
</vppcopy>
|
||||
<!-- Reference script for PostgreSQL - N.B. not under source control, but packagaed in jar. -->
|
||||
<vppcopy
|
||||
todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes"
|
||||
value="src/main/sql" />
|
||||
<property
|
||||
file="${basedir}/src/main/sql/postgresql.properties" />
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/postgresql.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property
|
||||
key="velocimacro.library"
|
||||
value="src/main/sql/postgresql.vpp" />
|
||||
<property key="velocimacro.library" value="src/main/sql/postgresql.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset
|
||||
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp"
|
||||
to="*-postgresql.sql" />
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-postgresql.sql" />
|
||||
</vppcopy>
|
||||
<!-- Reference script for MySQL - N.B. not under source control, but packaged in jar. -->
|
||||
<vppcopy
|
||||
todir="${basedir}/target/generated-resources"
|
||||
overwrite="true">
|
||||
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
|
||||
<config>
|
||||
<context>
|
||||
<property key="includes"
|
||||
value="src/main/sql" />
|
||||
<property
|
||||
file="${basedir}/src/main/sql/mysql.properties" />
|
||||
<property key="includes" value="src/main/sql" />
|
||||
<property file="${basedir}/src/main/sql/mysql.properties" />
|
||||
</context>
|
||||
<engine>
|
||||
<property
|
||||
key="velocimacro.library" value="src/main/sql/mysql.vpp" />
|
||||
<property key="velocimacro.library" value="src/main/sql/mysql.vpp" />
|
||||
</engine>
|
||||
</config>
|
||||
<fileset
|
||||
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp"
|
||||
to="*-mysql.sql" />
|
||||
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
|
||||
<mapper type="glob" from="*.sql.vpp" to="*-mysql.sql" />
|
||||
</vppcopy>
|
||||
</tasks>
|
||||
</configuration>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.0.0.m5-SNAPSHOT</version>
|
||||
<version>1.0.0.m5</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<version>1.0.0.m5-SNAPSHOT</version>
|
||||
<version>1.0.0.m5</version>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch</artifactId>
|
||||
<version>1.0.0.m5-SNAPSHOT</version>
|
||||
<version>1.0.0.m5</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user