summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-05-05 19:36:09 -0600
committermokha <mokha@cisco.com>2019-05-05 19:36:09 -0600
commit3c2be35d16d7482442911f5b06b68512f86e15b5 (patch)
tree636edf7d09f2cc0b2f006c058071ce5b3d9adda6 /pom.xml
parent46e409f3ca33ec3c7546d0589301c2a4f967c10a (diff)
butcher default directory structure to make instructor happy
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fe8b644..800d635 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
- <scope>test</scope>
+ <!--<scope>test</scope>-->
</dependency>
</dependencies>
<properties>
@@ -19,6 +19,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<build>
+ <sourceDirectory>src</sourceDirectory>
+ <testSourceDirectory>src</testSourceDirectory>
<plugins>
<plugin>
<groupId>com.coveo</groupId>