Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/azure-maven-archetypes
Maven Archetypes for Microsoft Azure Services
https://github.com/microsoft/azure-maven-archetypes
azure azure-functions maven-archetype microsoft-azure
Last synced: 3 days ago
JSON representation
Maven Archetypes for Microsoft Azure Services
- Host: GitHub
- URL: https://github.com/microsoft/azure-maven-archetypes
- Owner: microsoft
- License: mit
- Created: 2017-09-01T09:26:50.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-12T13:36:23.000Z (4 days ago)
- Last Synced: 2025-01-12T14:36:24.070Z (4 days ago)
- Topics: azure, azure-functions, maven-archetype, microsoft-azure
- Language: Scala
- Size: 256 KB
- Stars: 21
- Watchers: 20
- Forks: 32
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Maven Archetypes for Azure
This repo contains Maven Archetypes for Azure. The following table lists Maven Archetypes for azure services.
> **Note**
> The Azure SDK maven archetype can be found at [the Azure SDK GitHub repository](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/tools/azure-sdk-archetype).Archetype Artifact Id | Archetype Group Id | Maven Central Version
---|---|---
`azure-functions-archetype`|`com.microsoft.azure`| [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/azure-functions-archetype/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/azure-functions-archetype)
`azure-functions-kotlin-archetype`|`com.microsoft.azure`| [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/azure-functions-kotlin-archetype/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/azure-functions-kotlin-archetype)
`azure-iot-edge-archetype`|`com.microsoft.azure`| [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/azure-iot-edge-archetype/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/azure-iot-edge-archetype)
`apache-spark-archetype`|`com.microsoft.azure`| [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/apache-spark-archetype/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/apache-spark-archetype)### Related repository: azure-maven-plugins
You may be also interested in the [Azure Maven Plugins](https://github.com/microsoft/azure-maven-plugins). These archetypes are very closely related to the plugins, and both kinds of artifacts work together to give you Java your way on Azure.
Of particular interest to users of these archetypes is the `azure-webapp-maven-plugin` and its `config` goal. This goal acts like an archetype. It instruments the current project's POM so that the `target` artifact can subsequently be published to Azure App Service using the `deploy` goal.
### Reporting Issues and Feedback
If you encounter any bugs with the Maven Archetypes, please file an issue in the [Issues](https://github.com/microsoft/azure-maven-archetypes/issues) section of our GitHub repo.#### Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.