If we want to produce more than one jar file, then we need a multi-module Maven project. That is the cleanest and simplest solution.
Gary On Tue, Aug 29, 2023, 1:04 PM Joseph Kessselman <kesh...@alum.mit.edu> wrote: > Good news: It has produced a jarfile. > > Questionable news: That jarfile is a bit smaller than the one we've been > getting. . The regexp classes don't seem to have been included. That may > just mean declaring another dependency. > > Bad news: It's producing _a_ jarfile rather than the separate Xalan and > serializer jarfiles. That's not surprising for an auto-generated pom.xml > file, but a bit disappointing. It would have been nice if Eclipse's > Maven generator understood and retained more of the ant build.xml > targets rather than generating the the equivalent of the Eclipse > rebuild-all action. > > So I need to look at how to make one pom produce two jarfiles. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org > For additional commands, e-mail: dev-h...@xalan.apache.org > >