Re: Download links

2017-11-17 Thread Hervé BOUTEMY
ok, xdoc/download.xml.vm was missing for this new plugin: I added it and manually added a generated html result to svnpubsub location [1] this is not yet sufficient: I don't know why download.cgi script does not find download.html this is working on main Maven site [2] from its own svnpubsub

Re: Maven resolver branch consolidation

2017-11-17 Thread Michael Osipov
Am 2017-11-15 um 23:05 schrieb Hervé BOUTEMY: it seems I have not been clear: I'll try to explain better 1. maven-resolver-ant-tasks depends on maven-resolver-provider (from Maven core) 2. maven-resolver-provider (then Maven core) depends on maven-resolver if we put maven-resolver-ant-tasks in

Re: [VOTE] Release Apache Maven Javadoc Plugin version 3.0.0

2017-11-17 Thread Mark Raynsford
-1 (non-binding) The staged version still fails with a basic module setup: https://github.com/io7m/maven-javadoc-bug-20171117 -- Mark Raynsford | http://www.io7m.com pgpI76h0Nsf03.pgp Description: OpenPGP digital signature

Re: Maven resolver branch consolidation

2017-11-17 Thread Hervé BOUTEMY
this won't work: you'll be able to fool the compiler, but not maven-shade- plugin when it builds the full jar with runtime dependencies Regards, Hervé Le vendredi 17 novembre 2017, 12:10:49 CET Robert Scholte a écrit : > "We can solve any problem by introducing an extra level of indirection." >

[VOTE] Release Apache Maven Javadoc Plugin version 3.0.0

2017-11-17 Thread Robert Scholte
Hi, We solved 26 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529=12330875=Text There are still a couple of issues left in JIRA:

Re: Maven resolver branch consolidation

2017-11-17 Thread Manfred Moser
Hahah ... what a pain. Since so at this stage I think I will move the demos into the master and leave the ant tasks as they stand and close the relevant tickets with remarks that details this situation. Manfred Robert Scholte wrote on 2017-11-17 03:10: > "We can solve any problem by

Re: Download links

2017-11-17 Thread sebb
On 17 November 2017 at 11:27, Robert Scholte wrote: > This topic deserves a separate mailthread. > > Quoting Sebb on a different thread: > "The download link points to the top-level of the ASF mirror system. > > This makes it very hard to use." > > AFAIK the ASF says there

Re: [ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

2017-11-17 Thread Russell Gold
If you go to the project page https://maven.apache.org/plugins/maven-jdeprscan-plugin/, you will see more information, including how to check out the sources: svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-jdeprscan-plugin-3.0.0-alpha-1 maven-jdeprscan-plugin and how

Re: Download links

2017-11-17 Thread Hervé BOUTEMY
the deeplink used to work: that's the objective of our "resources/download.cgi + xdoc/download.xml.vm" pattern that was created some years ago. download.cgi is supposed to use standard ASF script that uses download.html as content I don't know why this does not work any more. I vaguely

Download links

2017-11-17 Thread Robert Scholte
This topic deserves a separate mailthread. Quoting Sebb on a different thread: "The download link points to the top-level of the ASF mirror system. This makes it very hard to use." AFAIK the ASF says there should be a download button for every released product. In case of Maven we're talking

Re: Maven resolver branch consolidation

2017-11-17 Thread Robert Scholte
"We can solve any problem by introducing an extra level of indirection." [1] Looking at this new image[1] it is weird to me that ant-tasks has a direct dependency on maven-resolver-provider. I would have expected some provider abstraction where you can choose to use the

Re: [ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

2017-11-17 Thread sebb
On 17 November 2017 at 09:27, Robert Scholte wrote: > The Apache Maven team is pleased to announce the first release of the Apache > Maven JDeprScan Plugin, version 3.0.0-alpha-1 > > The Maven JDeprScan plugin is used to scan class files for uses of > deprecated API

Re: Maven resolver branch consolidation

2017-11-17 Thread Hervé BOUTEMY
attachment removed by mailing list I put it in https://cwiki.apache.org/confluence/display/MAVEN/POM+Model+Version+5.0.0? focusedCommentId=74687410=1510912447661#comment-74687410 Regards, Hervé Le vendredi 17 novembre 2017, 09:40:22 CET Hervé BOUTEMY a écrit : > on the second option, I was

[ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

2017-11-17 Thread Robert Scholte
The Apache Maven team is pleased to announce the first release of the Apache Maven JDeprScan Plugin, version 3.0.0-alpha-1 The Maven JDeprScan plugin is used to scan class files for uses of deprecated API elements. It uses the jdeprscan tool as provided with Java 9.

Re: Maven resolver branch consolidation

2017-11-17 Thread Hervé BOUTEMY
on the second option, I was ready to just answer "not possible", but decided I could try at high level before answering... I took Maven core dependency tree [1], picked green color as the definition of Maven Artifact Resolver, put maven-resolver-provider in green + settings builder (since used