You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/04/21 22:13:31 UTC

[3/3] directory-fortress-core git commit: FC-93 - fortress core packaging includes fortress.properties inside .jar

FC-93 - fortress core packaging includes fortress.properties inside .jar


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/aa2043fa
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/aa2043fa
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/aa2043fa

Branch: refs/heads/master
Commit: aa2043fa54c752d941f87b67b63e1a16b2e37349
Parents: 6009bc2
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Apr 21 15:05:55 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Apr 21 15:05:55 2015 -0500

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/aa2043fa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0e83a8c..be57132 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,6 +479,7 @@
           <configuration>
             <excludes>
               <exclude>**/bootstrap</exclude>
+              <exclude>**/config</exclude>
               <exclude>**/*.xml</exclude>
               <exclude>**/*.properties</exclude>
               <exclude>**/*.txt</exclude>