PMD build tools
Artifact containing configuration data and tools to build pmd/pmd from source.
Note: This projects does not use semantic versioning.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииКомпиляция и сборка Сеть PMD Тестирование приложения и мониторинг Code Analysis |
| Группа | Группаnet.sourceforge.pmd |
| Идентификатор | Идентификаторpmd-build-tools-plugin |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
ОписаниеPMD Build Tools Plugin
This small subproject regroup most of the stuff needed to build pmd.
As some java code has been produced to reduce the use of scripts when
generating the website, the build also requires a small jar, which is
generated by this pom.
IMPORTANT NOTE: the pmd-build.jar does not need to be recompile if you
modify any ant or xslt files. You can alter the files that are in the
xslt directory and directly uses the appropriate ant or java task.
pmd-build should be recompiled and package (and its version incrememented)
only if you modify the java code.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| pmd-build-tools-plugin-1.2.pom | |
| pmd-build-tools-plugin-1.2.jar | 35 KB |
| pmd-build-tools-plugin-1.2-sources.jar | 24 KB |
| pmd-build-tools-plugin-1.2-javadoc.jar | 466 KB |
| Обзор |
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools-plugin</artifactId>
<version>1.2</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant | jar | 1.8.2 |
| org.apache.maven : maven-plugin-api | jar | 3.0.3 |
| org.apache.maven : maven-core | jar | 3.0.3 |
| org.apache.maven : maven-compat | jar | 3.0.3 |
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 2.1 |
Artifact containing configuration data and tools to build pmd/pmd from source.
Note: This projects does not use semantic versioning.