Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for WFMP-235, Introduce a start-jar goal #461

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

jfdenise
Copy link
Contributor

@jfdenise jfdenise commented Dec 22, 2023

@jamezp
Copy link
Member

jamezp commented Dec 22, 2023

I'm on PTO until the 2nd, but I want to think about this. I'll give it a review once I'm back if I don't get bored and review it sooner. :)

init();

@Override
protected Path getServer() throws MojoExecutionException, MojoFailureException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should call this getServerHome() or getJBossHome().

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done thanks.

* The purpose of this goal is to start a WildFly Application Server packaged as a Bootable JAR for testing during the maven
* lifecycle.
*/
@Mojo(name = "start-bootable", requiresDependencyResolution = ResolutionScope.RUNTIME)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just thinking a bit out loud here. Should the goal name be start-jar? Just thinking of something short to type is all, but I'm not sure I like start-jar :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I much prefer start-jar, start-bootable is also a bit ambiguous, all server boot... So changed to start-jar.

@jfdenise jfdenise changed the title Fix for WFMP-235, Introduce a start-bootable goal Fix for WFMP-235, Introduce a start-jar goal Jan 5, 2024
@jamezp jamezp merged commit ae0b512 into wildfly:main Jan 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants