Skip to content

Commit 8a01182

Browse files
committed
Use pmd-test-schema from PMD 6.48.0-SNAPSHOT
1 parent 01fa72e commit 8a01182

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This is a minor release.
1313

1414
### New and noteworthy
1515

16+
* Updated to PMD 6.48.0-SNAPSHOT.
17+
1618
### Fixed Issues
1719

1820
* [#163](https://github.com/pmd/pmd-eclipse-plugin/pull/163): Bump tycho from 2.6.0 to 2.7.4

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-dependency-plugin</artifactId>
65-
<version>2.7</version>
65+
<version>3.3.0</version>
6666
<configuration>
6767
<stripVersion>true</stripVersion>
6868
<prependGroupId>false</prependGroupId>
@@ -87,9 +87,15 @@
8787
<artifactItems>
8888
<artifactItem>
8989
<groupId>net.sourceforge.pmd</groupId>
90-
<artifactId>pmd-test</artifactId>
90+
<artifactId>pmd-test-schema</artifactId>
9191
<version>${pmd.version}</version>
92-
<includes>rule-tests_1_0_0.xsd</includes>
92+
<includes>net/sourceforge/pmd/test/schema/rule-tests_1_0_0.xsd</includes>
93+
<fileMappers>
94+
<org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
95+
<pattern>^\Qnet/sourceforge/pmd/test/schema/\E</pattern>
96+
<replacement>./</replacement>
97+
</org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
98+
</fileMappers>
9399
</artifactItem>
94100
</artifactItems>
95101
<outputDirectory>${project.build.directory}/schema</outputDirectory>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md -->
2323
<tycho.version>2.7.4</tycho.version>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25-
<pmd.version>6.47.0</pmd.version>
25+
<pmd.version>6.48.0-SNAPSHOT</pmd.version>
2626
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
2727
<pmd.build-tools.version>18</pmd.build-tools.version>
2828
<checkstyle.version>9.3</checkstyle.version>

0 commit comments

Comments
 (0)