re-org poms for easier build / deploy

This commit is contained in:
dsyer
2009-01-30 08:36:56 +00:00
parent 2882420737
commit 0e1d23cdfb
5 changed files with 33 additions and 10 deletions

View File

@@ -236,7 +236,7 @@
<downloadUrl>http://www.springframework.org/download</downloadUrl>
<site>
<id>staging</id>
<url>file:///${user.dir}/target/staging</url>
<url>file:///${user.dir}/target/staging/org.springframework.batch.archetype/${pom.artifactId}</url>
</site>
<repository>
<id>spring-milestone</id>

View File

@@ -6,6 +6,12 @@
<href>index.html</href>
</bannerLeft>
<skin>
<groupId>org.springframework.maven.skins</groupId>
<artifactId>maven-spring-skin</artifactId>
<version>1.0.5</version>
</skin>
<body>
<links>

9
dist/pom.xml vendored
View File

@@ -32,15 +32,6 @@
</plugins>
</build>
</profile>
<profile>
<id>all</id>
<modules>
<module>../spring-batch-infrastructure-tests</module>
<module>../spring-batch-integration</module>
<module>../docs</module>
<module>../build-central</module>
</modules>
</profile>
<profile>
<id>dist</id>
<activation>

View File

@@ -59,6 +59,15 @@
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<profile>
<id>all</id>
<modules>
<module>spring-batch-infrastructure-tests</module>
<module>spring-batch-integration</module>
<module>docs</module>
<module>build-central</module>
</modules>
</profile>
<profile>
<id>deployment</id>
<modules>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Spring Batch: ${project.name}">
<body>
<links>
<item name="${project.name}" href="index.html"/>
</links>
<menu name="Documentation">
<item name="${project.name}" href="index.html"/>
</menu>
<menu ref="reports"/>
</body>
</project>