RE: nonProxyHosts not working

2014-09-09 Thread John.E.Gregg
https://issues.apache.org/jira/browse/MTOMCAT-278 I didn't realize I could create a jira myself. It's not a blocker for me personally. I'm not using this version in production yet. I just use it for side projects. Thanks -Original Message- From: Martin Gainty [mailto:mgai...@hotmai

RE: nonProxyHosts not working

2014-09-09 Thread John.E.Gregg
Yes it was. I submitted a patch to the Tomcat Dev list last night. Thanks -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: Monday, September 08, 2014 10:22 PM To: Maven Users List Subject: Re: nonProxyHosts not working sounds more a tomcat maven plugin rather than

nonProxyHosts not working

2014-09-08 Thread John.E.Gregg
All, I've tried Maven 3.1.1 and 3.2.3 but can't get nonProxyHosts in settings.xml to work in some cases. I'm trying to deploy a war to Tomcat using the Tomcat Maven plugin version 2.3. It works fine if I set active=false in the proxy config. I think this works: true http

1.0.2 --> 1.1 classpath problem

2007-12-17 Thread John.E.Gregg
Hi all, I'm trying to move from 1.0 to 1.1 but am having a classpath problem with my junit tests. In particular, I have a test that extends Spring's AbstractTransactionalDataSourceSpringContextTests. Hibernate is involved there also. In 1.0.2 LocalSessionFactoryBean's (spring-hibernate) mapping

Including source and javadocs in Idea and Eclipse module files

2005-09-30 Thread John.E.Gregg
Hi all, I've tried the Maven Idea plugin and really like the idea (no pun) of it, but I'd like a way to specify the location of source and javadocs for dependencies. I have a possible solution. I first added a maven.src.root value to my build.properties file. It points to c:\java, which is wh