I checked out magnolia and I am trying to build it with Maven. However, I am encountering some problems during the build. Here are my exacts steps that I've followed:
- checked out http://svn.magnolia-cms.com/svn/community/magnolia/trunk http://svn.magnolia-cms.com/svn/community/magnolia/trunk - import into Eclipse with the m2eclipse plugin ( File > Import > Maven > Existing Maven Project ) - cd into the root magnolia folder and did "mvn clean install" This is the error that it shows: http://pastebin.com/HZ1vDqpK Here is my http://pastebin.com/XYvKT0S0 magnolia-project pom file The main error message is: [ERROR] Plugin info.magnolia:maven-setproperty-plugin:1.1.1 or one of its dependencies could not be resolved: Failure to find info.magnolia:maven-setproperty-plugin:jar:1.1.1 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] So I searched for and found the maven-setproperty-plugin bin jar http://repo.magnolia-cms.com/m2/info/magnolia/maven-setproperty-plugin/1.1/ here . However, how do I install this and get maven to build the project properly? Thanks, Apache Maven 3.0.1 Java version: 1.6.0_13 Java home: C:\jdk1.6.0_13\jre -- View this message in context: http://old.nabble.com/Building-Magnolia---Maven-Issues---setproperty-plugin-tp30456945p30456945.html Sent from the Magnolia - User mailing list archive at Nabble.com. ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
