You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Felix Knecht <fe...@apache.org> on 2009/02/24 17:37:15 UTC

mvn release:perform, upload fails

Hi all

Executing release:perform fails.

I'm using the latest ASF TLP pom [1] and saw that the <repository><id>apache.releases.https</id><url> has changed from
scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository (apache-4.pom) to
https://repository.apache.org/service/local/staging/deploy/maven2 (apache-5.pom).

- Does any hints or documentation on how to migrate it exist?
- Do I need a special user for this?

Maven  version: 10
maven-release-plugin version: 2.0-beta-8
java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode)

Thanks and regards
Felix

[1] http://repo2.maven.org/maven2/org/apache/apache/5/apache-5.pom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: mvn release:perform, upload fails

Posted by Felix Knecht <fe...@apache.org>.
Thanks for help, I finally I got it :-)

I was a permission denied error. What solved my problem was to add the executables in the server section of my settings.xml

    <server>
      <id>apache.release</id>
      <username>felixk</username>

      <!-- This solved my permission problems !?? ->
      <configuration>
        <sshExecutable>ssh</sshExecutable>
        <scpExecutable>scp</scpExecutable>
      </configuration>
    </server>

Thanks
Felix

David C. Hicks schrieb:
> It may depend on exactly what the failure is.  We have seen some Out of
> Memory errors during uploads of large artifacts.  We simply increased
> the size of the Java Heap.  Out specific issue was taking place inside a
> Hudson build system.  So, we added "-Xms256m -Xmx512m" to the
> CATALINA_OPTS variable before Tomcat starts.
> 
> Dave
> 
> Felix Knecht wrote:
>> Hi all
>>
>> Executing release:perform fails.
>>
>> I'm using the latest ASF TLP pom [1] and saw that the
>> <repository><id>apache.releases.https</id><url> has changed from
>> scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
>> (apache-4.pom) to
>> https://repository.apache.org/service/local/staging/deploy/maven2
>> (apache-5.pom).
>>
>> - Does any hints or documentation on how to migrate it exist?
>> - Do I need a special user for this?
>>
>> Maven  version: 10
>> maven-release-plugin version: 2.0-beta-8
>> java version "1.6.0_12"
>> Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
>> Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode)
>>
>> Thanks and regards
>> Felix
>>
>> [1] http://repo2.maven.org/maven2/org/apache/apache/5/apache-5.pom
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: mvn release:perform, upload fails

Posted by "David C. Hicks" <dh...@i-hicks.org>.
It may depend on exactly what the failure is.  We have seen some Out of 
Memory errors during uploads of large artifacts.  We simply increased 
the size of the Java Heap.  Out specific issue was taking place inside a 
Hudson build system.  So, we added "-Xms256m -Xmx512m" to the 
CATALINA_OPTS variable before Tomcat starts.

Dave

Felix Knecht wrote:
> Hi all
>
> Executing release:perform fails.
>
> I'm using the latest ASF TLP pom [1] and saw that the <repository><id>apache.releases.https</id><url> has changed from
> scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository (apache-4.pom) to
> https://repository.apache.org/service/local/staging/deploy/maven2 (apache-5.pom).
>
> - Does any hints or documentation on how to migrate it exist?
> - Do I need a special user for this?
>
> Maven  version: 10
> maven-release-plugin version: 2.0-beta-8
> java version "1.6.0_12"
> Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
> Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode)
>
> Thanks and regards
> Felix
>
> [1] http://repo2.maven.org/maven2/org/apache/apache/5/apache-5.pom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: mvn release:perform, upload fails

Posted by Felix Knecht <fe...@apache.org>.
Felix Knecht schrieb:
> Hi all
> 
> Executing release:perform fails.
> 
> I'm using the latest ASF TLP pom [1] and saw that the <repository><id>apache.releases.https</id><url> has changed from
> scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository (apache-4.pom) to
> https://repository.apache.org/service/local/staging/deploy/maven2 (apache-5.pom).
> 
> - Does any hints or documentation on how to migrate it exist?
> - Do I need a special user for this?
> 
Maven version: 2.0.10 of course
> maven-release-plugin version: 2.0-beta-8
> java version "1.6.0_12"
> Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
> Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode)
> 
> Thanks and regards
> Felix
> 
> [1] http://repo2.maven.org/maven2/org/apache/apache/5/apache-5.pom
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org