RE: The list of maven plug-ins that are used by maven during the build

2008-02-13 Thread Holt, Jack C.
You could run maven with the -X parameter and scan all the debug messages and look for the names of all the plugins used. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan H. Sent: Wednesday, February 13, 2008 3:58 PM To: Maven Users List Subject: The

Conditionally including a jar file

2008-01-24 Thread Holt, Jack C.
I would like to not include the jar file for log4j when producing a WAR file but allow it to be used when running my web app in Jetty. You see, JBoss includes a jar for log4j (a different version than I have set up a dependency for in my POM file) and it causes errors when the WAR file is

RE: number of people using Maven 2.0.7 Version

2007-10-11 Thread Holt, Jack C.
I don't know if you wanted to clutter up this mailing list with individual responses, but my dev team is using 2.0.7. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Habib Sent: Thursday, October 11, 2007 5:28 AM To: users@maven.apache.org Subject: number

RE: How to prevent Checking for updates from...

2007-10-11 Thread Holt, Jack C.
I'm just a newbie to maven, but I believe that is the point of SNAPSHOTS. By default, if you specify that you want the snapshot version of a dependency, maven will check once a day for newer snapshots. But that is configurable to check more or less frequently. -Original Message- From:

RE: mvn site and multprojects

2007-10-05 Thread Holt, Jack C.
Of Holt, Jack C. Sent: Friday, October 05, 2007 6:13 AM To: Maven Users List; Maven Users List Subject: RE: mvn site and multprojects In answer to your question about which goals I'm running here is a part of my original message that got snipped... I have a project that contains several subprojects

RE: mvn site and multprojects

2007-10-05 Thread Holt, Jack C.
PROTECTED] On Behalf Of Erik Drolshammer Sent: Thursday, October 04, 2007 11:20 PM To: Maven Users List Subject: RE: mvn site and multprojects On Thu, 2007-10-04 at 07:03 -0700, Holt, Jack C. wrote: OK. It turns out that I had url tags in all but one POM that said the modules were

RE: mvn site and multprojects

2007-10-04 Thread Holt, Jack C.
/subproject dir/index.html whereas main project dir/subproject dir/target/site/index.html is correct. How do I fix that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Holt, Jack C. Sent: Wednesday, October 03, 2007 3:02 PM To: users@maven.apache.org Subject: mvn

mvn site and multprojects

2007-10-03 Thread Holt, Jack C.
I have a project that contains several subprojects. When I run mvn site in the top-level project's directory, the index.html contains links for the subprojects but they point to http://maven.apache.org/index.html. I assume this is a default that is not getting overridden because I haven't

RE: [m2] Final Name

2007-05-09 Thread Holt, Jack C.
According to page 50 of Better Builds with Maven you should use ${project.build.finalName}. This is because the finalName tag is supposed to be placed in the build section of the POM. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Regis Decamps Sent:

Correct location for properies files

2007-04-23 Thread Holt, Jack C.
Where is the correct location in the project directory tree for properties files? For instance, I am using a file I call message_en.properties that is used to contain the i18n messages that I want to access using resource bundles. In other words, it contains the English version of

RE: Correct location for properies files

2007-04-23 Thread Holt, Jack C.
/resource /resources directorytarget/directory finalName${artifactId}-${version}/finalName defaultGoalwar/defaultGoal -Mensaje original- De: Holt, Jack C. [mailto:[EMAIL PROTECTED] Enviado el: lunes, 23 de abril de 2007 23:34 Para: users

Change default source version

2006-12-08 Thread Holt, Jack C.
Please forgive me if this question has been asked a million times already but I didn't see it in the FAQ and this is my first post so here goes... When I enter mvn package in the root directory of my project, I get a Compilation failure with the following error message (apparently from javac