On 10/05/2010 02:45 PM, Robert Scholte wrote:
There's a new profile for Maven3, which will trigger the right version of the maven-site-plugin.
This does not seem to be working, at least on mojo-archetypes parent: $ /space/apache-maven-3.0/bin/mvn -N site:site [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Codehaus Mojo Archetypes Parent 5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-site-plugin:2.1.1:site (default-cli) @ mojo-archetypes --- [INFO] Parent project loaded from repository. [INFO] Parent project loaded from repository. [INFO] Parent project loaded from repository. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS $ /space/apache-maven-2.2.1/bin/mvn -N site:site [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'site'. [INFO] ------------------------------------------------------------------------ [INFO] Building Codehaus Mojo Archetypes Parent [INFO] task-segment: [site:site] [INFO] ------------------------------------------------------------------------ [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] ************************************************************** [INFO] Starting Jakarta Velocity v1.4 [INFO] RuntimeInstance initializing. [INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties ....etc.... It seems that r12649 did not make its way into mojo-parent-26.pom - maybe some SVN tagging problem. I think the other later commits were also lost: r12749 and r12621. I guess it is too late to republish 26, so maybe immediately publish 27 with the fixes that were intended for 26? --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
