| 组织ID: |
org.jvnet.hudson.plugins |
| 项目ID: |
checkstyle |
| 版本: |
3.12 |
| 最后修改时间: |
2019-10-23 22:40:03 |
| 包类型: |
jar |
| 标题: |
Checkstyle Plug-in |
| 描述: |
This plug-in generates the trend report for
Checkstyle, an open source static code analysis program. |
| 相关URL: |
http://wiki.hudson-ci.org/display/HUDSON/Checkstyle+Plugin |
| 大小: |
99.84KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>checkstyle</artifactId>
<version>3.12</version>
</dependency>
|
| Gradle引入代码: |
org.jvnet.hudson.plugins:checkstyle:3.12
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>1.16</version>
<relativePath>../analysis-pom/pom.xml</relativePath>
</parent>
<artifactId>checkstyle</artifactId>
<packaging>hpi</packaging>
<name>Checkstyle Plug-in</name>
<version>3.12</version>
<url>http://wiki.hudson-ci.org/display/HUDSON/Checkstyle+Plugin</url>
<description>This plug-in generates the trend report for
Checkstyle, an open source static code analysis program.</description>
<licenses>
<license>
<name>MIT license</name>
<comments>All source code is under the MIT license.</comments>
</license>
<license>
<name>LGPL</name>
<comments>All icons are made by Carlitus (Carles Carbonell
Bernado) and are under the LGPL.</comments>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-core</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-test</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://guest@svn.java.net/svn/hudson~svn/tags/checkstyle-3.12</connection>
<developerConnection>scm:svn:https://svn.java.net/svn/hudson~svn/tags/checkstyle-3.12</developerConnection>
<url>http://fisheye.hudson-ci.org/browse/Hudson/tags/checkstyle-3.12</url>
</scm>
<repositories>
<repository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
index.jelly
hudson.plugins.checkstyle.CheckStyleReporterDescriptor.class
hudson.plugins.checkstyle.parser.CheckStyleParser.class
hudson.plugins.checkstyle.parser.CheckStyle.class
hudson.plugins.checkstyle.parser.Error.class
hudson.plugins.checkstyle.parser.Warning.class
hudson.plugins.checkstyle.parser.File.class
hudson.plugins.checkstyle.CheckStyleResult.class
hudson/plugins/checkstyle/CheckStylePublisher/config_de.properties
hudson/plugins/checkstyle/CheckStylePublisher/global.jelly
hudson/plugins/checkstyle/CheckStylePublisher/config.properties
hudson/plugins/checkstyle/CheckStylePublisher/config.jelly
hudson/plugins/checkstyle/CheckStylePublisher/config_ja.properties
hudson.plugins.checkstyle.CheckStyleMavenResult.class
hudson.plugins.checkstyle.CheckStylePlugin.class
hudson.plugins.checkstyle.CheckStylePublisher.class
hudson/plugins/checkstyle/CheckStyleReporter/global.jelly
hudson/plugins/checkstyle/CheckStyleReporter/config.jelly
hudson.plugins.checkstyle.CheckStyleProjectAction.class
hudson/plugins/checkstyle/CheckStyleResult/index_nl.properties
hudson/plugins/checkstyle/CheckStyleResult/index_fr.properties
hudson/plugins/checkstyle/CheckStyleResult/index.jelly
hudson/plugins/checkstyle/CheckStyleResult/index_ja.properties
hudson/plugins/checkstyle/CheckStyleResult/index_de.properties
hudson/plugins/checkstyle/CheckStyleResultAction/summary.jelly
hudson/plugins/checkstyle/CheckStyleResultAction/summary_ja.properties
hudson/plugins/checkstyle/CheckStyleResultAction/summary_de.properties
hudson/plugins/checkstyle/CheckStyleResultAction/summary.properties
hudson.plugins.checkstyle.CheckStyleHealthDescriptor.class
hudson/plugins/checkstyle/rules/config_header.xml
hudson/plugins/checkstyle/rules/config_regexp.xml
hudson/plugins/checkstyle/rules/config_coding.xml
hudson/plugins/checkstyle/rules/config_whitespace.xml
hudson.plugins.checkstyle.rules.Topic.class
hudson.plugins.checkstyle.rules.TopicRule.class
hudson/plugins/checkstyle/rules/config_modifier.xml
hudson/plugins/checkstyle/rules/config_misc.xml
hudson/plugins/checkstyle/rules/config_sizes.xml
hudson.plugins.checkstyle.rules.Rule.class
hudson/plugins/checkstyle/rules/config_naming.xml
hudson/plugins/checkstyle/rules/config_design.xml
hudson/plugins/checkstyle/rules/config_imports.xml
hudson/plugins/checkstyle/rules/config_javadoc.xml
hudson.plugins.checkstyle.rules.CheckStyleRules.class
hudson/plugins/checkstyle/rules/config_duplicates.xml
hudson/plugins/checkstyle/rules/config_annotation.xml
hudson/plugins/checkstyle/rules/config_metrics.xml
hudson.plugins.checkstyle.CheckStyleResultAction.class
hudson.plugins.checkstyle.MavenCheckStyleResultAction.class
hudson/plugins/checkstyle/Messages_fr.properties
hudson/plugins/checkstyle/Messages_de.properties
hudson.plugins.checkstyle.Messages.class
hudson/plugins/checkstyle/Messages.properties
hudson.plugins.checkstyle.ResultSummary.class
hudson/plugins/checkstyle/dashboard/WarningsPriorityGraphPortlet.stapler
hudson.plugins.checkstyle.dashboard.WarningsTablePortlet$WarningsPerJobDescriptor.class
hudson/plugins/checkstyle/dashboard/WarningsTablePortlet.stapler
hudson.plugins.checkstyle.dashboard.WarningsPriorityGraphPortlet.class
hudson.plugins.checkstyle.dashboard.WarningsNewVersusFixedGraphPortlet$WarningsGraphDescriptor.class
hudson.plugins.checkstyle.dashboard.WarningsTablePortlet.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
analysis-core-1.16.jar
/org.jvnet.hudson.plugins/analysis-core/1.16
查看analysis-core所有版本文件
analysis-test-1.4.jar
/org.jvnet.hudson.plugins/analysis-test/1.4
查看analysis-test所有版本文件
xercesImpl-2.8.1.jar
/xerces/xercesImpl/2.8.1
查看xercesImpl所有版本文件
|