[forge-dev] How does ocpsoft.rewrite get into generated pom.xml?

Richard Kennard richard at kennardconsulting.com
Wed Nov 23 05:57:31 EST 2011


Hi guys,

While refactoring a bunch of the UI scaffolding code, I seem to have broken the bit where it injects...

<dependency>
<groupId>com.ocpsoft.rewrite</groupId>
<artifactId>rewrite-impl-servlet</artifactId>
<version>1.0.0.Alpha10</version>
</dependency>

...into the generated pom.xml. It is still building the URLRewriteConfiguration.java, but the overall project won't build because of missing imports.

Where should I look to fix this bit?

Richard.



More information about the forge-dev mailing list