Re: mvn clean install post-site?

2008-08-06 Thread Tobias Gierke
] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 9:10 PM To: Maven Users List Subject: Re: mvn clean install post-site? I have a similar problem with the release plugin. That is, it is OK with normal compile but fails during deploy part of release plugin. I have narrowed it down (using

RE: mvn clean install post-site?

2008-08-06 Thread Vaughn_Butt
, August 05, 2008 9:10 PM To: Maven Users List Subject: Re: mvn clean install post-site? I have a similar problem with the release plugin. That is, it is OK with normal compile but fails during deploy part of release plugin. I have narrowed it down (using -X) to a jar from a local (ie part of a

RE: mvn clean install post-site?

2008-08-06 Thread Tawfik, Sameh E
Thanks for the information, but what did you do to fix it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 9:10 PM To: Maven Users List Subject: Re: mvn clean install post-site? I have a similar problem with the release plugin. That

Re: mvn clean install post-site?

2008-08-05 Thread Vaughn_Butt
I have a similar problem with the release plugin. That is, it is OK with normal compile but fails during deploy part of release plugin. I have narrowed it down (using -X) to a jar from a local (ie part of a local parent pom) dependency from a missing from the classpath during the compiler:testCo