[
https://issues.apache.org/jira/browse/GEOMETRY-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17054568#comment-17054568
]
Matt Juntunen commented on GEOMETRY-56:
---------------------------------------
Stefan created the missing svn directory so the error you mentioned is no
longer happening. However, I'm now getting a different one that I can't
explain. The command
{noformat}
mvn -Duser.name=matt -Dcommons.release.dryRun=true -Ptest-deploy -Prelease
clean test package site deploy
{noformat}
produces the output
{noformat}
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Commons Geometry 1.0-SNAPSHOT ............... SUCCESS [ 56.048 s]
[INFO] Apache Commons Geometry Core ....................... SUCCESS [ 48.072 s]
[INFO] Apache Commons Geometry Euclidean .................. SUCCESS [01:01 min]
[INFO] Apache Commons Geometry Enclosing .................. SUCCESS [ 32.084 s]
[INFO] Apache Commons Geometry Spherical .................. SUCCESS [ 38.490 s]
[INFO] Apache Commons Geometry Hull ....................... SUCCESS [ 29.246 s]
[INFO] Apache Commons Geometry Examples ................... SUCCESS [ 14.013 s]
[INFO] Apache Commons Geometry JMH Benchmark .............. SUCCESS [ 43.882 s]
[INFO] Apache Commons Geometry (full distribution) 1.0-SNAPSHOT FAILURE [
1.271 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:25 min
[INFO] Finished at: 2020-03-08T19:04:54-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:3.1.1:copy-dependencies
(get-dependencies) on project commons-geometry: Artifact has not been packaged
yet. When used on reactor artifact, copy should be executed after packaging:
see MDEP-187. -> [Help 1]
[ERROR]
{noformat}
This only occurs when building commons-geometry. It does not occur when I build
commons-rng, but I haven't been able to find any difference between the two
poms that might be causing this.
> 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)