You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happens e.g. for ca.uhn.hapi:hapi-base:jar:2.3:compile
Caused by: java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength (Matcher.java:1283)
at java.util.regex.Matcher.reset (Matcher.java:309)
at java.util.regex.Matcher.<init> (Matcher.java:229)
at java.util.regex.Pattern.matcher (Pattern.java:1093)
at org.codehaus.mojo.license.AbstractDownloadLicensesMojo.rewriteLicenseUrlIfNecessary (AbstractDownloadLicensesMojo.java:998)
at org.codehaus.mojo.license.AbstractDownloadLicensesMojo.downloadLicenses (AbstractDownloadLicensesMojo.java:898)
at org.codehaus.mojo.license.AbstractDownloadLicensesMojo.execute (AbstractDownloadLicensesMojo.java:484)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
The text was updated successfully, but these errors were encountered:
Happens e.g. for
ca.uhn.hapi:hapi-base:jar:2.3:compile
The text was updated successfully, but these errors were encountered: