Thanks Russell, That has the right data just not in the right format. I need it to look just like a normal classpath with the platform appropriate separators. In my case that would be a : for I am on a linux box. Instead that property gives me a comma delimited list that seems to also start with a [. Is there some way to transform that property into what I need or is there another property out there that will give me what I want?
Thanks, Blair From: Russell Gold [mailto:[email protected]] Sent: Monday, October 14, 2013 5:06 PM To: [email protected] Subject: Re: [mojo-user] Is there a way to grab the classpath Try the property, "project.compileClasspathElements" On Oct 14, 2013, at 7:34 PM, "Jennings, Blair" <[email protected]<mailto:[email protected]>> wrote: Hello, I am trying to use the exec plugin to run a vry large distributed application, but in order to start the system I need to be able to read the maven built classpath and pass that into my app as a parameter. Is there a way to read the current classpath into a variable or reference it in any way? I have tried multiple different properties found via Google, but none of them have the data I need. Thanks, Blair ----------------- Author, Getting Started with Apache Maven <http://www.packtpub.com/getting-started-with-apache-maven/video> Come read my webnovel, Take a Lemon <http://www.takealemon.com>, and listen to the Misfile radio play <http://www.fuzzyfacetheater.com/misfile/>!
