Skip to content

Commit 919e380

Browse files
committed
Fix build - excluding the original apex jars, since we use
the apex-jorje-shaded jar
1 parent 74d2450 commit 919e380

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
<artifactId>pmd-dist</artifactId> <!-- pmd-dist depends on all modules of pmd, so we'll get everything -->
2020
<version>${pmd.version}</version>
2121
<type>pom</type>
22+
<exclusions>
23+
<exclusion>
24+
<groupId>apex</groupId>
25+
<artifactId>apex-jorje-ide</artifactId>
26+
</exclusion>
27+
<exclusion>
28+
<groupId>apex</groupId>
29+
<artifactId>apex-jorje-semantic</artifactId>
30+
</exclusion>
31+
</exclusions>
2232
</dependency>
2333
<dependency>
2434
<groupId>log4j</groupId>

0 commit comments

Comments
 (0)