All Projects → apache → Maven Surefire

apache / Maven Surefire

Apache Maven Surefire

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Maven Surefire

WebChat
一份关于webSocket网页聊天的小demo
Stars: ✭ 54 (-82.24%)
Mutual labels:  maven
haveibeenpwned4j
The ultimate Java library for Troy Hunt's ';-- Have I Been Pwned (v3).
Stars: ✭ 13 (-95.72%)
Mutual labels:  maven
Teamspeak 3 Java Api
A Java wrapper of TeamSpeak's 3 server query API.
Stars: ✭ 273 (-10.2%)
Mutual labels:  maven
wislove
Java 服务端api解决方案,处理部分通用业务逻辑。包括用户中心,支付,订单,IM相关,内容管理,角色权限授权。以及分库分表的处理,RPC分布式的解决方案等。一个人慢慢做
Stars: ✭ 14 (-95.39%)
Mutual labels:  maven
common
常用的模式、方法、算法。Common patterns and methods.
Stars: ✭ 59 (-80.59%)
Mutual labels:  maven
alovoa
Free and open-source dating platform that respects your privacy
Stars: ✭ 104 (-65.79%)
Mutual labels:  maven
tank-battle
Java坦克大战游戏,基于Spring Boot,JDK8,Swing组件开发,有一些Bug,还在持续更新完善中...
Stars: ✭ 52 (-82.89%)
Mutual labels:  maven
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (-6.25%)
Mutual labels:  maven
SSM-Maven-Heima
基于SSM(Spring+Springmvc+Mybatis)框架的电商小项目,使用Maven构建项目,MySQL为数据库系统,Redis的缓存服务器(并不是用的很多)。商城分为后台人员管理界面和前台处理服务器两个方面。实现了登录,邮件注册,redis缓存机制,cookie的历史记录浏览,分页浏览商品,加入购物车,提交订单等等功能。最精彩的是,如果你刚刚学完基础的SSM框架,那么你就可以跟着视频一起完成这个很nice的小工程了。话不多说,让我们进入无尽的学习中吧!(光头不再是梦想:) )
Stars: ✭ 106 (-65.13%)
Mutual labels:  maven
Ueboot
springboot2.2、spring-data-jpa、iView4、Vue2 、代码生成器、shiro权限管理、前后端分离、java后台管理系统快速开发框架,通过该框架可以在分钟级别内完成单表的前后端增删改查功能。脚手架工程: https://github.com/ueboot/ueboot-starter ,基于这个工程可以直接开发
Stars: ✭ 270 (-11.18%)
Mutual labels:  maven
rpm-builder
Maven RPM builder plugin
Stars: ✭ 46 (-84.87%)
Mutual labels:  maven
WAPI
The WhatsApp API
Stars: ✭ 36 (-88.16%)
Mutual labels:  maven
docker-compose-maven-plugin
Run docker-compose with Maven
Stars: ✭ 68 (-77.63%)
Mutual labels:  maven
flexmojos-introduction
A gentle introduction to Flexmojos & Maven
Stars: ✭ 50 (-83.55%)
Mutual labels:  maven
Kotlin Examples
Various examples for Kotlin
Stars: ✭ 3,014 (+891.45%)
Mutual labels:  maven
maven-native
www.mojohaus.org/maven-native/
Stars: ✭ 13 (-95.72%)
Mutual labels:  maven
jcabi-maven-plugin
Supplementary maven plugin for AspectJ weaving and versioning of artifacts
Stars: ✭ 25 (-91.78%)
Mutual labels:  maven
Yan
使用Maven构建,整合Dubbo+Zookeeper+SpringMVC+Spring+MyBatis+Redis支持分布式的高效率便捷开发框架
Stars: ✭ 293 (-3.62%)
Mutual labels:  maven
Gradle Nexus Plugin
Gradle plugin for configuring and uploading artifacts to Sonatype Nexus
Stars: ✭ 284 (-6.58%)
Mutual labels:  maven
Blog Tutorials
⭐️ Codebase for the tutorials on my blog about Java, Spring Boot, AWS, Kotlin and Testing
Stars: ✭ 257 (-15.46%)
Mutual labels:  maven
Maven

Contributing to Apache Maven Surefire

ASF Jira Maven Central Apache License, Version 2.0, January 2004

CI Jenkins Status Jenkins tests Jenkins JaCoCo

Actions Status

The Maven Community

slack forks

Project Documentation

Maven 3.0 Plugin API

Usage of maven-surefire-plugin, maven-failsafe-plugin, maven-surefire-report-plugin

Development Information

Build the Surefire project using Maven 3.1.0+ and JDK 1.8+.

  • In order to run tests for a release check during the Vote, the following memory requirements are needed:

    On Linux/Unix:

    export MAVEN_OPTS="-server -Xmx512m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Dhttps.protocols=TLSv1.2"
    

    On Windows:

    set MAVEN_OPTS="-server -Xmx256m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Dhttps.protocols=TLSv1.2"
    
  • In order to run the tests with JDK 1.7 (on Linux/Unix modify the system property jdkHome):

    mvn install site site:stage -P reporting,run-its "-DjdkHome=e:\Program Files\Java\jdk1.7.0_80\"
    
  • In order to run the build and the tests with JDK 1.8+, e.g. JDK 11:

    mvn install site site:stage -P reporting,run-its "-DjdkHome=e:\Program Files\Java\jdk11\"
    

Deploying web site

See http://maven.apache.org/developers/website/deploy-component-reference-documentation.html

Built with Maven

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].