Re: generating local maven archetypes from tomcat sources

2025-05-13 Thread Ernesto Reinaldo Barreiro
Found https://github.com/apache/tomcat/blob/main/res/maven/README.txt On Tue, May 13, 2025 at 1:28 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > I cloned/forked tomcat sources and the build is ANT based. Question. I > managed to generate a build but I want to install in my

generating local maven archetypes from tomcat sources

2025-05-13 Thread Ernesto Reinaldo Barreiro
Hi, I cloned/forked tomcat sources and the build is ANT based. Question. I managed to generate a build but I want to install in my local maven repositories a distribution of the jar files with this "SNAPSHOT" version. Is there some "ready" ant task I can use to do so? -- Regards - Ernesto Reina