Skip to content

facaiy/facaiy-scala-with-java-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facaiy-scala-with-java-quickstart

An archetype which creates a mixed Java/Scala project.

Install archetype locally

To install the archetype in your local repository execute the following commands:

git clone https://github.com/facaiy/facaiy-scala-with-java-quickstart.git
pushd facaiy-scala-with-java-quickstart
mvn clean install
popd

Create a project from a local repository

Create a new empty directory for your project and navigate into it and then run:

mvn archetype:generate \
        -DarchetypeGroupId=io.github.facaiy \
        -DarchetypeArtifactId=facaiy-scala-with-java-quickstart \
        -DarchetypeVersion=1.0.0 \
        -DgroupId=my.groupid \
        -DartifactId=my-artifactId \
        -Dversion=1.0-SNAPSHOT

Ref:

About

An archetype which creates a mixed Java/Scala project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages