RE: Fortify and Maven

2010-11-11 Thread DeGrande, Rick
Ginni, Can you use the maven-sca-plugin-2.6 with your version of the server ? If so the plugin is documented pretty well and you can use maven instead of ant. -Original Message- From: ginni [mailto:gi...@aero.org] Sent: Thursday, November 11, 2010 12:45 PM To: users@maven.apache.org

RE: Fortify and Maven

2010-11-11 Thread DeGrande, Rick
You can get it from the fortify website. You may need to talk to a support tech for the exact location. -Original Message- From: ginni [mailto:gi...@aero.org] Sent: Thursday, November 11, 2010 2:40 PM To: users@maven.apache.org Subject: RE: Fortify and Maven I would love to. Where can

release plugin issue

2010-07-09 Thread DeGrande, Rick
I've configured the release plugin in my build. I'm using a flat directory structure like: Aggregator Common Ejb Web When I do a release:prepare from the aggregator directory everything seems to work however the aggregator/... is the only path labeled. Also, when I do a

RE: maven release plugin not updating sub-module dependencies

2010-07-08 Thread DeGrande, Rick
} property? Best regards, Aleksey Didik. 08.07.2010 2:34, DeGrande, Rick пишет: I have a multi--module configuration. the directory structure is: aggregate ejb war The war file includes the ejb as a dependency. When I do a release:prepare -DdryRun maven generates the pom.xml.tag correctly

RE: maven release plugin not updating sub-module dependencies

2010-07-08 Thread DeGrande, Rick
module dependencies. hth, Aleksey Didik. 08.07.2010 17:59, DeGrande, Rick пишет: No, I was thinking about doing that, but I have the dependencies in the sibling poms. I'm not using the ${project.version} in these poms. I just have the SNAPSHOT version specified on the sibling dependencies

RE: maven release plugin not updating sub-module dependencies

2010-07-08 Thread DeGrande, Rick
Aleksey, Thank you for the advice. That looks like it will work much better than what I was doing. Rick -Original Message- From: Aleksey Didik [mailto:di...@magenta-technology.ru] Sent: Thursday, July 08, 2010 9:13 AM To: Maven Users List Subject: Re: maven release plugin not updating

maven release plugin not updating sub-module dependencies

2010-07-07 Thread DeGrande, Rick
I have a multi--module configuration. the directory structure is: aggregate ejb war The war file includes the ejb as a dependency. When I do a release:prepare -DdryRun maven generates the pom.xml.tag correctly but it doesn't update the sub module dependencies in the pom.xml.next. How do I get