Re: Maven - offer anything for runtime?

2012-04-28 Thread Matt Narrell
You can also use the maven-enforcer-plugin to identify dependencies that attempt to bring in older versions of transitive dependencies. On Apr 28, 2012, at 10:55 AM, Ron Wheeler rwhee...@artifact-software.com wrote: It is not that hard. You just paste the same exclusion into each POM that

Re: Howto access project version programmatically within application

2012-01-11 Thread Matt Narrell
Agreed. I filter-copy a properties file with the following: project.name=${project.name} project.version=${project.version} build.date=${build.date} ... Then I can load this file and have at it. matt On Jan 11, 2012, at 7:48 AM, Mark H. Wood wrote: On Wed, Jan 11, 2012 at 09:07:29AM -0600,

Re: having problems with java -cp taget command

2011-12-18 Thread Matt Narrell
Is this class in your jar? On Dec 18, 2011, at 1:02 PM, Apache Omega jason007tho...@yahoo.com wrote: with 'o' From: Robert Scholte [via Maven] ml-node+s40175n5084433...@n5.nabble.com To: Apache Omega jason007tho...@yahoo.com Sent: Sunday, December 18,

Re: having problems with java -cp taget command

2011-12-18 Thread Matt Narrell
org.jason.ShadowInnovations.AppTest Error: Could not find or load main class org.jason.ShadowInnovations.AppTest C:\Program Files\apache-maven-3.0.3\my-app\stupid\TestAppTest From: Matt Narrell [via Maven] ml-node+s40175n5084553...@n5.nabble.com To: Apache Omega