Specify your transport protocol as in: "url - The url of the location where website is deployed, in the form protocol://hostname/path."
cf. http://maven.apache.org/ref/2.0.6/maven-model/maven.html#class_site On 7/23/07, Mac-Systems <[EMAIL PROTECTED]> wrote: > > Sorry it me agaqin :) > > I have another issue: > > On my linux box i have tomcat maven and continuum running > under same user. Also my POM contains a site section : > > > <distributionManagement> > > <site> > <id>someurl.org</id> > <url>${user.home}/tomcat/webapps/mavensite</url> > </site> > .. > > > Maven is unable to upload the Site. What the is going on there ? > > regards, > Jens > > > > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'site'. > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building WPP > [INFO] task-segment: [clean, install, site, site:deploy] > [INFO] > ---------------------------------------------------------------------------- > [INFO] [clean:clean] > [INFO] Deleting directory /home/mavensite/continuum-1.0.3 > /apps/continuum/working-directory/81/target > [INFO] Deleting directory /home/mavensite/continuum-1.0.3 > /apps/continuum/working-directory/81/target/classes > [INFO] Deleting directory /home/mavensite/continuum-1.0.3 > /apps/continuum/working-directory/81/target/test-classes > [INFO] Deleting directory /home/mavensite/continuum-1.0.3 > /apps/continuum/working-directory/81/target/site > [INFO] [site:attach-descriptor] > [INFO] [install:install] > [INFO] Installing > /home/mavensite/continuum-1.0.3/apps/continuum/working-directory/81/pom.xml > to /home/mavensite/.m2/repository/wpp/master/1.0-SNAPSHOT/master- > 1.0-SNAPSHOT.pom > [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 > [INFO] Default ResourceManager initializing. (class > org.apache.velocity.runtime.resource.ResourceManagerImpl) > [INFO] Resource Loader Instantiated: > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader > [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 'VM_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 global in scope if allowed. > [INFO] Velocimacro : initialization complete. > [INFO] Velocity successfully started. > [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] 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 > [INFO] Default ResourceManager initializing. (class > org.apache.velocity.runtime.resource.ResourceManagerImpl) > [INFO] Resource Loader Instantiated: > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader > [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 'VM_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 global in scope if allowed. > [INFO] Velocimacro : initialization complete. > [INFO] Velocity successfully started. > [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] Preparing cobertura:cobertura > [INFO] [cobertura:instrument] > [INFO] Not executing cobertura:instrument as the project is not a Java > classpath-capable package > [INFO] Preparing surefire-report:report > [INFO] No goals needed for project - skipping > [INFO] Preparing surefire-report:report-only > [INFO] No goals needed for project - skipping > [INFO] Preparing findbugs:findbugs > [INFO] No goals needed for project - skipping > [INFO] [site:site] > [INFO] Not executing cobertura:report as the cobertura data file > (/home/mavensite/continuum-1.0.3/apps/continuum/working-directory/81/target/cobertura/cobertura.ser) > could not be found > [INFO] DashBoardReportMojo: Not recusrsive into sub-projects - skipping > report. > [INFO] Generate "CPD Report" 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 "PMD Report" report. > [INFO] Generate "Continuous Integration" report. > [INFO] Generate "Abhängigkeiten" report. > [INFO] Generate "Problembehandlung" report. > [INFO] Generate "Projekt Lizenz" report. > [INFO] Generate "Mailinglisten" report. > [INFO] Generate "Willkommen bei" report. > [INFO] Generate "Project Summary" report. > [INFO] Generate "Quellcode Archiv" report. > [INFO] Generate "Projekt Team" report. > [INFO] [site:deploy] > /home/mavensite/tomcat/webapps/mavensite - Session: Opened > /home/mavensite/tomcat/webapps/mavensite - Session: Disconnecting > /home/mavensite/tomcat/webapps/mavensite - Session: Disconnected > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error uploading site > > Embedded error: Error copying directory structure > /license.html (Permission denied) > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 16 seconds > [INFO] Finished at: Mon Jul 23 16:57:51 CEST 2007 > [INFO] Final Memory: 24M/47M > [INFO] > ------------------------------------------------------------------------ > >
