javancss 1.3 plugin has an invalid pom which isn't supported by maven 1.1 RC1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@495071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e2e97fd430
commit
14c184e7b8
@ -49,12 +49,16 @@
|
|||||||
<type>plugin</type>
|
<type>plugin</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- We need to be sure the JavaNCSS plugin is downloaded for the tests -->
|
<!-- We need to be sure the JavaNCSS plugin is downloaded for the tests -->
|
||||||
|
<!-- Temporarly disabled - This plugin contains an invalid POM -->
|
||||||
|
<!-- Maven 1.1 RC1 is more strict than before -->
|
||||||
|
<!--
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven-plugins</groupId>
|
<groupId>maven-plugins</groupId>
|
||||||
<artifactId>maven-javancss-plugin</artifactId>
|
<artifactId>maven-javancss-plugin</artifactId>
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
<type>plugin</type>
|
<type>plugin</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>testPlugin</defaultGoal>
|
<defaultGoal>testPlugin</defaultGoal>
|
||||||
|
|||||||
@ -42,7 +42,11 @@
|
|||||||
<report>maven-junit-report-plugin</report>
|
<report>maven-junit-report-plugin</report>
|
||||||
<report>maven-simian-plugin</report>
|
<report>maven-simian-plugin</report>
|
||||||
<report>maven-tasklist-plugin</report>
|
<report>maven-tasklist-plugin</report>
|
||||||
|
<!-- Temporarly disabled - This plugin contains an invalid POM -->
|
||||||
|
<!-- Maven 1.1 RC1 is more strict than before -->
|
||||||
|
<!--
|
||||||
<report>maven-javancss-plugin</report>
|
<report>maven-javancss-plugin</report>
|
||||||
|
-->
|
||||||
<report>maven-jira-plugin</report>
|
<report>maven-jira-plugin</report>
|
||||||
</reports>
|
</reports>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user