|
From: Ben Caradoc-D. <Ben...@cs...> - 2012-05-30 04:26:24
|
Nice one, Jody. I was looking at this too, and wondering about Maven 2 support. I am still using Maven 2 on one buildbot. Super-easy to upgrade to 3. I would be more than happy to get rid of Maven 2 support if it meant a better Maven 3 result. But then I am a conformance-over-performance advocate, and others might prefer Maven 2 which I think is still a bit faster for sequential builds. Kind regards, Ben. On 30/05/12 11:06, Jody Garnett wrote: > On Tuesday, 29 May 2012 at 8:27 PM, Mark Prins wrote: > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > Thanks that did the trick; adding to the root pom. > > The next set of warnings we have is more tricky: > > [WARNING] Some problems were encountered while building the effective model for org.geotools.maven:jar-collector:maven-plugin:8-SNAPSHOT > [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ org.geotools:geotools:8-SNAPSHOT, /Volumes/Fiore/jody/java/geotools/trunk/pom.xml, line 1159, column 15 > [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.geotools:geotools:8-SNAPSHOT, /Volumes/Fiore/jody/java/geotools/trunk/pom.xml, line 1136, column 15 > [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ org.geotools:geotools:8-SNAPSHOT, /Volumes/Fiore/jody/java/geotools/trunk/pom.xml, line 1190, column 15 > [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.geotools:geotools:8-SNAPSHOT, /Volumes/Fiore/jody/java/geotools/trunk/pom.xml, line 1246, column 15 > [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ org.geotools:geotools:8-SNAPSHOT, /Volumes/Fiore/jody/java/geotools/trunk/pom.xml, line 1224, column 15 > [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-project-info-reports-plugin is missing. @ org.geotools:geotools:8-SNAPSHOT, /Volumes/Fiore/jody/java/geotools/trunk/pom.xml, line 1324, column 15 > [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-jxr-plugin is missing. @ org.geotools:geotools:8-SNAPSHOT, /Volumes/Fiore/jody/java/geotools/trunk/pom.xml, line 1349, column 15 > [WARNING] > It amounts to a request that we nail the version numbers to the wall[1] using; although it looks like we can do that once in our root pom. > > The downside of this would be the project committing to the use of Maven 3. > > Currently I am working with Maven 3.0.3. Anyone still using Maven 2? > > Jody > [1] http://maven.apache.org/guides/mini/guide-configuring-plugins.html -- Ben Caradoc-Davies <Ben...@cs...> Software Engineer CSIRO Earth Science and Resource Engineering Australian Resources Research Centre |