Re: Re: Some questions about Webby

2013-01-15 Thread Thorsten Heit
Hi Miguel, Did you manage to figure out this? I've just asked the exact same thing in m2e's mailing list! No, and I haven't used Webby since then anymore... :-) I just read your mail on m2e, and Benjamin told you a workaround that sounds good, although I have to admit that I didn't try

Re: Re: Escape '*' in property command line

2013-01-15 Thread Thorsten Heit
Hi, I did try single quotes, unfortunately that did not work either. I modified the maven script to print out is quoted args variable, looks like it did some sort of filename expansion with the '*' character. When I perform: echo 0 0 23 * * * I get: 0 0 23 * * *, as one would expect.

Re: Escape '*' in property command line

2013-01-15 Thread Billy Newman
I have with no luck. The problem with escaping is that I have spaces in the arg. With spaces seems like the correct way is to surround the arg in qoutes. -Dcron=0 0 23 * * * Which should work. If I add escape chars within the string those escape chars are passed as part of the property

Re: Site plugin to document properties in the pom?

2013-01-15 Thread Mark H. Wood
On Mon, Jan 14, 2013 at 10:26:56PM +0200, Graham Leggett wrote: On 14 Jan 2013, at 10:02 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: I once was successful with referencing injected properties in velocity by using the get method. Maybe something like:

Allowing use of a wagon provider globally?

2013-01-15 Thread org.apache.maven.user
Hello. We have a set of scripts that we use to deploy artifacts to Central and a number of other sites. Essentially, a project is built using Maven. The scripts then copy the artifacts out of the 'target' directories and then sign and deploy them to Central and other sites (using

maven-nar-plugin (version?)

2013-01-15 Thread Tim Astle
I'm trying out the maven-nar-plugin and I found a version on maven central that has the following signature: org.codeswarm:maven-nar-plugin:20121119 I didn't see 20121119 as a tag in the versions listed here: https://issues.sonatype.org/browse/NAR The source seems pretty much the same as

Re: maven-nar-plugin (version?)

2013-01-15 Thread Benson Margulies
Nar is not a product of the Maven PMC, and so will never be an official org.apache.maven.plugin anything. On Tue, Jan 15, 2013 at 9:14 PM, Tim Astle tas...@nbnet.nb.ca wrote: I'm trying out the maven-nar-plugin and I found a version on maven central that has the following signature:

Re: Site plugin to document properties in the pom?

2013-01-15 Thread Hervé BOUTEMY
I wrote some documentation about properties available during Velocity processing in Doxia [1] project (type MavenProject) should be available, which has getProperties() method: this should be what you are looking for this documentation can probably be enhanced: any feedback appreciated