Assembly plugin

2011-07-12 Thread Timothy Mcginnis
I have several questions about the assembly plugin and filtering with the assembly plugin. 1) I would like to use the baseDirectory value in the assembly.xml file in one of the filtered files but I can't seem to get it to work. I have tried several variations. I did put a ${project.version}

Re: Assembly plugin

2011-07-12 Thread Guillaume Polet
1) Use ${basedir} 2) Use the outputDirectory tag (see http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html) Cheers Guillaume Le 12/07/2011 17:54, Timothy Mcginnis a écrit : I have several questions about the assembly plugin and filtering with the assembly plugin. 1) I would

Maven ant run: Reference maven.plugin.classpath not found.

2011-07-12 Thread Guillaume Polet
Hi List, I know that this question has been asked several times, but after googling a bit, I could not find any solution to my error. I am using maven ant-run plugin to execute a ant file. Here is what my build section looks like: plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: Assembly plugin

2011-07-12 Thread Timothy Mcginnis
Neither worked. ${basedir} puts the directory where my pom is located, not the baseDirectory in the zip file. The outputDirectory tag did nothing. The zip file still only contained myScript.bat Tim McGinnis 717 720-1962 Web Development AES/PHEAA From: Guillaume Polet

Re: uploading existing jar+pom as one artifact

2011-07-12 Thread Olaf Klischat
On 07/12/2011 04:02 AM, Wendy Smoak wrote: On Mon, Jul 11, 2011 at 8:15 PM, Olaf Klischatolaf.klisc...@sofd.de wrote: mvn deploy:deploy-file -Dfile=mylib.jar DpomFile=mypom.pom -DgeneratePom=false -Durl=repourl , it apparently just uploads the jar under the namegroupid-artifactid from

CA certificate issue while deploying via DAV

2011-07-12 Thread Daniele Dellafiore
Hi. maven 3.0.3, ubuntu linux 11.04 with both OpenJDK and Oracle JDK 6 Launching a mvn deploly on a dav:https repository gives me this: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project pipelean.sdk: Failed to retrieve remote

Re: CA certificate issue while deploying via DAV

2011-07-12 Thread Manos Batsis
For me it was the same as http://www.jroller.com/agileanswers/entry/resolving_a_ca_key_usage On 07/12/2011 11:05 PM, Daniele Dellafiore wrote: Hi. maven 3.0.3, ubuntu linux 11.04 with both OpenJDK and Oracle JDK 6 Launching a mvn deploly on a dav:https repository gives me this: [ERROR]

Re: CA certificate issue while deploying via DAV

2011-07-12 Thread Wayne Fay
sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: CA key usage check failed: keyCertSign bit is not set I found some blog posts talking about this problem by checking Google. This seems to be an SSL problem related to certs

Re: CA certificate issue while deploying via DAV

2011-07-12 Thread Daniele Dellafiore
I've read this but I do not understand what to do.. does that fix the problem for you? On Tue, Jul 12, 2011 at 10:18 PM, Manos Batsis manos_li...@geekologue.comwrote: For me it was the same as

Re: CA certificate issue while deploying via DAV

2011-07-12 Thread Wayne Fay
I've read this but I do not understand what to do.. does that fix the problem for you? You probably need a Linux expert to help get this working properly. As I already stated, talk to the Cloudbees guys -- you are paying them this service which includes support etc, right? Wayne