We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc6237 commit bc4edddCopy full SHA for bc4eddd
1 file changed
pom.xml
@@ -29,13 +29,14 @@ under the License.
29
<relativePath/>
30
</parent>
31
32
+ <groupId>io.wcm.devops.maven.plugins</groupId>
33
<artifactId>maven-eclipse-plugin</artifactId>
34
<version>3.0.0-SNAPSHOT</version>
35
<packaging>maven-plugin</packaging>
36
- <name>Apache Maven Eclipse Plugin</name>
37
- <description>The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder)
38
- from a POM.
+ <name>wcm.io DevOps Maven Eclipse Plugin</name>
+ <description>
39
+ The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.
40
</description>
41
42
<prerequisites>
@@ -533,4 +534,3 @@ under the License.
533
534
</plugins>
535
</reporting>
536
</project>
-
0 commit comments