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 1b606c6 commit 71574fcCopy full SHA for 71574fc
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.mycore</groupId>
6
<artifactId>mycore-parent</artifactId>
7
- <version>47</version>
+ <version>48-SNAPSHOT</version>
8
</parent>
9
<groupId>org.mycore.iview2</groupId>
10
<artifactId>image-tiler</artifactId>
@@ -37,18 +37,6 @@
37
</programs>
38
</configuration>
39
</plugin>
40
- <plugin>
41
- <artifactId>maven-pmd-plugin</artifactId>
42
- <executions>
43
- <execution>
44
- <goals>
45
- <goal>check</goal>
46
- <goal>cpd-check</goal>
47
- </goals>
48
- <phase>verify</phase>
49
- </execution>
50
- </executions>
51
- </plugin>
52
<plugin>
53
<groupId>com.github.spotbugs</groupId>
54
<artifactId>spotbugs-maven-plugin</artifactId>
0 commit comments