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 Larry Suto
, Apr 28, 2010 at 19:24, Larry Suto larry.s...@gmail.com wrote: 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

Issues with maven jar plugin and artifact naming

2009-07-22 Thread Larry Suto
- # Hi I am building a jar and a war in in the same pom and having some naming issues. I have a separate execution for the jar plugin so the jar is generated in addition to the war. When I run mvn install the produced jar gets renamed to IPEsvc-2.4-agent.jar. I would like it to actually

Re: Classloading exception in Maven built ear..

2007-10-21 Thread Larry Suto
dependency is identical in both ears? Can you fully unzip both ears (and all war/jar inside) and run a diff against the files? There must be a difference somewhere that's just not obvious. Wayne On 10/21/07, Larry Suto [EMAIL PROTECTED] wrote: Hi Im building an ear in Maven 2.07 that I have

Re: Heap overflow in deploy:deploy-file

2007-09-07 Thread Larry Suto
Thanks it works On 9/7/07, ossi petz [EMAIL PROTECTED] wrote: hallo outofmemory yes, but with reports. set an env varaiable: MAVEN_OPTS=-Xms128m -Xmx512m to allow maven to use more memory. that should do the trick regards ossi Larry Suto schrieb: Hi I am trying to upload

Heap overflow in deploy:deploy-file

2007-09-07 Thread Larry Suto
Hi I am trying to upload an artifact to Maven repository with deploy:deploy-file. I am getting a java.lang.OutOfMemoryError . The file is about 42mb in size. I am using Maven 2.07. Has anyone else come across this problem. Thanks, Larry

Re: Control transitive dependencies

2007-08-26 Thread Larry Suto
There are a few ways. mvn -X will give you debug output On 8/25/07, EN [EMAIL PROTECTED] wrote: Hi, We have a multi module project: parent - pom, dependencyManagement proj1 - jar proj2 - jar proj3 - war Although we use log4j 1.2.14, our proj3.war file contains log4j 1.2.12 which

Re: Control transitive dependencies

2007-08-26 Thread Larry Suto
the dependency declaration or you can add the tag in the jar plugin config that excludes the pom.xml if you have control over the build...then you dont have to worry about this stuff On 8/25/07, Larry Suto [EMAIL PROTECTED] wrote: There are a few ways. mvn -X will give you debug output On 8/25/07, EN

Problems with manifest classpath

2007-07-23 Thread Larry Suto
Hi, I am having a problem where a dependent jar(the jar is called nlsorm and is in the ipeservice jar) is being added to the manifest classpath of one ejb(the mdb in this case) and not the other...the ejb in this case: I am a bit puzzled as I have the ejb plugin configured the same way in both..

Issue with ejb manifest

2007-07-19 Thread Larry Suto
Hi I am hoping somebody can help me understand how manifests are created by the ejb plugin as I am having a strange proble. I have two ejbs in my build. Both have a dependency to another jar which has a jar with hibernate mappings in it. The jar with the hibernate mappings appears in the manifest

Setting classpath during junit execution

2007-05-18 Thread Larry Suto
Hi was wondering if anyone knows how I would set a classpath to a jdbc properties file that is required by by a Junit test executed during the Maven build. Would it work if I placed it in the test resources area. Thanks, Larry

Moving and artifact

2007-04-23 Thread Larry Suto
Hi, If in addition to publishing an artifact to a repository I wanted to move the artifact to a remote server after the build which plugin would be best suited for this? Thanks Larry - To unsubscribe, e-mail: [EMAIL

Changing default webapp directory

2007-03-27 Thread Larry Suto
to be working for me right now. Thanks, Larry Suto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Downloading Repo Artificats w/o version

2007-03-26 Thread Larry Suto
Hi, I am using maven 2.0.5 and i can't seem to figure out how to create a dependency w/o version info..maven keeps mentioning 'dependencies.dependency.version' is missing..is their any way I can get around this? Thanks - To

Antrun plugin

2007-03-14 Thread Larry Suto
thisright now I am trying the antrun multiphase method by setting an id for each exection bloack. Can you define an antrun config twice in a pom.xml and only have child poms inherit one of them. Thanks, Larry Suto - To unsubscribe