2 days straight now and still no closer. org.apache.catalina.ant.DeployTask
I've got no idea what the versioning should be, the jar in tomcat-5.5 does not have it in the filename, http://ibiblio.org/pub/packages/maven2/org/apache/ doesnt even mention catalina, the only thing that does have a number is in the javadocs http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/ant/InstallTask.html So how the following could be easily completed with minimal effort is beyond me at present. <groupId>org.apache.catalina.ant.DeployTask</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version> <scope>provided</scope> </dependency> Anyhow, I did end up creating/following the plugin documentation, which might work, but it would better if there was a way to prevent the core process from executing for that phase, e.g. one could then easily overload the deploy phase - or if there was a way for a custom plugin to call the lifecycle sequences - dunno, I did see the life-cycle docs, I'm just a little confused as to why (and naively how) such a strong application has little scope basic/rapid usage, what I mean is before serioulsy getting into management stage I need to get passed (accomodate) the development of stage. G. -- devosc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
