access to license node

2015-02-19 Thread Philipp Kraus
Hello, I’m using Maven 3.2 with the pom definition 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";> 4.0.0 I have added this items to my pom

Re: access to license node

2015-02-19 Thread Andreas Sewe
Hello, > I’m using Maven 3.2 with the pom definition > > 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";> > 4.0.0 > > > I have added th

Re: access to license node

2015-02-19 Thread Curtis Rueden
Hi Andreas and Philipp, > Have a look at . 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} A

Re: access to license node

2015-02-19 Thread Baptiste Mathus
Le 19 févr. 2015 16:16, "Andreas Sewe" a écrit : > > Hello, > > > I’m using Maven 3.2 with the pom definition > > > > 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/x

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 wrote: > Le 19 févr. 2015 16:

Re: access to license node

2015-02-19 Thread Andreas Sewe
Hi, >> Have a look at . 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 sp

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 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 Lamy ht

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