Skip to content

Commit

Permalink
[WFCORE-7044] Remove the launcher module; use the wildfly-launcher pr…
Browse files Browse the repository at this point in the history
…oject artifact instead
  • Loading branch information
bstansberry committed Nov 18, 2024
1 parent d3ac8c2 commit bcc8511
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 5,916 deletions.
10 changes: 5 additions & 5 deletions core-feature-pack/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -827,11 +827,6 @@
<artifactId>wildfly-version</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-launcher</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-jar-runtime</artifactId>
Expand All @@ -852,6 +847,11 @@
<artifactId>wildfly-discovery-client</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly.launcher</groupId>
<artifactId>wildfly-launcher</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly.installation-manager</groupId>
<artifactId>installation-manager-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->

<tasks xmlns="urn:wildfly:wildfly-feature-pack-tasks:3.2">
<copy-artifact artifact="org.wildfly.core:wildfly-launcher" to-location="bin/launcher.jar"/>
<copy-artifact artifact="org.wildfly.launcher:wildfly-launcher" to-location="bin/launcher.jar"/>
<assemble-shaded-artifact shaded-model-package="org.wildfly.core.wildfly-elytron-tool-wrapper.shaded" to-location="bin/wildfly-elytron-tool.jar"/>
<assemble-shaded-artifact shaded-model-package="org.wildfly.core.wildfly-cli.shaded" to-location="bin/client/jboss-cli-client.jar"/>
<file-permissions phase="FINALIZING">
Expand Down
119 changes: 0 additions & 119 deletions launcher/pom.xml

This file was deleted.

Loading

0 comments on commit bcc8511

Please sign in to comment.