[ 
https://issues.apache.org/jira/browse/GEOMETRY-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17054095#comment-17054095
 ] 

Gilles Sadowski commented on GEOMETRY-56:
-----------------------------------------

Yes, trying this command:
{noformat}
 JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 mvn -Duser.name=erans 
-Dcommons.release.dryRun=true -Ptest-deploy -Prelease clean test package site 
deploy
{noformat}
I get
{noformat}
[INFO] Checking out dist from: 
scm:svn:https://dist.apache.org/repos/dist/dev/commons/geometry
Executing: /bin/sh -c cd 
'/home/eran/devel/java/apache/commons-geometry/trunk/dist-archive/target/commons-release-plugin'
 && 'svn' '--username' 'erans' '--no-auth-cache' '--non-interactive' 'checkout' 
'https://dist.apache.org/repos/dist/dev/commons/geometry@' 
'/home/eran/devel/java/apache/commons-geometry/trunk/dist-archive/target/commons-release-plugin/scm-cleanup'
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Commons Geometry 1.0-SNAPSHOT:
[INFO] 
[INFO] Apache Commons Geometry ............................ SUCCESS [ 26.860 s]
[INFO] Apache Commons Geometry Core ....................... SUCCESS [ 28.600 s]
[INFO] Apache Commons Geometry Euclidean .................. SUCCESS [ 44.256 s]
[INFO] Apache Commons Geometry Enclosing .................. SUCCESS [ 19.762 s]
[INFO] Apache Commons Geometry Spherical .................. SUCCESS [ 26.146 s]
[INFO] Apache Commons Geometry Hull ....................... SUCCESS [ 18.299 s]
[INFO] Apache Commons Geometry Examples ................... SUCCESS [  7.335 s]
[INFO] Apache Commons Geometry JMH Benchmark .............. SUCCESS [ 32.216 s]
[INFO] Apache Commons Geometry (full distribution) ........ FAILURE [  1.020 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:24 min
[INFO] Finished at: 2020-03-07T15:10:37+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.commons:commons-release-plugin:1.7:clean-staging (clean-staging) on 
project commons-geometry: Failed to checkout files from SCM: The svn command 
failed. [svn: E170000: URL 
'https://dist.apache.org/repos/dist/dev/commons/geometry' doesn't exist
{noformat}
At first sight, this is strange because the "-Ptest-deploy" is supposed to only 
perform local operations.

There are recurrent issues with SVN (the annoying attempts to copy the whole 
site in each of the modules' "site-content" directory), which Alex had solved 
(IIRC).
Could you check and ensure that the set-up of {{dist-archive}} is exactly the 
same as for "Commons RNG"?

> Create distribution archive
> ---------------------------
>
>                 Key: GEOMETRY-56
>                 URL: https://issues.apache.org/jira/browse/GEOMETRY-56
>             Project: Apache Commons Geometry
>          Issue Type: Improvement
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Blocker
>              Labels: Maven, jenkins, pull-request-available
>             Fix For: 1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> *Problem*
> * Currently the configuration for building a distribution archive does not 
> exist
> * The current configuration for creating archives is wrong
> *Goal*
> * Create separate distribution archive module
> * Create correct configuration for maven-assembly-plugin



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to