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
and then you try to run the create-manifest-from-repo command you get:
$ java -jar $WILDFLY_CHANNEL_CLI_JAR create-manifest-from-repo $CUSTOM_REPO/infinispan -o infinispan-$MANIFEST_NAME
java.lang.NullPointerException: Cannot invoke "org.apache.maven.artifact.repository.metadata.Versioning.getVersions()" because the return value of "org.apache.maven.artifact.repository.metadata.Metadata.getVersioning()" is null
at org.jboss.set.channel.cli.CreateManifestFromRepoCommand.call(CreateManifestFromRepoCommand.java:50)
at org.jboss.set.channel.cli.CreateManifestFromRepoCommand.call(CreateManifestFromRepoCommand.java:19)
at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
at picocli.CommandLine.execute(CommandLine.java:2170)
at org.jboss.set.channel.cli.Main.main(Main.java:17)
The text was updated successfully, but these errors were encountered:
If you build e.g. [email protected]:infinispan/infinispan.git like:
and then you try to run the
create-manifest-from-repo
command you get:The text was updated successfully, but these errors were encountered: