Dave Syer wrote:
> 
> 
> 
> Zeltner Martin wrote:
>> 
>> I can't find any doc how to declare the "doxia-module-twiki" in my pom
>> that "mvn site" will render my twiki files in "src/site/twiki" to
>> "target/site".
>> 
> 
> If anyone else is interested, I think something has changed here.  I just
> tried it this morning and it worked (yesterday it didn't, but that could
> be owing to my own incompetence).  
> 
> Here's the magic incantation (not an extension, but a dependency):
> 
> <build>
>       <plugins>
>               <plugin>
>                       <groupId>org.apache.maven.plugins</groupId>
>                       <artifactId>maven-site-plugin</artifactId>
>                       <dependencies>
>                               <dependency>
>                                       
> <groupId>org.apache.maven.doxia</groupId>
>                                       
> <artifactId>doxia-module-twiki</artifactId>
>                                       <version>1.0-alpha-9-SNAPSHOT</version>
>                               </dependency>
>                       </dependencies>
>               </plugin>
>       </plugins>
> </build>
> 

Dave, do you have a reference to a full pom including the twiki module? I
put the xml above in a new pom and ran mvn site - to no avail. Other formats
are generated fine yet the files in src/site/twiki are not rendered.

I'm using mvn 2.0.7 btw.

-dirk
-- 
View this message in context: 
http://www.nabble.com/How-to-use-doxia-module-twiki--tf2091128s177.html#a11453977
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to