Maven Repository - POM file for Build cobertura-master 0.1 0.1

Summary

Cobertura Master Gradle Plugin.

Gradle plugin for generating a master cobertura report from sub-project cobertura reports..

Declaration

Here is the list of declaration for cobertura-master. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.adaptc.gradle</groupId>
   <artifactId>cobertura-master</artifactId>
   <version>0.1</version>
</dependency>

If you think this Maven repository POM file listing for cobertura-master is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The cobertura-master-0.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitspock-core 0.7-groovy-1.8
Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo...
107

Packages

The following packages are defined in the cobertura-master-0.1.jar

com.adaptc.gradle.coberturamaster

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.adaptc.gradle</groupId>
  <artifactId>cobertura-master</artifactId>
  <version>0.1</version>
  <name>Cobertura Master Gradle Plugin</name>
  <description>Gradle plugin for generating a master cobertura report from sub-project cobertura reports.</description>
  <url>http://github.com/adaptivecomputing/plugins-gradle</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:https://github.com/adaptivecomputing/plugins-gradle.git</connection>
    <developerConnection>scm:git:https://github.com/adaptivecomputing/plugins-gradle.git</developerConnection>
    <url>http://github.com/adaptivecomputing/plugins-gradle</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.mapvine</groupId>
      <artifactId>gradle-cobertura-plugin</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>0.7-groovy-1.8</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>