Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gluonhq/gluonfx-maven-archetypes
Maven archetypes for creating Gluon Client maven projects
https://github.com/gluonhq/gluonfx-maven-archetypes
Last synced: about 2 months ago
JSON representation
Maven archetypes for creating Gluon Client maven projects
- Host: GitHub
- URL: https://github.com/gluonhq/gluonfx-maven-archetypes
- Owner: gluonhq
- License: bsd-3-clause
- Created: 2019-11-07T17:34:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:25:59.000Z (3 months ago)
- Last Synced: 2024-09-18T13:56:00.028Z (3 months ago)
- Language: Java
- Size: 601 KB
- Stars: 2
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maven Archetypes for GluonFX plugin
Maven archetypes for creating different types of Java(FX) application,
which can be compiled and run natively using [GluonFX plugin](https://docs.gluonhq.com/).The project is a multi-module Maven project. Each module contains an archetype for creating a Java(FX) application.
### Prerequisites
* JDK 11
* Maven 3### Install archetype locally
All archetypes are published to Maven Central. However, if you wish to install the archetypes in your local repository execute the following commands:
```
git clone https://github.com/gluonhq/gluonfx-maven-archetypes.git
cd gluonfx-maven-archetypes
mvn clean install
```This will install all the client archetypes in your local repository.
If you wish to install just one of the archetypes, you can add the name of the project by using `-pl`:
```
mvn clean install -pl gluonfx-archetype-java
```For more information on how to create a project from a local repository, please refer to
individual module's README.