site generation fails if war plugin is defined with goal 'exploded' (cant override read-only parameter)

2008-05-02 Thread Leonard Gestrin
Hello, I am running into problems generating site for project that has war plugin using 'exploded' goal. I searched the archives and it looks like other people had issues with it over the last couple years, but I could not find solution for it. The error is [INFO] Using default encoding to

war overlay and merging localized resources

2008-03-20 Thread Leonard Gestrin
Hello, I am very impressed how maven war plugin can overlay multiple war files. However, I could not find any plugin that can also merge localized resource files. Since it's not possible to define multiple resource bundles in web.xml, I think there is need to be able to merge localized resource

RE: war overlay and merging localized resources

2008-03-20 Thread Leonard Gestrin
and merging localized resources You could try out the remote-resources plugin, or simply make a zip with assembly:single (in a pom project) and then use dependency:unpack to extract the resources where you want them in the war. -Original Message- From: Leonard Gestrin [mailto:[EMAIL PROTECTED

selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed?

2006-11-03 Thread Leonard Gestrin
Hello, I have the following setup: 1. Defined internal , external profiles in settings.xml and set internal as active. external profile has plugin repository configuration. (this play important role for some reason) 2. Defined jsp-comp profile to activate jsp compilation for the build in

RE: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed?

2006-11-03 Thread Leonard Gestrin
to be not executed? Have you tried mvn -X ... to see additional debugging information? I'd assume something is just not working right, and the stacktrace might help you see/find it. Wayne On 11/3/06, Leonard Gestrin [EMAIL PROTECTED] wrote: Hello, I have the following setup: 1. Defined internal

partial answer to first part: RE: selecting active profiles and maven-help-plugin does not work as expected/configuring plugin-repository cauze plugin to be not executed?

2006-11-03 Thread Leonard Gestrin
!-- configuration warSourceDirectory${basedir}/target/webapp-panel/warSourceDirectory /configuration -- /plugin -Original Message- From: Leonard Gestrin [mailto

using shared jsps between applications with jsp compilation enabled

2006-11-02 Thread Leonard Gestrin
Hello, I am tying to configure mvn2 so that it includes and compiles shared jsps when they are included with application. Directory structure shared Web-common\ Pom.xml (war) src\main\webapp\*.jsp Webapp1: Pom.xml (war)

intelligently building snapshots with continuum

2006-09-20 Thread Leonard Gestrin
Hello, This is my first post to the list and I am very new to mvn/continuum world. We are currently using mvn snapshot features but I think we are not using it properly. I want to move building of snapshots to build integration machine where continuum runs and I have few questions about how

plugin development - how to find which compoments are dependent on given component?

2006-09-20 Thread Leonard Gestrin
Hello, I want to write a plugin that creates a list of modules that depend on given module. The book talks about how to get dependency of given project - I want to do the reverse, and find all the modules that are dependent on given module. This functionality can be handy if I want recursive

how to make sure snapshots are rebuilt properly on a need-to-be basis using integration server

2006-09-19 Thread Leonard Gestrin
Hello, This is my first email to the list and I am new to maven, so pardon me if missed the solution to the problem I am envisioning - any help or idea how it can be solved would be greatly appreciated. Also, I am sorry about the lengh of the email as I am trying to illustrate the problem as