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:
aheritier 2007-01-11 00:56:14 +00:00
parent e2e97fd430
commit 14c184e7b8
2 changed files with 8 additions and 0 deletions

View File

@ -49,12 +49,16 @@
<type>plugin</type>
</dependency>
<!-- 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>
<groupId>maven-plugins</groupId>
<artifactId>maven-javancss-plugin</artifactId>
<version>1.3</version>
<type>plugin</type>
</dependency>
-->
</dependencies>
<build>
<defaultGoal>testPlugin</defaultGoal>

View File

@ -42,7 +42,11 @@
<report>maven-junit-report-plugin</report>
<report>maven-simian-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-jira-plugin</report>
</reports>
</project>