On Wed, Apr 12, 2023 at 11:59 AM Mukul Gandhi <muk...@apache.org> wrote:
>

> One issue, that's constantly coming up within these discussions, is
> publishing on Maven central. This is certainly, much beneficial for
> XalanJ users. But again, this (i.e, developing a XalanJ Maven build
> functionally equivalent to the current Ant build) shall require
> significant effort and time. Moreover, we already have a working
> XalanJ Ant build configuration ready which is working fine, that shall
> allow us to do further XalanJ development.
>

You're laboring under a misconception. Publishing to Maven Central
does **not** require developing a XalanJ Maven build of any kind. It
can be done completely within ant without using Maven. I do that for
XOM, for instance. There are other ways that shell out to Maven for
some of the Maven packaging if that's easier to implement. You do not
need to change the existing build system, just add additional pieces
that package and deploy to Maven Central.


-- 
Elliotte Rusty Harold
elh...@ibiblio.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to