- Revision
- 488
- Author
- mauro
- Date
- 2007-12-15 09:44:06 -0600 (Sat, 15 Dec 2007)
Log Message
Renamed distribution profile id.
Modified Paths
Diff
Modified: trunk/BUILD.txt (487 => 488)
--- trunk/BUILD.txt 2007-12-15 15:38:32 UTC (rev 487) +++ trunk/BUILD.txt 2007-12-15 15:44:06 UTC (rev 488) @@ -17,7 +17,7 @@ Note: profiles are additive and the default profile is always active. Eg, build with integration tests, reporting and distribution: -mvn -Pintegration,reporting,dist install +mvn -Pintegration,reporting,distribution install Build and deploy examples to Jetty (skipping tests on releasable modules):
Modified: trunk/pom.xml (487 => 488)
--- trunk/pom.xml 2007-12-15 15:38:32 UTC (rev 487) +++ trunk/pom.xml 2007-12-15 15:44:06 UTC (rev 488) @@ -384,7 +384,7 @@ </profile> <profile> <!-- Distribution profile --> - <id>dist</id> + <id>distribution</id> <modules> <module>waffle-distribution</module> </modules>
To unsubscribe from this list please visit:
