https://bz.apache.org/bugzilla/show_bug.cgi?id=62488

--- Comment #6 from Michael Osipov <1983-01...@gmx.net> ---
Mark, thanks for raising!

Let me add some stuff here what I'd like to see/expect: Easily swappable URL of
Maven Central against an internal Nexus instance, providing credentials for it.

At best, we'd use the Resolver Ant Tasks which I can finish and publish to
Central. It requires an Über JAR (either lightweight/URLConnection or with
HttpComponents Client) which I wouldn't commit along with the code, but would
require it to be in Ant's classpath. The best about this, you can define
classpath entries for test and compilation and the tasks do the rest for you.
People could leverage their settings.xml. Using Ant's get task if fine for the
first shot.

This is what I do with those tasks at work to customize the vanilla Tomcat
tarball from Central with some internal and external libraries.

I'd be happy to test a patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to