Re: Fortify and Maven

2014-01-16 Thread progosch
Hi Kunal, you may download Fortify package and build maven plugin from sources. In plugin's target directory you will find a site which contains usage instruction for single and multi module project. Kind regards, Patryk -- View this message in context:

Re: Fortify and Maven

2012-12-19 Thread kunalhanda
Hi, I have got the plugin from the fortify site. But not able to configure it... Would it be possible to share the configuration steps? with Maven (pref 3) Thanks and Kunal Handa -- View this message in context: http://maven.40175.n5.nabble.com/Fortify-and-Maven-tp118623p5739152.html Sent

Re: Fortify and Maven

2012-12-19 Thread Wayne Fay
I have got the plugin from the fortify site. But not able to configure it... Would it be possible to share the configuration steps? with Maven (pref 3) (This reply stolen from Anders...) Please, this is a mailing list for generic Maven questions. The Fortify product comes with professional

Re: Fortify and Maven

2012-05-25 Thread Swagatika
Hi, I am also trying to generate a fortify report of a java source code using maven. But i am not able to do it. Can you please revert me back of how you did it?? -- View this message in context: http://maven.40175.n5.nabble.com/Fortify-and-Maven-tp118623p5709785.html Sent from the Maven -

Re: Fortify and Maven

2012-05-25 Thread Anders Hammar
What problems do you run into? Have you got access to the maven site docs for the plugin? If not, get hold of that from the Fortify support. /Anders On Fri, May 25, 2012 at 11:22 AM, Swagatika swagatikamahapatr...@gmail.com wrote: Hi, I am also trying to generate a fortify report of a java

Re: Fortify and Maven

2012-05-25 Thread Swagatika
Hi, Actually can you please guide me with, where can I get any steps to generate a fortify report using Maven. Is there any plug-inn that we can use to generate the fortify report ?? I downloaded and installed the fortify360 plugin and the maven-fortify plug-in and then added the dependencies

Re: Fortify and Maven

2012-05-25 Thread Anders Hammar
Did you get hold of the Maven site docs for the Fortify plugin? You shouldn't declare a dependency to the plugin, but add plugin bindings. I don't recall the exact steps, but they are described in the Maven site for the plugin and/or the Fortify documentation. I believe you should be able to get

Re: Fortify and Maven

2012-05-25 Thread Swagatika
Can you please tell me the exact location for the Fortify documentation. I searched a lot but i am not able to get any info. On 5/25/12, Anders Hammar [via Maven] ml-node+s40175n5709794...@n5.nabble.com wrote: Did you get hold of the Maven site docs for the Fortify plugin? You shouldn't

Re: Fortify and Maven

2012-05-25 Thread Anders Hammar
Did you read my mail where I said that you can get it from the Fortify support? Please, this is a mailing list for generic Maven questions. The Fortify product comes with professional support, please use it! /Anders On Fri, May 25, 2012 at 12:42 PM, Swagatika swagatikamahapatr...@gmail.com

Re: Fortify and Maven

2010-11-11 Thread ginni
Hi All, I am new to Maven and new to Fortify. We have Fortify v5.2 (pre-360) and I need to generate whatever Fortify needs to run the build (ant build) for this multi-module project. Any guidance on how I can do that? Thanks!! Ginni -- View this message in context:

RE: Fortify and Maven

2010-11-11 Thread DeGrande, Rick
Subject: Re: Fortify and Maven Hi All, I am new to Maven and new to Fortify. We have Fortify v5.2 (pre-360) and I need to generate whatever Fortify needs to run the build (ant build) for this multi-module project. Any guidance on how I can do that? Thanks!! Ginni -- View this message in context

RE: Fortify and Maven

2010-11-11 Thread ginni
I would love to. Where can I find it? -- View this message in context: http://maven.40175.n5.nabble.com/Fortify-and-Maven-tp118623p3261165.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe,

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

Re: Fortify and Maven

2010-04-28 Thread Anders Hammar
To follow up on my own thread. It turns out that the actually do have their own plugin (maven-sca-plugin). Anyone with experience of that? /Anders On Wed, Apr 28, 2010 at 09:32, Anders Hammar and...@hammar.net wrote: I was asked about integrating Fortify (Fortify 360) in the Maven build

Re: Fortify and Maven

2010-04-28 Thread Larry Suto
Hi I have integrated that plugin into many projects. What are you trying to do? On Wed, Apr 28, 2010 at 2:11 AM, Anders Hammar and...@hammar.net wrote: To follow up on my own thread. It turns out that the actually do have their own plugin (maven-sca-plugin). Anyone with experience of that?

Re: Fortify and Maven

2010-04-28 Thread Anders Hammar
I was asked to look into this and is basically wondering about any gotchas. Any issues you've encountered? Have you used it integrated in the build process through a profile, or have you just used the plugin from command line (mvn sca:scan and similar)? /Anders On Wed, Apr 28, 2010 at 19:24,

Re: Fortify and Maven

2010-04-28 Thread Larry Suto
I have done both and have not encountered too many problems. The one thing that you might want to consider removing plugin management in the Fortify profiles. Otherwise you have to declare the sca plugin in every module during an aggregate scan On Wed, Apr 28, 2010 at 11:09 AM, Anders Hammar

Re: Fortify and Maven

2010-04-28 Thread Anders Hammar
Ok, thanks Larry. I'll post back if I run into any troubles. /Anders On Wed, Apr 28, 2010 at 20:23, Larry Suto larry.s...@gmail.com wrote: I have done both and have not encountered too many problems. The one thing that you might want to consider removing plugin management in the Fortify