This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit a95da9abd3acdfbb1f91d9814e766e3516718d33
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Sun Nov 28 23:25:29 2021 +0100

    Retire configuration of maven-eclipse-plugin
    
    as it has been retired years ago
---
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5c2f63..24264c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,29 +495,6 @@
         </plugin>
 
         <plugin>
-          <artifactId>maven-eclipse-plugin</artifactId>
-          <version>${plugin.eclipse.version}</version>
-          <configuration>
-            <downloadSources>true</downloadSources>
-            <downloadJavadocs>true</downloadJavadocs>
-            <additionalConfig>
-              <file>
-                <name>.checkstyle</name>
-                
<location>${maven.multiModuleProjectDirectory}/jspwiki-war/src/main/config/dev/jspwiki-checkstyle.xml</location>
-              </file>
-              <file>
-                <name>.settings/org.eclipse.jdt.core.prefs</name>
-                
<location>${maven.multiModuleProjectDirectory}/jspwiki-war/src/main/config/dev/jspwiki-eclipse-codestyle.xml</location>
-              </file>
-            </additionalConfig>
-            <additionalProjectnatures>
-              <projectnature>net.sourceforge.metrics.nature</projectnature>
-              
<projectnature>net.sf.eclipsecs.core.CheckstyleNature</projectnature>
-            </additionalProjectnatures>
-          </configuration>
-        </plugin>
-
-        <plugin>
           <artifactId>maven-enforcer-plugin</artifactId>
           <version>${plugin.enforcer.version}</version>
           <configuration>

Reply via email to