Change the <preGoal> xml snippet of maven.xml to the following:
<preGoal name="test:test">
<!-- Work area for unit tests -->
<mkdir dir="target/test-sandbox/logs"/>
<copy todir="target/test-classes">
<fileset dir="src/test-conf"/>
</copy>
<rmic
classname="org.apache.jcs.auxiliary.remote.server.RemoteCacheServer"
base="target/classes">
<classpath>
<fileset dir="${maven.home}/lib">
<include name="*.jar"/>
</fileset>
</classpath>
</rmic>
</preGoal>
The Stub and Skel will then get generated.
--
Norman Jarvis
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]