RE: [Q] Skinny Wars and Taglibs

2012-08-31 Thread Hoying, Ken
). Vincent 2012/8/30 Hoying, Ken ken_hoy...@premierinc.com I am betting someone already has a clever solution to the following problem. I am trying to create a deployment ear which contains a war. I did not want to bloat the ear by repeating the jar files in both the EAR and WAR libs. So

RE: [Q] v3.0.3 exec-maven-plugin hanging

2012-08-30 Thread Hoying, Ken
? If might be helpful when combined with a little digging in the Maven source code. Regards, -Curtis On Wed, Aug 29, 2012 at 12:59 PM, Hoying, Ken ken_hoy...@premierinc.comwrote: I am hoping someone can assist me with a very strange problem that I am having trouble with. I have project

[Q] Skinny Wars and Taglibs

2012-08-30 Thread Hoying, Ken
I am betting someone already has a clever solution to the following problem. I am trying to create a deployment ear which contains a war. I did not want to bloat the ear by repeating the jar files in both the EAR and WAR libs. So I used the skinnyWars setting for the maven-ear-plugin (v2.7).

[Q] v3.0.3 exec-maven-plugin hanging

2012-08-29 Thread Hoying, Ken
I am hoping someone can assist me with a very strange problem that I am having trouble with. I have project with various modules that is structure, as follows: |--- project |--- pom.xml |--- ear |--- pom.xml |---

RE: How to get around a Maven Bug?

2008-06-20 Thread Hoying, Ken
, Hoying, Ken [EMAIL PROTECTED] wrote: I am getting the error below when attempting to add the Apache commons-validator version 1.3.1 to my project. It looks like this might be a known issue in Maven based on this bug report: http://jira.codehaus.org/browse/MNG-2123?page=com.atlassian.jira.plugin

How to get around a Maven Bug?

2008-06-19 Thread Hoying, Ken
I am getting the error below when attempting to add the Apache commons-validator version 1.3.1 to my project. It looks like this might be a known issue in Maven based on this bug report: http://jira.codehaus.org/browse/MNG-2123?page=com.atlassian.jira.plugin.

Maven ... Eclipse ... Antrun Plugin

2008-02-07 Thread Hoying, Ken
I have a antrun plugin set up in my POM file which does not specify a goal as I want to run it on demand only. When executing from the command line everything works as expected. However, if I attempt to run any goals on the POM from within Eclipse using an External Builder to initiate the