Re: Automatically remove version overrides from child POMs

2013-05-04 Thread Mirko Friedenhagen
Hello Robert, you could use the enforcer-plugin to enforce specific versions, then at least you have an easy way to identify those projects. We exclude all versions of spring and then include the latest version again, e.g. Regards Mirko -- Sent from my mobile On May 4, 2013 12:54 AM, Enyedi,

Re: Automatically remove version overrides from child POMs

2013-05-04 Thread Nick Stolwijk
Hello Robert, The analyze dependency management goal of the dependency plugin[1] can fail the build if there are any dependency management overrides. You can run that with a CI server on al of your builds and discuss the results with the teams. [1]

How to read new Folder data

2013-05-04 Thread kashu
What I did is that, I manually added resources folder which had changed FTL file in the project folder structure under the path src/main. Now through eclipse, I right click on and gone to configure build path where I link resources folder and also created environment variable as well.This was

Re: How to read new Folder data

2013-05-04 Thread Robert Scholte
The default folder for resources, which need to be available on the classpath is: src/main/resources and for java-files: src/main/java using the standard directory layout [1] is by far the easiest way to setup your project. if you still want to keep your own structure and adjust the pom,