This repository contains source code of OpenClover Core as well as its integrations: Clover-for-Ant, Clover-for-Eclipse and Clover-for-IDEA plugins. Sources are licensed under Apache 2.0 license.
User documentation:
- https://openclover.org/documentation
- https://confluence.atlassian.com/display/CLOVER/Clover+Documentation+Home
Developer guides:
- https://openclover.org/documentation
- https://confluence.atlassian.com/display/CLOVER/Clover+Development+Hub
Support Knowledge Base:
- https://openclover.org/documentation
- https://confluence.atlassian.com/display/CLOVERKB/Clover+Knowledge+Base+Home
Q&A forums:
- Stackoverflow: https://stackoverflow.com/tags/clover
- Atlassian Community: https://community.atlassian.com/t5/Clover/ct-p/clover
Bug and feature tracker:
Download page:
Source code:
See also:
- https://github.com/openclover/clover-maven-plugin
- https://github.com/openclover/gradle-clover-plugin
- https://github.com/openclover/grails-clover-plugin
- https://github.com/openclover/clover-examples
- https://github.com/openclover/clover-aspectj-compiler
- https://github.com/jenkinsci/clover-plugin
- https://github.com/hudson3-plugins/clover-plugin
mvn install -f clover-core-libs/jarjar/pom.xml
mvn install -Pworkspace-setup -f clover-core-libs/pom.xml
mvn install -Pworkspace-setup -f clover-eclipse-libs/pom.xml
mvn install -Pworkspace-setup -f clover-jtreemap/pom.xml
mvn install -Pworkspace-setup -f clover-idea-libs/pom.xml
Add https://packages.atlassian.com/mvn/maven-atlassian-external to your list of Maven repositories in settings.xml
OR
Download the following files and install locally:
PACKAGES_ATLASSIAN_COM=https://packages.atlassian.com/mvn/maven-atlassian-external/
KTREEMAP_PATH=net/sf/jtreemap/ktreemap/1.1.0-atlassian-01
wget $PACKAGES_ATLASSIAN_COM/$KTREEMAP_PATH/ktreemap-1.1.0-atlassian-01.jar
wget $PACKAGES_ATLASSIAN_COM/$KTREEMAP_PATH/ktreemap-1.1.0-atlassian-01.pom
mvn install:install-file -Dfile=ktreemap-1.1.0-atlassian-01.jar -DpomFile=ktreemap-1.1.0-atlassian-01.pom
Now you can work with the code using Maven. You can also open it in IntelliJ IDEA, by importing the root pom.xml.
# Compile everything and run all tests
mvn test
# Install all modules locally, without testing
mvn install -DskipTests=true
# Run tests for three main modules
mvn test -pl clover-ant,clover-core,clover-groovy
Copyright @ 2002 - 2017 Atlassian Pty Ltd
Copyright @ 2017 - 2023 modifications by OpenClover.org