Just for the record, I use the zip type in conjonctions with a platform-specific classifier (natives-win or natives-linux) in order to package zip of DLLs and unzip them just before my unit tests. I do not expect them to be in the classpath but in the PATH or java.library.path. Have a good day.
Le sam. 19 avr. 2025 à 20:03, Michael Osipov <micha...@apache.org> a écrit : > On 2025/04/19 14:19:10 Tamás Cservenák wrote: > > True, if you look at Java only. > > But in the case of Maven, it was always only JAR that ended up on the > classpath. > > IMHO, we cannot "flip it", as we may break who knows how many projects > now. > > > > I am fine by adding new type (ie. "zip-classpath") to Maven 4, but for > > Maven 3, no luck IMO. > > Correct, in general you could use my commit from eight years ago and done > for Maven 4. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >