Thanks!

On Sat, Jun 19, 2021 at 4:36 PM Tamás Cservenák <[email protected]> wrote:
>
> It's in compat
> https://github.com/apache/maven/blob/master/maven-compat/src/main/java/org/apache/maven/artifact/UnknownRepositoryLayoutException.java
>
> It is part of deprecated code (originally from maven2), given, maven3+ does
> not support the maven1 layout anymore...
>
> T
>
> On Sat, Jun 19, 2021 at 6:15 PM Elliotte Rusty Harold <[email protected]>
> wrote:
>
> > In the course of trying to fix a bug in the maven-dependency-analyzer
> > I'm seeing this error:
> >
> > java.lang.ClassNotFoundException:
> > org.apache.maven.artifact.UnknownRepositoryLayoutException
> >
> > When I inspect the jar where I expect this class to live it is indeed not
> > there:
> >
> > elharo-macbookpro1:Downloads elharo$ jar tvf maven-core-3.6.3.jar|grep Unkn
> >
> > However I do see this Javadoc on the web:
> >
> >
> > https://maven.apache.org/ref/3.6.3/apidocs/org/apache/maven/artifact/UnknownRepositoryLayoutException.html
> >
> > Does anyone see what I'm missing?
> >
> > --
> > Elliotte Rusty Harold
> > [email protected]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >



-- 
Elliotte Rusty Harold
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to