Skip to content

webfx-project/webfx-maven-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebFX Maven Archetype

Overview

Provides a WebFX project template. Prevents the need for the WebFX CLI to be installed alongside a WebFX project. Instead, developers can install this archetype, then generate a new WebFX project from it using the commands below.

This archetype will, in conjuction with the WebFX-Maven-Plugin, allow all WebFX functions to be incorporated into the IDE.

Usage

1. Download the WebFX Maven Archetype:

mkdir -vp ~/webfx-maven-archetype
cd ~/webfx-maven-archetype
git clone https://github.com/webfx-project/webfx-maven-archetype.git .

2. Install to the local Maven repository:

mvn install

3. Create your WebFX project folder:

mkdir -vp ~/my-webfx-project
cd ~/my-webfx-project

4. Build a new, empty WebFX project from the archetype:

mvn archetype:generate -DarchetypeGroupId=dev.webfx -DarchetypeArtifactId=webfx-maven-archetype -DarchetypeVersion=1.0-SNAPSHOT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published