Skip to content

Commit 91b4121

Browse files
committed
Exclude pmd-ui, since that is a SNAPSHOT dependency
which is not allowed in releases.
1 parent 7d7236b commit 91b4121

File tree

1 file changed

+7
-0
lines changed
  • net.sourceforge.pmd.eclipse.plugin

1 file changed

+7
-0
lines changed

net.sourceforge.pmd.eclipse.plugin/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
<artifactId>pmd-dist</artifactId> <!-- pmd-dist depends on all modules of pmd, so we'll get everything -->
2424
<version>${pmd.version}</version>
2525
<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>
2633
</dependency>
2734
<dependency>
2835
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)