This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release/0.9.6 by this push:
new 27f9f36 utils ended up in release-dir for some reason
27f9f36 is described below
commit 27f9f36f05bbf12d469c10234efee243a30e6a2f
Author: Alex Harui <[email protected]>
AuthorDate: Sat Apr 6 17:27:28 2019 -0700
utils ended up in release-dir for some reason
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 464a664..bafc20c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,6 +290,7 @@
target directories. We don't want that.
-->
<exclude>**/target/**</exclude>
+ <exclude>**/release-dir/**</exclude>
<!-- Stuff an Ant build might have left behind. -->
<exclude>lib/**</exclude>
<!--