access to license node

2015-02-19 Thread Philipp Kraus
Hello, I’m using Maven 3.2 with the pom definition project xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=http://maven.apache.org/POM/4.0.0; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd; modelVersion4.0.0/modelVersion

Re: access to license node

2015-02-19 Thread Andreas Sewe
Hi, Have a look at http://jira.codehaus.org/browse/PLXUTILS-37. While it is marked as fixed, apparently things like ${project.licenses.0.license.name} did not (and still do not; I just checked) work. :-( The following works for me: ${project.licenses[0].name} Yes, I spoke too soon.

Re: access to license node

2015-02-19 Thread Andreas Sewe
Hello, I’m using Maven 3.2 with the pom definition project xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=http://maven.apache.org/POM/4.0.0; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;

Re: access to license node

2015-02-19 Thread Curtis Rueden
Hi Andreas and Philipp, Have a look at http://jira.codehaus.org/browse/PLXUTILS-37. While it is marked as fixed, apparently things like ${project.licenses.0.license.name} did not (and still do not; I just checked) work. :-( The following works for me: ${project.licenses[0].name}

Re: access to license node

2015-02-19 Thread Baptiste Mathus
Le 19 févr. 2015 16:16, Andreas Sewe s...@st.informatik.tu-darmstadt.de a écrit : Hello, I’m using Maven 3.2 with the pom definition project xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns= http://maven.apache.org/POM/4.0.0;

Re: access to license node

2015-02-19 Thread Curtis Rueden
Hi Baptiste, Sorry cannot check just now, but off the top of my head, shouldn't it be more something along: ${project.licenses[0].license.name} I checked. It is: ${project.licenses[0].name} Regards, Curtis On Thu, Feb 19, 2015 at 11:00 AM, Baptiste Mathus bapti...@codehaus.org wrote:

Jitpack?

2015-02-19 Thread Laird Nelson
Has anyone else seen this? https://jitpack.io/ Or am I just living under a rock as usual? Anyway, I thought it was kind of interesting. Best, Laird -- http://about.me/lairdnelson

Re: Jitpack?

2015-02-19 Thread Olivier Lamy
On 20 February 2015 at 13:19, Laird Nelson ljnel...@gmail.com wrote: Has anyone else seen this? https://jitpack.io/ Or am I just living under a rock as usual? Anyway, I thought it was kind of interesting. Yup interesting Best, Laird -- http://about.me/lairdnelson -- Olivier

RE: Jitpack?

2015-02-19 Thread Martin Gainty
i guess this would be some manner of build manager? if the build goes awry how does one grab the latest pom, apply fix and rebuild? Thanks Laird, Martin Date: Thu, 19 Feb 2015 18:19:30 -0800 Subject: Jitpack? From: ljnel...@gmail.com To: users@maven.apache.org Has anyone else seen this?