Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Indigo introduces m2e (Maven 2 Eclipse) 1.0, which seems to cause some problems with plugins that are not "known" by m2e. This hits Magnolia with the setproperty Maven plugin and other Maven plugins as well. If you have m2e 1.0 installed you will likely get the following error upon importing a Maven project (i.e. a Magnolia module) into Eclipse: 

...

Just choose to resolve the issue later and import the project.

Following is a table of plugins which do not currently (april 2012) have a m2e connector

GroupId

ArtifactId

version

goal

execution

phase

org.apache.maven.plugins

maven-javadoc-plugin

2.7

javadoc

default

generate-resources

info.magnolia

maven-setproperty-plugin

1.1.1

set-property

currentDate

generate-resources

org.codehaus.mojo

gwt-maven-plugin

2.3.0-1

resources

default

process-resources

Maven Repository

See Maven setup. Be sure to follow these steps first as else you'll not be able to checkout magnolia properly!

...