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]
