exclude one more file from source release package
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/94f5f3ad Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/94f5f3ad Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/94f5f3ad Branch: refs/heads/master Commit: 94f5f3adc1ccbc7761dfa39a9116f4914f7112dd Parents: 30587b1 Author: Alex Harui <[email protected]> Authored: Sun Aug 14 21:59:32 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Sun Aug 14 21:59:39 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/94f5f3ad/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d16af54..29ac1d5 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,8 @@ <exclude>examples/**</exclude> <!-- JSON files can't contain comments --> <exclude>**/*.json</exclude> + <!-- This is appended to the LICENSE file for binary packages--> + <exclude>LICENSE.bin</exclude> <!-- Stuff that needs to be removed --> <exclude>fxg2svg/**</exclude>
