Re: Accessing child of using property syntax?

2016-07-08 Thread Sebastian Hoß
${project.licenses[0].url} should do the trick On Thu, Jul 7, 2016 at 5:15 PM Andreas Sewe < s...@st.informatik.tu-darmstadt.de> wrote: > Hi, > > I vaguely recall having read the answer to this one years ago, but > googling and searching through the Apache JIRA didn't turn it up again. :-( > >

[ANN] doxia-module-textile 1.1.0

2013-08-30 Thread Sebastian Hoß
Hi, I'd like to announce the release of the Textile module for Doxia in version 1.1.0. The plugin allows users to write content in the Textile markup language. https://github.com/sebhoss/doxia-module-textile To use this module, just reference is as a plugin-dependency for the

Problem with changes-plugin and announcement-generate

2009-12-01 Thread Sebastian Hoß
Hey there, when trying to run mvn changes:announcement-generate I get the following stack trace: [INFO] Creating announcement file from JIRA releases... [INFO] [ERROR] BUILD ERROR [INFO]

Alternative output directory for javadocs

2009-11-20 Thread Sebastian Hoß
Hey list! I'm trying to change the output directory for the generated javadocs from /apidocs to something like /api. According to the plugin documentation[1] this is easily achieved by specifying an alternative destDir. However when I'm using the alternative directory (name doesn't matter) the

Re: Alternative output directory for javadocs

2009-11-20 Thread Sebastian Hoß
On Fri, 20 Nov 2009 11:48:09 +0100 Sebastian Hoß m...@shoss.de wrote: Hey list! .. So how do you specify alternative output directories for javadocs? Any help on that is appreciated :-) Ah well, I've done it: Using reportSets you can specify the destDir for the javadoc:javadoc goal

Re: Alternative output directory for javadocs

2009-11-20 Thread Sebastian Hoß
On Fri, 20 Nov 2009 12:03:26 +0100 Gajo Csaba csaba.g...@cosylab.com wrote: The example from the website worked fine for me, it placed the javadocs into an alternative directory, though maybe I didn't understand what exactly you're trying to archive. Well I simply wanted to change the

Re: DOAP Plugin issues

2009-09-25 Thread Sebastian Hoß
On Fri, 25 Sep 2009 11:37:40 +1000 Brett Porter br...@apache.org wrote: Would you mind submitting these to JIRA? http://jira.codehaus.org/browse/MDOAP If you can attach patches to correct them they can be applied and released relatively easily. - Brett Hey, I did not find any

DOAP Plugin issues

2009-09-24 Thread Sebastian Hoß
Hey, wanted to try the DOAP plugin[1] but ran into some problems: 1) When you don't specify an developerConnection element inside your POMs scm element you'll get a NullPointerException as follows: [INFO] [doap:generate {execution: site}] [INFO] Generating a pure DOAP file... [INFO]

Re: Just shoot me now and get it over with

2009-06-06 Thread Sebastian Hoß
Steve Cohen wrote: I am working in a sort of bastardized Eclipse-maven world for months now. I have had for months a M2_REPO variable in Eclipse pointing to a local Maven repository. I know this is not the approved Maven way, but it has worked for me for months without difficulty. As i'm