Re: Generate soft-links as part of site build

2023-12-01 Thread Hervé Boutemy
here is the explanation: https://maven.apache.org/developers/website/index.html for example every plugin in https://maven.apache.org/plugins/index.html is a symlink: https://svn.apache.org/viewvc/maven/website/content/plugins/ Le jeudi 30 novembre 2023, 22:51:04 CET sebb a écrit : > Thanks very

[ANN] Maven Resolver 2.0.0-alpha-3 released

2023-12-01 Thread Tamás Cservenák
Howdy, The Apache Maven team is pleased to announce the release of the Maven Resolver 2.0.0-alpha-3. https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-3/ This is a third *PREVIEW* release of upcoming Maven Resolver 2.0.0 meant for users of Resolver to pick it up and adapt code if

[ANN] Apache Maven 3.9.6 released

2023-12-01 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven 3.9.6 Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of

Re: Generate soft-links as part of site build

2023-12-01 Thread sebb
Thanks again. In the case of Commons, we need to add links in subdirectories which don't otherwise exist. The symlink task cannot create subdirectories, but we can use an Ant macro that creates both the directory and the link. This can then be invoked for each required redirect. On Fri, 1 Dec