We are pleased to announce the Maven Simian Plugin 1.2 release! http://maven.apache.org/maven-1.x/plugins/simian/ Simian Plugin for Maven =============================================================================== Changes in this version include: Fixed bugs: o Fix class name having 'xref.' or 'xref-test.' on the beginning o Fix Couldn't find relative path ...message on windows under multiproject build. Paths with ..in them were absolute, but it meant that the 'startsWith' logic was flawed. Changed to using the canonical path. o Add sourceModification include/excludes o Handle file paths with embedded spaces Changes: o update to commons-jelly-20030902.160215 o Upgrade to commons-logging 1.0.3 =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-simian-plugin -Dversion=1.2 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-simian-plugin-1.2.jar Have fun! -The Maven Simian Plugin development team