We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c104e09 + 18feb26 commit 79130d9Copy full SHA for 79130d9
galleon-plugins/src/main/java/org/wildfly/galleon/plugin/WfInstallPlugin.java
@@ -121,7 +121,7 @@ public interface ArtifactResolver {
121
private static final String JBOSS_MODULES_GA = "org.jboss.modules:jboss-modules";
122
private static final String MAVEN_REPO_LOCAL = "maven.repo.local";
123
private static final String WILDFLY_CLI_GA = "org.wildfly.core:wildfly-cli";
124
- private static final String WILDFLY_LAUNCHER_GA = "org.wildfly.core:wildfly-launcher";
+ private static final String WILDFLY_LAUNCHER_GA = "org.wildfly.launcher:wildfly-launcher";
125
126
private static final ProvisioningOption OPTION_MVN_DIST = ProvisioningOption.builder("jboss-maven-dist")
127
.setBooleanValueSet()
0 commit comments