You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, we should ignore **/*-test.eo files and also don't include junit dependencies into the target .jar. Only when the user does eoc test, we should include test files and also include junit.
I think we should move junit deps into a <profile> in pom.xml
The text was updated successfully, but these errors were encountered:
By default, we should ignore
**/*-test.eo
files and also don't include junit dependencies into the target .jar. Only when the user doeseoc test
, we should include test files and also include junit.I think we should move junit deps into a
<profile>
inpom.xml
The text was updated successfully, but these errors were encountered: