Code Review
/
music.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9641685
)
Remove unwanted line from pom.xml
38/75038/2
author
Mohammad Salehe
<salehe@cs.toronto.edu>
Sat, 24 Nov 2018 00:37:13 +0000
(19:37 -0500)
committer
Mohammad 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
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
6703b44
..
6d5bd06
100755
(executable)
--- a/
pom.xml
+++ b/
pom.xml
@@
-134,7
+134,6
@@
<excludes>
<exclude>**/*.xml</exclude>
<exclude>**/*.properties</exclude>
- <exclude>**/Sample*</exclude>
</excludes>
</configuration>
</execution>