On 2020-03-08, Matt Juntunen wrote:
> I'm creating a dist-archive module for commons-geometry using
> commons-rng as a template [1]. However, when I build the project it
> fails with an errors saying that the url
> https://dist.apache.org/repos/dist/dev/commons/geometry does not
> exist, which is indeed the case. Browsing that repo, I can see that
> directories exist for rng, collections, math and other released
> commons projects. How are these directories created?
Most of them are probably older than the commons release plugin and have
been created manually.
You should be able to do
svn mkdir https://dist.apache.org/repos/dist/dev/commons/geometry
yourself.
The release plugin should probably check whether the directory exists
and create it if necessary.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]