We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7236b commit 91b4121Copy full SHA for 91b4121
net.sourceforge.pmd.eclipse.plugin/pom.xml
@@ -23,6 +23,13 @@
23
<artifactId>pmd-dist</artifactId> <!-- pmd-dist depends on all modules of pmd, so we'll get everything -->
24
<version>${pmd.version}</version>
25
<type>pom</type>
26
+ <exclusions>
27
+ <!-- exclude pmd-ui, since that is a SNAPSHOT dependency which is not allowed in releases -->
28
+ <exclusion>
29
+ <groupId>net.sourceforge.pmd</groupId>
30
+ <artifactId>pmd-ui</artifactId>
31
+ </exclusion>
32
+ </exclusions>
33
</dependency>
34
<dependency>
35
<groupId>javax.xml.bind</groupId>
0 commit comments