diff options
| author | mokha <mokha@cisco.com> | 2019-05-05 19:36:09 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-05 19:36:09 -0600 |
| commit | 3c2be35d16d7482442911f5b06b68512f86e15b5 (patch) | |
| tree | 636edf7d09f2cc0b2f006c058071ce5b3d9adda6 /pom.xml | |
| parent | 46e409f3ca33ec3c7546d0589301c2a4f967c10a (diff) | |
butcher default directory structure to make instructor happy
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |
