- Revision
- 389
- Author
- mauro
- Date
- 2007-11-16 05:11:46 -0600 (Fri, 16 Nov 2007)
Log Message
Updated downloads page to document Maven 2 dependencies.
Modified Paths
Diff
Modified: trunk/distribution/src/site/content/download.html (388 => 389)
--- trunk/distribution/src/site/content/download.html 2007-11-16 08:55:53 UTC (rev 388) +++ trunk/distribution/src/site/content/download.html 2007-11-16 11:11:46 UTC (rev 389) @@ -31,7 +31,27 @@ Be sure to choose the snapshot with the latest timestamp in the filename. </p> +<h2 id="maven">Using Maven 2 Artifacts</h2> + <p> + If you use Maven 2 as the build system (or one that is compatible with the Maven 2 Repository), + you can declare Waffle dependencies as + <textarea class="xml:nogutter:nocontrols" name="code"> + <dependency> + <groupId>org.codehaus.waffle</groupId> + <artifactId>waffle-[module]</artifactId> + <version>[version]</version> + </dependency> + </textarea> + specifying the desired module and version. Currently, Waffle comprises of three modules: + <ul> + <li><a href="" + <li><a href="" + <li><a href="" + </ul> + Note that mock and taglib modules have a transitive dependency on core, so there is no need to declare + the core dependency if using mock and/or taglib. + </p> <div class="clear"> <hr /> </div>
Modified: trunk/distribution/src/site/content/sitemap.xml (388 => 389)
--- trunk/distribution/src/site/content/sitemap.xml 2007-11-16 08:55:53 UTC (rev 388) +++ trunk/distribution/src/site/content/sitemap.xml 2007-11-16 11:11:46 UTC (rev 389) @@ -12,7 +12,6 @@ <link title="Core">javadoc/core/index.html</link> <link title="Mock">javadoc/mock/index.html</link> <link title="Taglib">javadoc/taglib/index.html</link> - <link title="WebContainer">javadoc/webcontainer/index.html</link> </section> <section> <name>Waffle Resources</name>
To unsubscribe from this list please visit:
