From: <tri...@us...> - 2007-10-26 08:35:41
|
Revision: 37 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=37&view=rev Author: triathlon98 Date: 2007-10-26 01:35:38 -0700 (Fri, 26 Oct 2007) Log Message: ----------- repository also needs to be set Modified Paths: -------------- trunk/src/site/wiki/usage.wiki Modified: trunk/src/site/wiki/usage.wiki =================================================================== --- trunk/src/site/wiki/usage.wiki 2007-10-22 15:02:53 UTC (rev 36) +++ trunk/src/site/wiki/usage.wiki 2007-10-26 08:35:38 UTC (rev 37) @@ -21,9 +21,9 @@ In the pom you need to include the staticwiki plugin to assure the site plugin known how to handle the wiki files. This can be done using the following excerpt. {code} <build> - ..... + ... <plugins> - ..... + ... <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> @@ -35,10 +35,19 @@ </dependency> </dependencies> </plugin> - ..... + ... </plugins> - ..... + ... </build> + + <repositories> + ... + <repository> + <id>progs</id> + <url>http://maven.progs.be/m2repo</url> + </repository> + ... + </repositories> {code} h2. Using the wiki renderer This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |