m2 maven-war-plugin filtering broken?

2006-07-23 Thread Srinivas Pavani
The code in the latest HEAD branch handles copying of the resources but when you turn the filtering on, it fails to copy resources with a ClassCastException. FYI, my project layout is as follows: parent_project/src/WEB-INF (shared resources) parent_project/module1/... parent_project/modeul2/...

m2 maven-war-plugin with MWAR-54 patch applied

2006-07-20 Thread Srinivas Pavani
Is there any repository that has a war plugin with the MWAR 54 patch applied? As per the MWAR-54 documentation it has been fixed in 2.0.2 but I don't see a released version of 2.0.2. Perhaps there is a SNAPSHOT version somewhere? -- View this message in context:

Re: m2 multiple war files with some common code

2006-07-20 Thread Srinivas Pavani
Pete, I tried both the war overlaying as well as the suggestion by Martin to pull shared resources from a directory. As noted, the targetPath directive doesn't work in version 2.0.1. I pulled down the latest code and built a local version. I did notice a potential bug. The code in the latest

m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
Can someone shed some light on how to setup maven2 to allow sharing some common code across multiple war files? Given below is an example of how I would like to setup multiple modules but I am not sure how the war generation can occur when webapp contents from common-module are needed for

RE: m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
Kris, Thanks for your reply. Most likely they will not be placed in the same ear file. Yes there are common servlets and jsps that need to be shared across the apps. The question still remains how to integrate the servlets from common and module specific directories into a single WAR file. I

Re: m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
Thanks for your input, the ability to unpack may help in my case. -- View this message in context: http://www.nabble.com/m2-multiple-war-files-with-some-common-code-tf1939224.html#a5321068 Sent from the Maven - Users forum at Nabble.com.

RE: Site distribution url examples?

2006-07-07 Thread Srinivas Pavani
Just wanted to follow up on the thread. I decided to use the 'file' protocol instead of scp as I am copying files on the local machine. When looking at the source code for the maven-deploy-plugin, I found that the plugin looks in the .ssh directory for keys. As I mentioned earlier, Continuum is

Cleaning up results

2006-07-07 Thread Srinivas Pavani
Is there any way to purge the results for failed builds? -- View this message in context: http://www.nabble.com/Cleaning-up-results-tf1906827.html#a5218535 Sent from the Continuum - Users forum at Nabble.com.

Site distribution url examples?

2006-07-06 Thread Srinivas Pavani
How do you specify the url for distribution management in the site section of the pom.xml? I have Continuum building the site on the same machine as the webserver. I need to copy the final site.war to /var/www/docs/projects/${project.version} I tried, the following:

RE: Site distribution url examples?

2006-07-06 Thread Srinivas Pavani
Here is my scenario: I am using Ubuntu 6.06 LTS server. Since the root access is always using sudo command and the root user password has not been set explicitly, I am prompted for root's password when I execute the following command manually: sudo scp

Re: scm connection string

2006-06-28 Thread Srinivas Pavani
I don't know why the problem exists to create .cvspass. In any case, I created a .cvspass elsewhere and then moved into the /home/buildmaster directory and Continuum is able to continue. Thanks again for your help. PS. Incidentally on the linux box, the .cvspass is stored in a directory .cvs

tigris.css overwritten

2006-06-28 Thread Srinivas Pavani
I noticed that tigris.css get re-written to the default settings. I don't know the exact conditions but I believe it is on start up. Is this the intended behavior? Is there a way to preserve the changes made to the stylesheet? -- View this message in context:

scm connection string

2006-06-26 Thread Srinivas Pavani
Can some one please help me out in understanding how the scm connection settings work with respect to continuum and maven? Maven2 has the following settings: scm !-- read only -- connectionscm:cvs:pserver:MY_NAME:[EMAIL PROTECTED]:PORT:/usr/local/cvsroot MY_MODULE/connection

Maven Eclipse

2003-08-21 Thread Srinivas Pavani
Has anyone integrated Maven execution with Eclipse? If so, can you please list the steps required for integration. -- -- Srinivas This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly

ejb plugin - option not to jar sources

2003-08-19 Thread Srinivas Pavani
Hi, The ejb plugin jars the source files (.java) files into the jar. Can this be made optional or removed? -- -- Srinivas This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If

Support for VSS

2003-08-18 Thread Srinivas Pavani
Is there any plugin available for Visual Source Safe? -- -- Srinivas This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the

Request to upload new jars

2003-08-18 Thread Srinivas Pavani
Hi, I am not sure if this is the right forum for request upload of jars to Maven repository. The FAQ doesn't list any email address for such requests. Here are the descriptors for three jars: echo.jar, echoserver.jar and echopoint.jar: project pomVersion3/pomVersion idecho/id

j2ee vs ear, ejb, war

2003-08-18 Thread Srinivas Pavani
Hi, Can anyone explain why the redundancy of plugins exists for creating ear, ejb and war modules? Should one use the j2ee plugin (which is missing the war generation goal) or should one stick with war, ejb, and ear plugins? Also, the properties for ejb and ear seem to overlap for