rename 'prepare' profile to 'all'

This commit is contained in:
dsyer
2009-01-28 19:02:15 +00:00
parent 4dd59f5083
commit c49b374f2d

4
dist/pom.xml vendored
View File

@@ -33,7 +33,7 @@
</build>
</profile>
<profile>
<id>prepare</id>
<id>all</id>
<modules>
<module>../spring-batch-infrastructure-tests</module>
<module>../spring-batch-integration</module>
@@ -79,7 +79,7 @@
</profiles>
<modules>
<!-- use -P prepare for the release:prepare goal, or mvn clean -->
<!-- use -P all for the release:prepare goal, or mvn clean -->
<module>..</module>
<module>../spring-batch-samples</module>
<module>../archetypes</module>