Re: Upload arbitrary directories to maven repositories

2013-01-21 Thread Barrie Treloar
On 21 January 2013 22:58, burkhard kuehlert wrote: > Hi, > > thanks for your quick responses. > I want to state some topics: > > 1. It could have been documented, that directories cannot be uploaded. This is assumed knowledge of how maven works. Maven Repositories hold single artifacts - a direct

web.xml path issue in maven-war-plugin

2013-01-21 Thread anjibman
Hi All, I am using /jspc-maven-plugin/ with /maven-war-plugin/ to pre-compile the JSPs and adding only JSP class files to the WAR. As per documentation http://mojo.codehaus.org/jspc/jspc-maven-plugin/usage.html I gave new web.xml loca

RE: PowerMock tests work fine in Eclipse, but don't execute in Maven build

2013-01-21 Thread KARR, DAVID
Thanks. I discovered I was using the wrong artifacts. I missed the instructions on another PowerMock doc page. > -Original Message- > From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste > MATHUS > Sent: Sunday, January 20, 2013 10:05 PM > To: Maven Users List > Subj

How to change the Manifest's ClassPath using Maven

2013-01-21 Thread JuanTortosa
Hello, Is posible to change the Manifest's ClassPath after use the Maven-Shade-Plugin? I need to include only the dependecies which have been excluded using the Maven-Shade-Plugin. If you know some solution for modify the Manifest's ClassPath using maven explain me it, please. Thank you very mu