Re: Multiproject build fails

2007-09-06 Thread Greg Davidson
Try adding this to the maven-release-plugin clean install On 9/5/07, Todd Nine <[EMAIL PROTECTED]> wrote: > > Hi all, > I have a multi project build in the standard directory structure. I'm > using subversion, and all my submodules will be built with the same > version > as the parent. I ca

Myeclipse build path changes

2007-08-21 Thread Greg Davidson
How can you keep the eclipse plugin from changing the default output directory in eclipse ( .classpath file ). I don't want the output directory to be "myProject/target/classes", instead I want it to be "myProject/src/main/webapps/WEB-INF/classes".or do I??? When I add "web" project capabiliti

Re: Deployment of runtime configurations? / Deployment of assemblies?

2007-07-30 Thread Greg Davidson
I don't believe you should put environment specific, such as TEST-db connection params vs PROD-db connection params in the binary. Put that information in a file which can be edited outside your artifact (jar, war, ear). As long as this config file is in your classpath, then you can access it fro

Re: new project

2007-05-30 Thread Greg Davidson
goes looking for your parent project in your repository. Hth, Nick Stolwijk Greg Davidson wrote: > Parent pom: > > http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" > http://maven.apache.org/P

Re: new project

2007-05-30 Thread Greg Davidson
log4j log4j 1.2.13 On 5/30/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote: So you should have three pom.xml files, one in the parent directory and one each in de module directories. Could you show them? With regards, Nick Stolwijk

Re: new project

2007-05-30 Thread Greg Davidson
in my local repository(my hard drive) or our companies repository. Thanks!!! On 5/30/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote: What does your directory structure and pom files look like? Maybe that will tell us something. With regards, Nick Stolwijk Greg Davidson wrote: > 1st

new project

2007-05-30 Thread Greg Davidson
1st time userlong time admirrer. I created a mulitilevel project (parent project with 2 child projects). I keep getting the following errrs no matter what I execute: mvn install mvn clean install This project doesn't exist in any of our repositories. Like I said this is very new to me, a co