You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/03/30 22:56:30 UTC

[3/5] incubator-tamaya git commit: Added jar entries as exclusions for src assembly.

Added jar entries as exclusions for src assembly.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/5f60e212
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/5f60e212
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/5f60e212

Branch: refs/heads/master
Commit: 5f60e2120b3fc6f981d8124dcd1d41f4495b4f28
Parents: dbb9f4c
Author: anatole <an...@apache.org>
Authored: Wed Mar 30 22:52:20 2016 +0200
Committer: anatole <an...@apache.org>
Committed: Wed Mar 30 22:52:20 2016 +0200

----------------------------------------------------------------------
 distribution/src/main/assembly/distribution-src.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/5f60e212/distribution/src/main/assembly/distribution-src.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/distribution-src.xml b/distribution/src/main/assembly/distribution-src.xml
index 5e0d865..a026509 100644
--- a/distribution/src/main/assembly/distribution-src.xml
+++ b/distribution/src/main/assembly/distribution-src.xml
@@ -39,6 +39,7 @@ under the License.
                 <exclude>**/jqassistant.datastore/**</exclude> <!-- JQAssistant data directory -->
                 <exclude>**/sandbox/**</exclude> <!-- Sandbox modules are not released -->
                 <exclude>**/*.log</exclude>
+                <exclude>**/*.jar</exclude>
             </excludes>
 
             <includes>