You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/10/28 23:26:19 UTC

[jspwiki] 04/17: fix aditionalConfig file locations on maven-eclipse-plugin

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 50ebbd7de2ff5f0220576a2a6914ff32e9a02e5c
Author: juanpablo <ju...@apache.org>
AuthorDate: Sun Oct 28 15:30:13 2018 +0100

    fix aditionalConfig file locations on maven-eclipse-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 643f073..cbdd7aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,11 +359,11 @@
             <additionalConfig>
               <file>
                 <name>.checkstyle</name>
-                <location>./src/main/config/dev/jspwiki-checkstyle.xml</location>
+                <location>./jspwiki-war/src/main/config/dev/jspwiki-checkstyle.xml</location>
               </file>
               <file>
                 <name>.settings/org.eclipse.jdt.core.prefs</name>
-                <location>./src/main/config/dev/jspwiki-eclipse-codestyle.xml</location>
+                <location>./jspwiki-war/src/main/config/dev/jspwiki-eclipse-codestyle.xml</location>
               </file>
             </additionalConfig>
             <additionalProjectnatures>