We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1534a commit cdc6237Copy full SHA for cdc6237
1 file changed
pom.xml
@@ -25,12 +25,12 @@ under the License.
25
<parent>
26
<artifactId>maven-plugins</artifactId>
27
<groupId>org.apache.maven.plugins</groupId>
28
- <version>28-SNAPSHOT</version>
29
- <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+ <version>28</version>
+ <relativePath/>
30
</parent>
31
32
<artifactId>maven-eclipse-plugin</artifactId>
33
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
34
<packaging>maven-plugin</packaging>
35
36
<name>Apache Maven Eclipse Plugin</name>
@@ -292,6 +292,7 @@ under the License.
292
<configuration>
293
<excludes combine.children="append">
294
<exclude>README-testing.txt</exclude>
295
+ <exclude>README.md</exclude>
296
297
<!--
298
These files contain several files for eclipse
0 commit comments