All Projects → apache → Maven

apache / Maven

Licence: apache-2.0
Apache Maven core

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Maven

maven-wrapper
Apache Maven Wrapper
Stars: ✭ 128 (-95.55%)
Mutual labels:  maven, apache-maven, build-management
maven-wrapper-plugin
Apache Maven Wrapper Plugin
Stars: ✭ 14 (-99.51%)
Mutual labels:  maven, apache-maven, build-management
maven-dependency-analyzer
Apache Maven Dependency Analyzer
Stars: ✭ 22 (-99.23%)
Mutual labels:  maven, build-management
maven-install-plugin
Apache Maven Install Plugin
Stars: ✭ 21 (-99.27%)
Mutual labels:  maven, build-management
maven-apache-parent
Apache Software Foundation Parent POM
Stars: ✭ 21 (-99.27%)
Mutual labels:  maven, build-management
maven-shade-plugin
Apache Maven Shade Plugin
Stars: ✭ 120 (-95.83%)
Mutual labels:  maven, build-management
maven-compiler-plugin
Apache Maven Compiler Plugin
Stars: ✭ 131 (-95.44%)
Mutual labels:  maven, build-management
maven-it-extension
Experimental JUnit Jupiter Extension for writing integration tests for Maven plugins/Maven extensions/Maven Core
Stars: ✭ 56 (-98.05%)
Mutual labels:  maven, apache-maven
maven-checkstyle-plugin
Apache Maven Checkstyle Plugin
Stars: ✭ 42 (-98.54%)
Mutual labels:  maven, build-management
pipeline-maven-plugin
Pipeline Maven Plugin
Stars: ✭ 50 (-98.26%)
Mutual labels:  maven, apache-maven
maven-dependency-plugin
Apache Maven Dependency Plugin
Stars: ✭ 119 (-95.86%)
Mutual labels:  maven, build-management
maven-jlink-plugin
Apache Maven JLink Plugin
Stars: ✭ 40 (-98.61%)
Mutual labels:  maven, build-management
maven-plugin-testing
Apache Maven Plugin Testing
Stars: ✭ 15 (-99.48%)
Mutual labels:  maven, build-management
maven-dependency-tree
Apache Maven Dependency Tree
Stars: ✭ 19 (-99.34%)
Mutual labels:  maven, build-management
maven-sources
Apache Maven Sources
Stars: ✭ 59 (-97.95%)
Mutual labels:  maven, build-management
maven-javadoc-plugin
Apache Maven Javadoc Plugin
Stars: ✭ 45 (-98.43%)
Mutual labels:  maven, build-management
maven-deploy-plugin
Apache Maven Deploy Plugin
Stars: ✭ 30 (-98.96%)
Mutual labels:  apache-maven, build-management
Seconds Kill
基于 Springboot + Redis + Kafka 的秒杀系统,乐观锁 + 缓存 + 限流 + 异步,TPS 从 500 优化到 3000
Stars: ✭ 180 (-93.74%)
Mutual labels:  maven
Telegrambots
Java library to create bots using Telegram Bots API
Stars: ✭ 2,728 (-5.11%)
Mutual labels:  maven
Myuploader Backend
单文件上传,多文件上传,大文件上传,断点续传,文件秒传,图片上传
Stars: ✭ 177 (-93.84%)
Mutual labels:  maven

Apache Maven

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

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

If you think you have found a bug, please file an issue in the Maven Issue Tracker.

Documentation

More information can be found on Apache Maven Homepage. Questions related to the usage of Maven should be posted on the Maven User List.

Where can I get the latest release?

You can download the release source from our download page.

Contributing

If you are interested in the development of Maven, please consult the documentation first and afterward you are welcome to join the developers mailing list to ask questions or discuss new ideas/features/bugs etc.

Take a look into the contribution guidelines.

License

This code is under the Apache License, Version 2.0, January 2004.

See the NOTICE file for required notices and attributions.

Donations

Do you like Apache Maven? Then donate back to the ASF to support the development.

Quick Build

If you want to bootstrap Maven, you'll need:

  • Java 8+
  • Maven 3.0.5 or later
  • Run Maven, specifying a location into which the completed Maven distro should be installed:
    mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-4.0.x-SNAPSHOT" clean package
    
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].