Re: Obtain a dependency version for output in resource filtering

2013-09-30 Thread Jörg Schaible
Hi Mark, Mark Eggers wrote: Folks, I have a requirement to do the following: 1. grab the version of a particular artifact 2. place that via into a file visible in the final build I was thinking of using the resources plugin to do this. However, I can't seem to find the property to

Obtain a dependency version for output in resource filtering

2013-09-29 Thread Mark Eggers
Folks, I have a requirement to do the following: 1. grab the version of a particular artifact 2. place that via into a file visible in the final build I was thinking of using the resources plugin to do this. However, I can't seem to find the property to reference that points to a version of

Re: Obtain a dependency version for output in resource filtering

2013-09-29 Thread Richard Sand
Hi Mark- I posted the same exact question a few weeks ago and was told I was being unmaven... :-) I wrote a plugin to do exactly what you're asking- ill put it on sourceforge this week. Sent from my iPad On Sep 29, 2013, at 2:24 PM, Mark Eggers its_toas...@yahoo.com wrote: Folks, I have a

Re: Obtain a dependency version for output in resource filtering

2013-09-29 Thread Mark Eggers
On 9/29/2013 2:26 PM, Richard Sand wrote: Hi Mark- I posted the same exact question a few weeks ago and was told I was being unmaven... :-) I wrote a plugin to do exactly what you're asking- ill put it on sourceforge this week. Sent from my iPad On Sep 29, 2013, at 2:24 PM, Mark Eggers

Re: Obtain a dependency version for output in resource filtering

2013-09-29 Thread Russell Gold
Hi Mark, Can you explain this requirement a bit more? Where is the version number coming from, and why? Are you trying to create the file that lists the versions? My initial reaction is that it sounds like a normal thing to want to do; maybe I'm missing something. Regards, Russ On Sep 29,

RE: Obtain a dependency version for output in resource filtering

2013-09-29 Thread Richard Sand
Hi Mark - I've added my artifact properties plugin to sourceforge and the sonatype snapshot repository. Project URL: https://sourceforge.net/projects/artifactpropertyplugin/ SVN code: https://svn.code.sf.net/p/artifactpropertyplugin/code/trunk Snapshot: