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

OSX: Download JRE with Maven to bundle it into 'Playforia Minigolf Client.app' #49

Merged
merged 1 commit into from
Sep 6, 2020

Conversation

PhilippvK
Copy link
Owner

if you have a better idea for which Maven phase should be used to trigger the download, please let me know. mvn deploy did not work for me on on the other hand sounds a bit counter intuitive.

See #45

@PhilippvK PhilippvK added the enhancement New feature or request label Sep 6, 2020
client/pom.xml Outdated Show resolved Hide resolved
client/pom.xml Outdated
@@ -16,6 +16,9 @@
<properties>
<project.mainClass>org.moparforia.client.Launcher</project.mainClass>
<project.name>Playforia Minigolf Client</project.name>
<project.downloadDir>${basedir}/../downloads</project.downloadDir>
<project.jreLinkOSX>https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u252-b09.1/OpenJDK8U-jre_x64_mac_hotspot_8u252b09.tar.gz</project.jreLinkOSX>
<project.jreNameOSX>jdk8u252-b09-jre</project.jreNameOSX>
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would change the property name to something like <project.jre.osx.name>

Copy link
Owner Author

Choose a reason for hiding this comment

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

Much better, thanks

client/pom.xml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants