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/04/05 22:07:04 UTC

incubator-tamaya git commit: Added exclusion for release/version plugin generated artifacts.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 7045289ed -> 1690e25e6


Added exclusion for release/version plugin generated artifacts.


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

Branch: refs/heads/master
Commit: 1690e25e6ce273ea8aacd3cdcea3283eefe1d501
Parents: 7045289
Author: anatole <an...@apache.org>
Authored: Tue Apr 5 22:06:38 2016 +0200
Committer: anatole <an...@apache.org>
Committed: Tue Apr 5 22:06:38 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/1690e25e/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 a026509..1f0bd0c 100644
--- a/distribution/src/main/assembly/distribution-src.xml
+++ b/distribution/src/main/assembly/distribution-src.xml
@@ -40,6 +40,8 @@ under the License.
                 <exclude>**/sandbox/**</exclude> <!-- Sandbox modules are not released -->
                 <exclude>**/*.log</exclude>
                 <exclude>**/*.jar</exclude>
+                <exclude>**/pom.xml.releaseBackup</exclude>
+                <exclude>release.properties</exclude>
             </excludes>
 
             <includes>