Re: verifying artifact on deployment

2010-02-25 Thread Marc Lustig
For now, the question for us is whether Maven has the concept of artifact-verification by using hash-codes at all. Any input on this matter? 2010/2/25 Brett Porter > > On 26/02/2010, at 1:30 AM, Wendy Smoak wrote: > > > On Thu, Feb 25, 2010 at 8:10 AM, Marc Lustig wrote: >

verifying artifact on deployment

2010-02-25 Thread Marc Lustig
Hi, we had a number of cases when the artifact in our central-repo (Archiva-based) was not consistent with the corresponding hash. It there any way to 1. automatically test the integrity of an uploaded artefact by comparing it's generated hash with the hash of the local repo (from where it's de

Re: site-deploy using DAV with digest-auth

2009-09-29 Thread Marc Lustig
> v: 1.0-beta-6 > > Cheers, > Brett > > On 25/09/2009, at 7:48 PM, Marc Lustig wrote: > >> >> I tried using Mvn 2.2.1 and got the same error from the wagon plugin: >> >> [INFO] [site:deploy {execution: default-deploy}] >> WAGON_VERSION: 1.0-beta-2 &g

Re: site-deploy using DAV with digest-auth

2009-09-25 Thread Marc Lustig
: > > This is probably related to the authentication re-submissions that > John worked on. Is it any better in Maven 2.2.1? > > - Brett > > On 23/09/2009, at 10:19 PM, Marc Lustig wrote: > >> >> Hi, >> >> we have configured our httpd to use d

site-deploy using DAV with digest-auth

2009-09-23 Thread Marc Lustig
Hi, we have configured our httpd to use digest-authentication for dav write-operations. In the pom, we have configured the site distribution maven-site dav:http://server/test In settings, we have configured the credentials as a server-tag maven-site username pw

Re: generate PDF site

2008-11-19 Thread Marc Lustig
lease would certainly help... > > > Cheers, > -Lukas > > [1] > http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-pdf-plugin/ > > > Marc Lustig wrote: >> For Maven 1, there was the PDF-plugin to export the site into PDF-format. >&g

maven-site-plugin-doxia-beta-1 fails to build

2008-11-19 Thread Marc Lustig
I am trying to get a PDF-export of the site runing. I built maven-2.0.11-trunk and checked out doxia-beta1 from https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-doxia-beta-1 Unfortunately I cannot build the plugin, even not with maven-2.0.11-trunk: [INFO] [invoker:run {

generate PDF site

2008-11-19 Thread Marc Lustig
For Maven 1, there was the PDF-plugin to export the site into PDF-format. What is the replacement for Maven 2? The Doxia-docs are not very straightforward... -- View this message in context: http://www.nabble.com/generate-PDF-site-tp20575798p20575798.html Sent from the Maven - Users mailing list

xdoc/APT: how to add HTML

2007-04-24 Thread Marc Lustig
Hi, with the Maven1 xml-based xdoc it was easy to add HTML-code, with the new velocity-based engine it's not working the same way. Anybody knowing how to add HTML in the APT-format? The documentation of the site-plugin does not mention this. Marc

default locale (xdoc)

2007-04-24 Thread Marc Lustig
I have another question with respect to xdoc generation. Is there any way to define the default locale? Or does Maven just read this info from JVM system properties? regards Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

how to run ant-target calling a custom task

2005-02-24 Thread Marc Lustig
2005 20:37 schrieb Anne-Simone: > I am successfully using a custom ant task in my build, but I don't use > an ant build.xml. I have directly in my > maven goal. I can then use just as I would in an ant > build.xml. > > > On Wed, 23 Feb 2005 16:57:42 +0100, Marc Lu

how to run ant-task calling a custom task

2005-02-23 Thread Marc Lustig
Hi, I'm having some trouble running an ant-task which launches a custom-ant-task (class). In my maven.xml I have specified the ant-call: I'm getting error message stating that the custom ant-task could not be found. This class is in a jar that is placed in both ant/lib and maven/lib! running

Eclipse auto completion

2005-02-21 Thread Marc Lustig
Hi, anybody knowing if there is any Eclipse-plugin available to browse jelly vars while editing maven.xml? (I couldn't manage to do this with Mevenide yet.) Regards Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

howto install Mevenide on Eclipse M8 ?

2004-04-16 Thread Marc Lustig
Hi, if somebody is out there who has successfully running Mevenede on Eclipse 3.0 M8 I'd appreciate to know how you managed to get it working. I checked Mevede out from cvs.sf.net and followed the instructions from http://mevenide.sourceforge.net/building.html. Unfortunately target mevenide:buil

how to specify maven.repo.remote on a remote drive (win)

2004-04-05 Thread Marc Lustig
Hi, I am trying to build a maven-project that was created on Linux on a win-box. Specifically I'm running into trouble with this entry maven.repo.remote=file:/s/repository/maven/ On my win machine s is the remote drive. I tried to access it using various notations like maven.repo.remote=file:s:/r

where to find reference for build.properties ?

2004-04-05 Thread Marc Lustig
Hi, I browsed the Maven Homepage but couldn't find a doc with complete reference for build.properties. Where can I find it? Regards Marc