Skip to content

Commit

Permalink
Merge pull request #356 from jfdenise/progress_tracking
Browse files Browse the repository at this point in the history
Enable progress tracking during provisioning
  • Loading branch information
jfdenise authored Mar 30, 2023
2 parents 6ad9925 + fb2a698 commit 2da4385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
import org.jboss.galleon.xml.ProvisioningXmlParser;
import org.jboss.galleon.xml.ProvisioningXmlWriter;
import org.wildfly.channel.UnresolvedMavenArtifactException;
import org.wildfly.plugin.core.PluginProgressTracker;

import org.wildfly.plugins.bootablejar.maven.cli.CLIExecutor;
import org.wildfly.plugins.bootablejar.maven.cli.LocalCLIExecutor;
Expand Down Expand Up @@ -1297,6 +1298,7 @@ private Artifact provisionServer(Path home, Path outputProvisioningFile, Path wo
if (jbossModules == null) {
throw new ProvisioningException("JBoss Modules not found in dependency, can't create a Bootable JAR");
}
PluginProgressTracker.initTrackers(pm, getLog());
pm.provision(rt.getLayout());

if (!recordState) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<version.org.jboss.galleon>5.0.8.Final</version.org.jboss.galleon>
<version.org.wildfly.core.wildfly-core>20.0.0.Beta8</version.org.wildfly.core.wildfly-core>
<version.org.wildfly.common>1.5.4.Final</version.org.wildfly.common>
<version.org.wildfly.plugins.wildfly-maven-plugin>4.1.0.Beta3</version.org.wildfly.plugins.wildfly-maven-plugin>
<version.org.wildfly.plugins.wildfly-maven-plugin>4.1.0.Beta4</version.org.wildfly.plugins.wildfly-maven-plugin>
<version.org.wildfly.channel>1.0.0.Beta6</version.org.wildfly.channel>
<version.org.wildfly.prospero>1.0.0.Beta7</version.org.wildfly.prospero>
<maven.surefire.plugin>3.0.0-M6</maven.surefire.plugin>
Expand Down

0 comments on commit 2da4385

Please sign in to comment.