Re: Maven won't die!

2014-01-16 Thread George Wilson
Sounds interesting. I signed up for the webinar and look forward to hearing more. On Thu, Jan 16, 2014 at 10:53 AM, Jason van Zyl wrote: > Sorry I'm responding out of the original thread, but realized I had the > wrong account subscribed to the user list. So I'll respond to the few > questions

Re: Maven just won't die! -- WTF is Takari?

2014-01-16 Thread George Wilson
"- Shell: long-lived CLI process for Maven" A Maven shell? Interesting idea, how does that work? It seems like the idea behind maven is set it and forget it. On Wed, Jan 15, 2014 at 5:08 PM, Dan Tran wrote: > is it a new baby from Sonatype? > > -D > > > On Wed, Jan 15, 2014 at 10:26 AM, Jason

Re: Strange issue with generated jars

2013-11-13 Thread George Wilson
hines/jdk1.7.0_45.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.9", arch: "x86_64", family: "mac" > > $ jar tf code/target/code-0.1.0.jar |wc > 11 11 270 > > $ j

Re: Strange issue with generated jars

2013-11-13 Thread George Wilson
lated VM? On a personal > machine while at work? Not being able to try out code from the Internet > seems like a crippling restriction to me. > > -Curtis > On Nov 13, 2013 1:34 PM, "George Wilson" wrote: > >> Unfortunately, my company's security policies do not

Re: Strange issue with generated jars

2013-11-13 Thread George Wilson
Unfortunately, my company's security policies do not allow for the downloading and building of external projects without approval from IT and security so I cannot really test your code (not without going to a committee, etc...). Any chance you can post the errors you are getting? Is this a JVM heap

Re: maven-failsafe-plugin: what is it actually intended for?

2013-11-13 Thread George Wilson
James, see my response. It sounds to me like you may need to use Failsafe- particularly if you need to deploy your artifact to your application server and access system resources. If you are doing simple HTTP requests and want to set it up as a unit test- my advise if capture a response and save it

Re: maven-failsafe-plugin: what is it actually intended for?

2013-11-13 Thread George Wilson
FWIW, I tend to think less about the particular definitions and semantics of testing types and think more about the needs associated with tests. For tests which depend on deployed resources, etc... I use failsafe. For tests which can be handled locally whether resources are mocked or called externa

Re: How can I force a Maven task to depend on other Maven tasks?

2013-10-31 Thread George Wilson
Are you generating any reports using the spotfire plugin and/or perhaps generating code coverage reports? Those have helped me identify whats going on in the past. What you describe sounds like a dependency issue within your modules. As others have mentioned, seeing a POM or some output would help.

Re: Adding to Books on Maven?

2013-10-28 Thread George Wilson
That's not a pinguicula on the cover is it? On Fri, Oct 25, 2013 at 8:29 AM, Russell Gold wrote: > How does one get added to the list of available Maven publications on the > site (http://maven.apache.org/articles.html)? > - > Author, Getting Started with Apache Maven < > http:/