Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

quarkiverse/quarkus-jna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Quarkiverse!

All Contributors

Congratulations and thank you for creating a new Quarkus extension project in Quarkiverse!

Feel free to replace this content with the proper description of your new project and necessary instructions how to use and contribute to it.

You can find the basic info, Quarkiverse policies and conventions in the Quarkiverse wiki.

Need to quickly create a new Quarkus extension Maven project? Just execute the command below replacing the template values with your preferred ones:

mvn io.quarkus:quarkus-maven-plugin:<QUARKUS_VERSION>:create-extension -N \
    -DgroupId=io.quarkiverse.<REPO_NAME> \ 
    -DartifactId=<EXTENSION_ARTIFACT_ID> \  
    -Dversion=<INITIAL_VERSION> \ 
    -Dquarkus.nameBase="<EXTENSION_SIMPLE_NAME>"

IMPORTANT: make sure your project uses io.quarkiverse:quarkiverse-parent as the parent POM. It will make sure the release and artifact publishing plugins are properly configured for your project.

In case you are creating a Quarkus extension project for the first time, please follow Building My First Extension guide.

Other useful articles related to Quarkus extension development can be found under the Writing Extensions guide category on the Quarkus.io website.

Thanks again, good luck and have fun!

Contributors ✨

Thanks goes to these wonderful people (emoji key):


olivier dufour

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!