Re: Keeping dependency out of all classpaths

2022-06-10 Thread Falko Modler
umption is wrong: Java does NOT say "ALL zip MUST be on the classpath", it just says "THOSE zips that you WANT to consume by the compiler must be on the classpath". This is a huge difference! -Markus -Ursprüngliche Nachricht----- Von: Tamás Cservenák Gesendet: Freitag,

Re: Keeping dependency out of all classpaths

2022-06-10 Thread Tamás Cservenák
arbitrary > > experimental PRs, but is to find a consensus, what such a future > > feature should look like to get it accepted by the Maven team. Is that > > specific PR agreed to get adopted to Maven 4? IIUC this PR stops > > adding ANY zips tot he classpath, but how to k

Re: Keeping dependency out of all classpaths

2022-06-10 Thread Tamás Cservenák
tot he > classpath, but how to keep a specific one one still? > > -Ursprüngliche Nachricht- > Von: Tamás Cservenák > Gesendet: Freitag, 10. Juni 2022 12:13 > An: Maven Users List > Betreff: Re: Keeping dependency out of all classpaths > > If you can use Maven4, try

Re: Keeping dependency out of all classpaths

2022-06-10 Thread Tamás Cservenák
d go with runtime scope), but what I want to reach is that >>> we find a consensus how a clean and generic solution should look like -- >>> and propose that solution to the Maven team. 😊 >>> >>> Thanks! >>> -Markus >>> >>> >>> -

Re: Keeping dependency out of all classpaths

2022-06-10 Thread Tamás Cservenák
to reach is that >> we find a consensus how a clean and generic solution should look like -- >> and propose that solution to the Maven team. 😊 >> >> Thanks! >> -Markus >> >> >> -Ursprüngliche Nachricht- >> Von: Tamás Cservenák >>

Re: Keeping dependency out of all classpaths

2022-06-10 Thread Tamás Cservenák
0. Juni 2022 11:13 > An: Maven Users List > Betreff: Re: Keeping dependency out of all classpaths > > Howdy, > > just a quick idea: introduce your own packaging "quipsy-zip"? (yes, you'd > need your extension to be added to build, but it's worth it, tr

Re: Keeping dependency out of all classpaths

2022-06-10 Thread Tamás Cservenák
Howdy, just a quick idea: introduce your own packaging "quipsy-zip"? (yes, you'd need your extension to be added to build, but it's worth it, trust me). Look here: https://github.com/apache/maven/blob/master/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java#L58