All Projects → apache → Maven Archetype

apache / Maven Archetype

Apache Maven Archetype (Plugin)

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Maven Archetype

Spring Ws
Spring WS Tutorials
Stars: ✭ 75 (-23.47%)
Mutual labels:  maven
Circleci Orbs
The source code for some of the orbs published by CircleCI
Stars: ✭ 82 (-16.33%)
Mutual labels:  maven
Kotlin Mpp Standard
A standard setup for Kotlin multiplatform projects.
Stars: ✭ 92 (-6.12%)
Mutual labels:  maven
Angular2andjavaee
This project should provide a starting point for people interested in using Angular 10 with Ivy in a Java EE environment.
Stars: ✭ 78 (-20.41%)
Mutual labels:  maven
Maven Examples
List of Maven examples
Stars: ✭ 79 (-19.39%)
Mutual labels:  maven
Flatten Maven Plugin
Flatten Maven Plugin
Stars: ✭ 82 (-16.33%)
Mutual labels:  maven
Okta Blog Archive
Okta Developer Blog
Stars: ✭ 74 (-24.49%)
Mutual labels:  maven
Sonar Scanner Maven
SonarQube Scanner for Maven
Stars: ✭ 94 (-4.08%)
Mutual labels:  maven
Spring Boot Sample App
Sample app generated from my spring boot archtype on :https://github.com/Romeh/spring-boot-quickstart-archtype
Stars: ✭ 81 (-17.35%)
Mutual labels:  maven
91break
91porn破解,html极简版,可视化界面,浏览器直接打开
Stars: ✭ 91 (-7.14%)
Mutual labels:  maven
Mvn Search
command-line interface for the haters of the search.maven.org UI
Stars: ✭ 79 (-19.39%)
Mutual labels:  maven
Enseada
A Cloud native multi-package registry
Stars: ✭ 80 (-18.37%)
Mutual labels:  maven
Dependency spy
Find known vulnerabilities in your dependencies
Stars: ✭ 87 (-11.22%)
Mutual labels:  maven
Vsblog
☕🖖 一个采用vue及springboot开发的超简洁的个人博客系统,相信我它定会让你眼前一亮~
Stars: ✭ 78 (-20.41%)
Mutual labels:  maven
Seckill
基于SpringMVC,Spring,MyBatis实现的秒杀系统(参见慕课网,做了些改动)
Stars: ✭ 93 (-5.1%)
Mutual labels:  maven
Maven Jpackage Template
Sample project illustrating building nice, small cross-platform JavaFX-based desktop apps with native installers while still using the standard Maven dependency system.
Stars: ✭ 74 (-24.49%)
Mutual labels:  maven
Attend
JSP+Servlet+JDBC+MySQL+Bootstrap搭建的一个简单的考勤系统
Stars: ✭ 81 (-17.35%)
Mutual labels:  maven
Jpacman Framework
Pacman-inspired game, for teaching testing purposes.
Stars: ✭ 95 (-3.06%)
Mutual labels:  maven
Radar Covid Backend Dp3t Server
DP^3T Radar COVID fork
Stars: ✭ 94 (-4.08%)
Mutual labels:  maven
Springbootangularhtml5
♨️ Spring Boot 2 + Angular 11 + HTML5 router mode + HTTP interceptor + Lazy loaded modules
Stars: ✭ 89 (-9.18%)
Mutual labels:  maven

Contributing to Apache Maven Archetype (Plugin)

ASF Jira Apache License, Version 2.0, January 2004 Maven Central Reproducible Builds Jenkins Status Jenkins tests

You have found a bug or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.

Getting Started

  • Make sure you have a JIRA account.
  • Make sure you have a GitHub account.
  • If you're planning to implement a new feature, it makes sense to discuss your changes on the dev list first. This way you can make sure you're not wasting your time on something that isn't considered to be in Apache Maven's scope.
  • Submit a ticket for your issue, assuming one does not already exist.
    • Clearly describe the issue, including steps to reproduce when it is a bug.
    • Make sure you fill in the earliest version that you know has the issue.
  • Fork the repository on GitHub.

Making and Submitting Changes

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:

  • Create a topic branch from where you want to base your work (this is usually the master branch). Push your changes to a topic branch in your fork of the repository.
  • Make commits of logical units.
  • Respect the original code style: by using the same codestyle, patches should only highlight the actual difference, not being disturbed by any formatting issues:
    • Only use spaces for indentation.
    • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted, create a separate PR for this change.
    • Check for unnecessary whitespace with git diff --check before committing.
  • Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
[ARCHETYPE-XXX] - Subject of the JIRA Ticket
 Optional supplemental description.
  • Make sure you have added the necessary tests (JUnit/IT) for your changes.
  • Run all the tests with mvn -Prun-its verify to assure nothing else was accidentally broken.
  • Submit a pull request to the repository in the Apache organization.
  • Update your JIRA ticket and include a link to the pull request in the ticket.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement.

Making Trivial Changes

For changes of a trivial nature to comments and documentation, it is not always necessary to create a new ticket in JIRA. In this case, it is appropriate to start the first line of a commit with '(doc)' instead of a ticket number.

Additional Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].