http://mail-archives.apache.org/mod_mbox/maven-dev/200602.mbox/[EMAIL PROTECTED]
Cheers Prasad On 2/14/06, Wanken, James <[EMAIL PROTECTED]> wrote: > > Hello, > > I am relatively new to maven and have not been able to get the > site:stage goal to work > > I have included the output of all commands below. I first tried > mvn site:stage, but > but maven could not find the "site:stage" goal. Then I tried to force > maven to get any > updates > mvn -U site:stage > still no luck. Just to show that most other items are working I have > included > mvn site > > Any help would be appreciated! > James > > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > C:\Documents and Settings\ja16654>cd my-app > > C:\Documents and Settings\ja16654\my-app>mvn site:stage > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'site'. > [INFO] > ------------------------------------------------------------------------ > - > --- > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] Required goal not found: site:stage > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] Total time: < 1 second > [INFO] Finished at: Tue Feb 14 09:42:50 EST 2006 > [INFO] Final Memory: 1M/3M > [INFO] > ------------------------------------------------------------------------ > - > --- > > C:\Documents and Settings\ja16654\my-app>mvn -U site:stage > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'site'. > [INFO] org.apache.maven.plugins: checking for updates from central > [INFO] org.codehaus.mojo: checking for updates from central > [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for > updates > from central > [INFO] > ------------------------------------------------------------------------ > - > --- > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] Required goal not found: site:stage > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] Total time: 5 seconds > [INFO] Finished at: Tue Feb 14 09:43:04 EST 2006 > [INFO] Final Memory: 1M/3M > [INFO] > ------------------------------------------------------------------------ > - > --- > > C:\Documents and Settings\ja16654\my-app>mvn site > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] Building Maven Quick Start Archetype > [INFO] task-segment: [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.pr > operties > [INFO] Default ResourceManager initializing. (class > org.apache.velocity.runtime. > resource.ResourceManagerImpl) > [INFO] Resource Loader Instantiated: > org.codehaus.plexus.velocity.ContextClassLo > aderResourceLoader > [INFO] ClasspathResourceLoader : initialization starting. > [INFO] ClasspathResourceLoader : initialization complete. > [INFO] ResourceCache : initialized. (class > org.apache.velocity.runtime.resource. > ResourceCacheImpl) > [INFO] Default ResourceManager initialization complete. > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Literal > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Macro > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Parse > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Include > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Foreach > [INFO] Created: 20 parsers. > [INFO] Velocimacro : initialization starting. > [INFO] Velocimacro : adding VMs from VM library template : > VM_global_library.vm > [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' > in any > resource loader. > [INFO] Velocimacro : error using VM library template > VM_global_library.vm : org > .apache.velocity.exception.ResourceNotFoundException: Unable to find > resource 'V > M_global_library.vm' > [INFO] Velocimacro : VM library template macro registration complete. > [INFO] Velocimacro : allowInline = true : VMs can be defined inline in > templates > > [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline > may NOT > replace previous VM definitions > [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will > be glob > al in scope if allowed. > [INFO] Velocimacro : initialization complete. > [INFO] Velocity successfully started. > [INFO] [site:site] > [INFO] Generate "Continuous Integration" report. > [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 > got 0 > [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0 > [INFO] Generate "Dependencies" report. > [INFO] Generate "Issue Tracking" report. > [INFO] Generate "Project License" report. > [INFO] Generate "Mailing Lists" report. > [INFO] Generate "Source Repository" report. > [INFO] Generate "Project Team" report. > [INFO] Generate an index file for the English version. > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > - > --- > [INFO] Total time: 4 seconds > [INFO] Finished at: Tue Feb 14 09:43:16 EST 2006 > [INFO] Final Memory: 6M/12M > [INFO] > ------------------------------------------------------------------------ > - > --- > > C:\Documents and Settings\ja16654\my-app> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
