I created an issue for Wagon project and posted there a patch: http://jira.codehaus.org/browse/WAGON-30
Regards, Gilles > -----Original Message----- > From: Scokart Gilles [mailto:[EMAIL PROTECTED] > Sent: 17 January 2006 12:21 > To: Maven Users List > Subject: RE: With maven 2.0.2 site:deploy doesn't work > > Yes, this is a regression. > > A change in wagon-file for the 2.0.2 triggered that. > > I don't know where to create a jira issue. Is it for the wagon product or > for the maven-site-plugin product. Anyway, the patch must be performed on > wagon-site (but there is no wagon-file product in Jira). > > Could someone tell us where to create the jira issue ? > > Thanks, > > Gilles > > > -----Original Message----- > > From: MiSt [mailto:[EMAIL PROTECTED] > > Sent: 17 January 2006 11:09 > > To: Maven Users List > > Subject: Re: With maven 2.0.2 site:deploy doesn't work > > > > Scokart Gilles napisał(a): > > > > >Did you have write access on /home/mist/public_html/myApp/ ? > > > > > > > > Yes. If I use maven 2.0.1 it works perfect > > > > >If yes, try to run maven with the option -X -e. > > > > > > > > > > > > Output of mvn -X -e clean site site:deploy : > > > > (...) > > [DEBUG] maven-site-plugin: resolved to version 2.0-beta-4 from > > repository central > > (...) > > > > wagon-file: resolved to version 1.0-alpha-6 from repository central > > > > (...) > > [INFO] [site:deploy] > > file:///home/mist/public_html/myApp/ - Session: Opened > > file:///home/mist/public_html/myApp/ - Session: Disconnecting > > file:///home/mist/public_html/myApp/ - Session: Disconnected > > [INFO] > > ------------------------------------------------------------------------ > -- > > -- > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > -- > > -- > > [INFO] Error uploading site > > > > Embedded error: Could not make directory > '/home/mist/public_html/myApp/.'. > > [INFO] > > ------------------------------------------------------------------------ > -- > > -- > > [DEBUG] Trace > > org.apache.maven.lifecycle.LifecycleExecutionException: Error uploading > > site > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLi > > fecycleExecutor.java:556) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal( > > DefaultLifecycleExecutor.java:485) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLif > > ecycleExecutor.java:455) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFa > > ilures(DefaultLifecycleExecutor.java:303) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(De > > faultLifecycleExecutor.java:270) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecyc > > leExecutor.java:139) > > at > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:249) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: > > 39) > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm > > pl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:324) > > at > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > > at > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > Caused by: org.apache.maven.plugin.MojoExecutionException: Error > > uploading site > > at > > > org.apache.maven.plugins.site.SiteDeployMojo.execute(SiteDeployMojo.java:1 > > 42) > > at > > > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMana > > ger.java:415) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLi > > fecycleExecutor.java:531) > > ... 16 more > > Caused by: org.apache.maven.wagon.TransferFailedException: Could not > > make directory '/home/mist/public_html/myApp/.'. > > at > > > org.apache.maven.wagon.providers.file.FileWagon.putDirectory(FileWagon.jav > > a:113) > > at > > > org.apache.maven.plugins.site.SiteDeployMojo.execute(SiteDeployMojo.java:1 > > 34) > > ... 18 more > > (...) > > > > > > This '.' at the end of '/home/mist/public_html/myApp/.' is strange. > > mkdir /home/mist/public_html/myApp - works > > but > > mkdir /home/mist/public_html/myApp/. - doesn't work > > > > > > -- > > Michał Steiner > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
