All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by surefire with all dependencies

Search JAR files by class name

surefire-shared-utils from group org.apache.maven.surefire (version 3.5.0)

Relocated Java packages of maven-shared-utils and several Apache Commons utilities in Surefire.

Group: org.apache.maven.surefire Artifact: surefire-shared-utils
Show all versions Show source 
 

0 downloads
Artifact surefire-shared-utils
Group org.apache.maven.surefire
Version 3.5.0
Last update 22. August 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-toolchains-plugin from group org.apache.maven.plugins (version 3.2.0)

The Toolchains Plugins allows to share configuration across plugins. For example to make sure the plugins like compiler, surefire, javadoc, webstart etc. all use the same JDK for execution.

Group: org.apache.maven.plugins Artifact: maven-toolchains-plugin
Show all versions Show documentation Show source 
 

17 downloads
Artifact maven-toolchains-plugin
Group org.apache.maven.plugins
Version 3.2.0
Last update 18. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies plexus-xml, slf4j-api, javax.inject,
There are maybe transitive dependencies!

annotationPoster from group com.atlassian.bitbucket.codeinsights (version 1.1.10)

Maven extension that can post surefire/failsafe test failures as annotations to a Bitbucket Server 5.15.0 (or later) instance.

Group: com.atlassian.bitbucket.codeinsights Artifact: annotationPoster
Show all versions Show documentation Show source 
 

0 downloads
Artifact annotationPoster
Group com.atlassian.bitbucket.codeinsights
Version 1.1.10
Last update 02. February 2021
Organization Atlassian
URL http://www.bitbucket.org/atlassian/junitAnnotationPoster
License Apache License, Version 2.0
Dependencies amount 8
Dependencies plexus-component-annotations, jersey-client, jersey-hk2, jersey-media-json-jackson, commons-lang3, hamcrest-all, mockito-core, wiremock,
There are maybe transitive dependencies!

surefire from group com.danhaywood.mavenmixin (version 0.0.6)

Maven mixin that configures the surefire plugin to run unit tests, integration tests and BDD specs in separate executions.

Group: com.danhaywood.mavenmixin Artifact: surefire
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact surefire
Group com.danhaywood.mavenmixin
Version 0.0.6
Last update 24. January 2018
Organization not specified
URL https://github.com/danhaywood/java-mavenmixin-surefire
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dashboard-maven-plugin from group org.codehaus.mojo (version 1.0.0-beta-1)

Dashboard report plugin which aggregate results from Checkstyle, Cobertura, Surefire, PMD, CPD, Clover, Findbugs, Taglist reports.

Group: org.codehaus.mojo Artifact: dashboard-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact dashboard-maven-plugin
Group org.codehaus.mojo
Version 1.0.0-beta-1
Last update 29. July 2008
Organization not specified
URL http://mojo.codehaus.org/dashboard-maven-plugin/
License The Apache Software License, Version 2.0
Dependencies amount 15
Dependencies maven-reporting-impl, xstream, maven-surefire-report-plugin, log4j, cobertura, jfreechart, jdepend-maven-plugin, plexus-utils, plexus-resources, xalan, xml-apis, xercesImpl, hibernate, geronimo-jta_1.0.1B_spec, doxia-core,
There are maybe transitive dependencies!

org.eclipse.tycho.surefire.testnghelper from group org.eclipse.tycho (version 1.1.0)

This bundle is a Tycho internal bundle that is required to build Tycho itself and is not intended for public use. It exports 2 (empty) packages "org.testng" and "org.testng.xml" in order to fulfill the build requirements for the org.eclipse.tycho.surefire.testng Plug-in.

Group: org.eclipse.tycho Artifact: org.eclipse.tycho.surefire.testnghelper
Show all versions Show source 
 

1 downloads
Artifact org.eclipse.tycho.surefire.testnghelper
Group org.eclipse.tycho
Version 1.1.0
Last update 26. January 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

surefire-shadefire from group org.apache.maven.surefire (version 3.5.0)

A super-shaded junit3 provider that is used by surefire to build itself, that basically has ALL classes relocated to facilitate no API-conflict whatsoever with ourself. The only remaining point of conflict is around the booter properties file format.

Group: org.apache.maven.surefire Artifact: surefire-shadefire
Show all versions Show source 
 

2 downloads
Artifact surefire-shadefire
Group org.apache.maven.surefire
Version 3.5.0
Last update 22. August 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cucumber-slices-maven-plugin from group com.disney.studio.cucumber.slices.plugin (version 1.8.2)

The Cucumber Slices Plugin is designed to parse Cucumber feature files with 1 or more scenarios into many feature files, each with 1 scenario per feature file. Each parsed feature file is associated with a Cucumber runner file that is generated at runtime. The Cucumber runner files can be executed in parallel using Maven's Surefire or Failsafe Plugin.

Group: com.disney.studio.cucumber.slices.plugin Artifact: cucumber-slices-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact cucumber-slices-maven-plugin
Group com.disney.studio.cucumber.slices.plugin
Version 1.8.2
Last update 10. December 2020
Organization not specified
URL https://github.com/DisneyStudios/cucumber-slices-maven-plugin
License The Apache License, Version 2.0
Dependencies amount 22
Dependencies maven-plugin-api, plexus-utils, cucumber-groovy, cucumber-junit, groovy, groovy-bsf, groovy-cli-picocli, groovy-cli-commons, groovy-console, groovy-datetime, groovy-docgenerator, groovy-groovydoc, groovy-groovysh, groovy-jmx, groovy-json, groovy-jsr223, groovy-macro, groovy-nio, groovy-sql, groovy-xml, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

ci-parent-pom from group de.davelee (version 2.0.2)

This is a Maven Parent POM for Continuous Integration using Java. It has an analysis profile that can be called which runs Surefire for JUnit Tests, measures Code Coverage using JaCoCo (v2.0.x and higher) or Cobertura (v1.0.x), generates Documentation using JavaDoc and measures Code Quality using PMD, FindBugs and Checkstyle.

Group: de.davelee Artifact: ci-parent-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ci-parent-pom
Group de.davelee
Version 2.0.2
Last update 09. September 2020
Organization not specified
URL https://www.davelee.de
License GNU General Public Licence
Dependencies amount 4
Dependencies slf4j-api, log4j-api, log4j-core, log4j-slf4j-impl,
There are maybe transitive dependencies!

scope-instrumentation-for-maven from group com.undefinedlabs.scope (version 0.1.0)

Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds. The Scope for Maven instrumentator library allows to modify the Maven pom file to add Scope Java Agent to surefire and failsafe plugins.

Group: com.undefinedlabs.scope Artifact: scope-instrumentation-for-maven
Show documentation Show source 
 

0 downloads
Artifact scope-instrumentation-for-maven
Group com.undefinedlabs.scope
Version 0.1.0
Last update 29. November 2019
Organization not specified
URL https://scope.dev/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 6 from 3 (items total 75)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy