Trying to use latest maven-war-plugin

2006-08-07 Thread William Kinney
Hello, I'm trying to use the "" element that comes with maven-war-plugin. But apparently that is only in version 2.0.2-SNAPSHOT. I tried to 'mvn install' the maven-plugin from SVN repo (https://svn.apache.org/repos/asf/maven/plugins/trunk/), and it made me 'mvn install' the maven core trunk (https

Eclipse 3.2/callisto Dynamic Content web project question

2006-07-21 Thread William Kinney
Hello, I apologize if this is not the correct mailing list for this question. I tried the codehaus mailing list for the plugin, but it seems that list is dead. Is there any word on the integration of the plugin with callisto / 3.2's "Dynamic Content" Web project? I was hoping to use maven 2 alon

Thoughts on Apache Jackrabbit

2006-06-08 Thread William Kinney
Are there any plans to integrate or support jackrabbit for build repositories? Is there a general consensus on how good/useful jackrabbit is? Will - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

RE: Question on how users code/test their war applications

2006-06-06 Thread William Kinney
users code/test their war applications On 6/5/06, William Kinney <[EMAIL PROTECTED]> wrote: > I was just curious how other maven 2 users currently go through coding/testing war applications on i.e. tomcat or jboss. Do you just code, package, deploy to local and UI test? Do you usually do exp

Question on how users code/test their war applications

2006-06-05 Thread William Kinney
Hello, I was just curious how other maven 2 users currently go through coding/testing war applications on i.e. tomcat or jboss. Do you just code, package, deploy to local and UI test? Do you usually do exploded war? Or do you heavily rely on JUnit? Or do you have a remote test box you remote de