Hi all, I just downloaded the source and worked through the Getting Started. My build fails with
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.4:process (default) on project source-assembly: Error finding remote resources manifests: /opt/stanbol/releasing/source-assembly/target/maven-shared-archive-resources/META-INF/NOTICE (No such file or directory) I tried downgrading to Maven 2.2.1 (since it is specified in the Getting Starting tutorial) but that was a waste of time since /opt/stanbol/parent/pom.xml requires 3.0.3. So, Tutorial (and README.md) are somewhat out of date on that one. Other than that I didn't know where to start. Can you help me? Cheers, Stefan Setup: OS X 10.7.5 Maven 3.0.5 Java 1.6.0_51 Revision 1513131 Yes, I did the export MAVEN_OPTS="-Xmx1024M -XX:MaxPermSize=256M"