Mark Lundquist wrote:
On Nov 26, 2006, at 2:44 PM, Luca Morandini wrote:
I built Cocoon with: mvn -Dmaven.test.skip=true
-Dshieldedclassloading=false clean install
and run within the Jetty mvn plugin, but no joy.
Is the name of this property correct ?
oops, my bad... no, it should be "shieldedclassloader".
—ml—
Looking at the source:
/tools/cocoon-block-deployer/cocoon-deployer-plugin/src/main/java/org/apache/cocoon/maven/deployer/AbstractDeployMojo.java:
* @parameter expression="${maven.war.shieldingclassloader}"
shouldn't it be :
-Dmaven.war.shieldingclassloader=false
Just to make sure.
Patrick