add a <version> tag after the <artifactId> with the version of the maven compiler plugin that you want to use.
On 4 April 2011 14:52, laredotornado-3 <[email protected]> wrote: > Hi, > > I'm using Maven 2.2. When I run my integration-test command, I'm getting > this mysterious warning ... > > davea-mbp2:socialmediaproxy davea$ mvn integration-test > [INFO] Scanning for projects... > [WARNING] > [WARNING] Some problems were encountered while building the effective model > for socialmediaproxy:socialmediaproxy:war:0.1 > [WARNING] 'build.plugins.plugin.version' for > org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 128, > column 15 > [WARNING] > [WARNING] It is highly recommended to fix these problems because they > threaten the stability of your build. > > Does anyone know what this means and how to resolve it? (I'm hoping it will > cure errors later on). Here is the relevant section from my pom.xml file > ... > > > maven-compiler-plugin > > 1.5 > 1.5 > > > > > - Dave > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Anyone-know-how-to-resolve-this-curious-warning-tp4281790p4281790.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
