| 组织ID: |
net.objectlab |
| 项目ID: |
qalab |
| 版本: |
1.0 |
| 最后修改时间: |
2018-08-20 16:04:29 |
| 包类型: |
jar |
| 标题: |
QALab Library Stats for Builds |
| 描述: |
This project collects data from several QA tools, like pmd,
checkstyle, FindBugs, Cobertura and Simian and
keeps track of
them overtime. This allows developers, architects and project
managers alike to be presented
with a trend of the QA
statistics of their project. |
| 相关URL: |
http://qalab.sourceforge.net |
| 大小: |
61.49KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.objectlab</groupId>
<artifactId>qalab</artifactId>
<version>1.0</version>
</dependency>
|
| Gradle引入代码: |
net.objectlab:qalab:1.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.objectlab</groupId>
<artifactId>qalab</artifactId>
<name>QALab Library Stats for Builds</name>
<version>1.0</version>
<description>This project collects data from several QA tools, like pmd,
checkstyle, FindBugs, Cobertura and Simian and
keeps track of
them overtime. This allows developers, architects and project
managers alike to be presented
with a trend of the QA
statistics of their project.</description>
<url>http://qalab.sourceforge.net</url>
<issueManagement>
<url>http://www.sourceforge.net/tracker/?group_id=140880</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<configuration>
<address>qalab@objectlab.co.uk</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2004</inceptionYear>
<mailingLists>
<mailingList>
<name>QALab Announcements</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/qalab-announce</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/qalab-announce</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=qalab-announce</archive>
</mailingList>
<mailingList>
<name>QALab Users</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/qalab-users</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/qalab-users</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=qalab-users</archive>
</mailingList>
<mailingList>
<name>QALab Developers (CVS checkins)</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/qalab-develop</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/qalab-develop</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=qalab-develop</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>marchy</id>
<name>Marcin Jekot</name>
<email>marcin at jekot DOt net</email>
<organization>ObjectLab Financial Ltd</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+0</timezone>
</developer>
<developer>
<id>davsag</id>
<name>Dave Sag</name>
<email>davesag at sourceforge dot net</email>
<url>http://www.davesag.com</url>
<organization>individual</organization>
<roles>
<role>Java Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>benoitx</id>
<name>Benoit Xhenseval</name>
<email>qalab at objectlab dot co dot uk</email>
<url>http://www.xhenseval.com</url>
<organization>ObjectLab Ltd</organization>
<roles>
<role>Founder</role>
<role>Java Developer</role>
</roles>
<timezone>0</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Paramjit Rehinsi</name>
<email>qalab at objectlab dot co dot uk</email>
<url>http://www.objectlab.co.uk</url>
<organization>ObjectLab Ltd</organization>
<roles>
<role>Java Developer</role>
</roles>
<timezone>0</timezone>
</contributor>
</contributors>
<licenses>
<license>
<name>GNU General Public License</name>
<url>http://www.gnu.org/copyleft/gpl.html</url>
</license>
</licenses>
<scm>
<connection>scm:svn:https://svn.sourceforge.net/svnroot/qalab/trunk</connection>
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/qalab/trunk</developerConnection>
<url>http://svn.sourceforge.net/qalab</url>
</scm>
<organization>
<name>ObjectLab Ltd</name>
<url>http://www.objectlab.co.uk/</url>
</organization>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>
<resources>
<resource>
<directory>src/conf</directory>
<includes>
<include>*.properties</include>
<include>**/*.gif</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/NaughtyTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.4</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>default</id>
<name>Default Repository</name>
<url>file:///home/groups/q/qa/qalab/</url>
</repository>
<site>
<id>default</id>
<name>Default Site</name>
<url>scp://www.objectlab.co.uk//home/groups/q/qa/qalab/htdocs</url>
</site>
<status>converted</status>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.objectlab.qalab.ant.AntTaskLogger.class
net.objectlab.qalab.ant.BuildStatChartTask.class
net.objectlab.qalab.ant.BuildStatMergeTask.class
net.objectlab.qalab.ant.BuildStatMoverTask.class
net.objectlab.qalab.exporter.ConsoleExporter.class
net.objectlab.qalab.exporter.QALabXMLExporter.class
net.objectlab.qalab.interfaces.QALabExporter.class
net/objectlab/qalab/objectlab.gif
net.objectlab.qalab.parser.BaseStatMerge$1.class
net.objectlab.qalab.parser.BaseStatMerge.class
net.objectlab.qalab.parser.BuildStatForChartParser.class
net.objectlab.qalab.parser.BuildStatMoverHandler.class
net.objectlab.qalab.parser.CheckstyleOrPMDBaseMerge.class
net.objectlab.qalab.parser.CheckstyleStatMerge.class
net.objectlab.qalab.parser.CoberturaBranchStatMerge.class
net.objectlab.qalab.parser.CoberturaLineStatMerge.class
net.objectlab.qalab.parser.FileStats.class
net.objectlab.qalab.parser.FindBugsStatMerge.class
net.objectlab.qalab.parser.PMDCPDStatMerge.class
net.objectlab.qalab.parser.PMDStatMerge.class
net.objectlab.qalab.parser.SimianStatMerge.class
net.objectlab.qalab.parser.SingleStat.class
net.objectlab.qalab.parser.StatMerger.class
net.objectlab.qalab.util.ConsoleLogger.class
net.objectlab.qalab.util.FilenameUtil.class
net.objectlab.qalab.util.QALabTags.class
net.objectlab.qalab.util.SilentLogger.class
net.objectlab.qalab.util.TaskLogger.class
net.objectlab.qalab.util.Util.class
META-INF/LICENSE.txt
|
| 依赖Jar: |
jfreechart-1.0.2.jar
/jfree/jfreechart/1.0.2
查看jfreechart所有版本文件
jcommon-1.0.5.jar
/jfree/jcommon/1.0.5
查看jcommon所有版本文件
xerces-2.4.0.jar
/xerces/xerces/2.4.0
查看xerces所有版本文件
xercesImpl-2.6.2.jar
/xerces/xercesImpl/2.6.2
查看xercesImpl所有版本文件
ant-1.6.4.jar
/ant/ant/1.6.4
查看ant所有版本文件
|