I think it depends on whether the warning may lead to failed builds in a different environment or not. But I didn't get around trying to install it in a fresh VM yet.
On 20 August 2012 18:37, Reto Bachmann-Gmür <r...@apache.org> wrote: > Thanks for reviewing the RC. I fully agree with should add the > versions to the parent. do you think this is a blocker for the release > and that I should cut a new one? > > Cheers, > Reto > > On Mon, Aug 20, 2012 at 5:44 PM, Daniel Spicar > <daniel.spi...@trialox.org> wrote: > > Hi reto, > > > > I played around with the new shell. The autocompletion is really cool. > > > > The issue I had: > > > > When building the source release ( > > > https://repository.apache.org/content/repositories/orgapacheclerezza-136/org/apache/clerezza/reactor/0.3-incubating/reactor-0.3-incubating-source-release.zip > ) > > with maven 3 I get the following warnings: > > > > [INFO] Scanning for projects... > > [WARNING] > > [WARNING] Some problems were encountered while building the effective > model > > for org.apache.clerezza:shell:bundle:0.3-incubating > > [WARNING] 'build.plugins.plugin.version' for > > org.apache.maven.plugins:maven-eclipse-plugin is missing. @ line 89, > column > > 12 > > [WARNING] > > [WARNING] Some problems were encountered while building the effective > model > > for org.apache.clerezza:reactor:pom:0.3-incubating > > [WARNING] 'build.plugins.plugin.version' for > > org.apache.felix:maven-bundle-plugin is missing. @ line 455, column 12 > > [WARNING] 'build.plugins.plugin.version' for > > org.apache.felix:maven-scr-plugin is missing. @ line 459, column 12 > > [WARNING] > > [WARNING] It is highly recommended to fix these problems because they > > threaten the stability of your build. > > [WARNING] > > [WARNING] For this reason, future Maven versions might no longer support > > building such malformed projects. > > [WARNING] > > > > The build still succeeded but that might be because of my environment > just > > fulfilling the right conditions anyway... it looks like some plugin > > versions are unspecified. >