Re: How can i build a specific version without changing the pom.xml?

2007-07-27 Thread John Patrick
pom.xml for product A since I really do not know which version of xyz will pass QA. Does it make sense? Baz On 7/26/07, John Patrick [EMAIL PROTECTED] wrote: Baz, I would put this type of information into a profile within the pom. Then its simple and repeatable. Also trackable

Re: How can i build a specific version without changing the pom.xml?

2007-07-26 Thread John Patrick
Baz, I would put this type of information into a profile within the pom. Then its simple and repeatable. Also trackable if your project is under source control, instead of just relying on people knowing the correct command line arguments to use. Personally I think building a different version

Re: resources as dependencies

2007-07-26 Thread John Patrick
Initial thoughts are you could have it as a seperate project and get the dependency plugin to unpack it. http://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html On 26/07/07, John Coleman [EMAIL PROTECTED] wrote: Hi, We want to farm off some of our common resources (java

Re: Multi Module Project - Problems Generating Javadoc

2007-05-10 Thread John Patrick
mvn install should solve your issue. package creates the artifact within the projects target directory, but when working on a multi module project you need to do install so it uploads the artifacts into you local repository so they are avaliable to the rest of the modules. I hope that helps,

Re: (newbie question) seding war somewhere else

2007-05-10 Thread John Patrick
The common approache is to use deploy to get the war to the 'deployment' location. Install is just to install into your local repository so its avaliable to other projects your working on. On 10/05/07, Arrowx7 [EMAIL PROTECTED] wrote: Hello, I have mevenide2 installed, and when I run

maven-surefire-plugin 2.2 ignoring skipExec

2007-05-04 Thread John Patrick
Is anyone else having issues with surefire plugin ignoring configuration. According to http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html the configuration value of skipExec is valid and will compile but not execute tests. skiptrue/skip works skipExectrue/skipExec doesn't work

Re: How to add project specific dependencies

2007-05-03 Thread John Patrick
Kiran, Project level defined repositories can be specified within the pom: e.g. [Extract from http://maven.apache.org/pom.html] project ... repositories repository idcentral/id nameMaven Repository Switchboard/name layoutdefault/layout

<    1   2