Remove unwanted line from pom.xml 38/75038/2
authorMohammad Salehe <salehe@cs.toronto.edu>
Sat, 24 Nov 2018 00:37:13 +0000 (19:37 -0500)
committerMohammad Salehe <salehe@cs.toronto.edu>
Sat, 22 Dec 2018 19:40:38 +0000 (14:40 -0500)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6703b44..6d5bd06 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                                                        <excludes>
                                                                <exclude>**/*.xml</exclude>
                                                                <exclude>**/*.properties</exclude>
-                                                               <exclude>**/Sample*</exclude>
                                                        </excludes>
                                                </configuration>
                                        </execution>