properties that are not being resolved

2014-03-23 Thread Henrik Østerlund Gram
I stumbled over some rather strange behaviour regarding properties. It seems properties generated by one plugin are not always resolved for other plugins and I can't figure out why. I use a plugin to make info about the git branch available in the properties so it can be passed to other plugins.

Re: properties that are not being resolved

2014-03-24 Thread Henrik Østerlund Gram
plugin? May not be your issue, but may be the plugin > you're using doesn't create properties in the right way (no offense, just > trying to guess)? > My 2 cents > Le 23 mars 2014 22:37, "Henrik Østerlund Gram" a > écrit : > > > I stumbled over some rat

Re: properties that are not being resolved

2014-03-24 Thread Henrik Østerlund Gram
ra" > property substition step as you describe in your code. > > /Anders > > > On Mon, Mar 24, 2014 at 9:04 AM, Henrik Østerlund Gram < > henrik.g...@gmail.com> wrote: > > > The one at > > http://mojo.codehaus.org/buildnumber-maven-plugin/create-mo

Re: properties that are not being resolved

2014-03-24 Thread Henrik Østerlund Gram
Overflow: > > http://stackoverflow.com/questions/14725197/reading-properties-file-from-pom-file-in-maven/14727072#14727072 > > > On 23 March 2014 21:36, Henrik Østerlund Gram > wrote: > > > I stumbled over some rather strange behaviour regarding properties. It > &

dependencies in parent pom's

2006-03-31 Thread Henrik Østerlund Gram
Hello, I'm using maven2 ant tasks and trying to figure out why it does not fetch the dependencies I think it should fetch... in this example I'm trying to fetch spring 1.2.6 with it. Here's what I have in my build.xml: http://www.ibiblio.org/maven2"/> It fetches spring-1.2.6.jar and com