ear file to include jar and war

2005-03-26 Thread GOKULAM Jayaram
Hi all, I used the ear plug-in to generate the ear file, but it does not include the ear and war file by default. IT just holds the META-INF and application.xml file. I want the ear file to include the generated jar and war files, how should I do this? Thanks for your help in advance,

Re: ear file to include jar and war

2005-03-26 Thread dan tran
I think your ear's project.xml is missing the ear.bundle properties in dependencies listing of your ear project. some thing like this dependencies dependency groupId${pom.groupId}/groupId artifactIdbookstore-common/artifactId version${pom.currentVersion}/version

Subversion and SCM reports

2005-03-26 Thread jbisotti
I'm trying to use Maven with our new Subversion SCM. However, I'm having trouble with the ChangeLog/File Activity/Developer Activity reports. In the console window, I can see the following: [echo] Generating the Change Log... maven-changelog-plugin:report: [echo] Generating the

Re: maven roadmap - should i stay or should i go

2005-03-26 Thread Brett Porter
Will there be a facility in the new (maven 2) POM to specify the default goals required to build the artifact (either fully stated ${pom.goals} or determined by some other variable ${pom.type}?). The latter, yes. We may add a default to the POM later. Also will there be a means to specify

Re: Subversion and SCM reports

2005-03-26 Thread Brett Porter
Unable to find svn executable. Changelog will be empty Do I have to install Subversion on the build machine before this will work? yes If so, is this just temporary until a better solution can be implemented? yes. We'll probably test tmate JavaSVN out at some point, but it is a little way