aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammad Salehe <salehe@cs.toronto.edu>2018-11-23 19:37:13 -0500
committerMohammad Salehe <salehe@cs.toronto.edu>2018-12-22 14:40:38 -0500
commit017c075045e138616f98d0804f7bfc8190c40086 (patch)
treed232e9a81f373f001ec8da3622001bd52193edd1
parent964168542a4cfebf19414dba218ca9a5979f9be8 (diff)
Remove unwanted line from pom.xml
Remove unwanted line which blocked including classes starting with "Sample" in the target jars Change-Id: I428e23e63feb348d19f16846b3625c82b49d252f Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
-rwxr-xr-xpom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6703b445..6d5bd06b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,6 @@
<excludes>
<exclude>**/*.xml</exclude>
<exclude>**/*.properties</exclude>
- <exclude>**/Sample*</exclude>
</excludes>
</configuration>
</execution>