I think the essential snippet from the POM file is:
<plugin>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-maven-plugin</artifactId>
<version>1.0.0-M3</version>
<configuration>
<webappProfile>ssf</webappProfile>
<customWebappDirectory>rcl-config</customWebappDirectory>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>prepare</goal>
</goals>
</execution>
</executions>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]