aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-05-14 16:53:11 +0200
committerritchie <ritchie@gmx.at>2015-05-14 16:53:11 +0200
commit8bb6bfb4e22b3bbe1648758a64ba1c0ad8a58856 (patch)
treed7e67e60ef61d9846cd29acc143019d0d009a66f /pom.xml
parentf869fff37123ba876b5ee78de4144b1e844a2f50 (diff)
downloadnanohttpd-8bb6bfb4e22b3bbe1648758a64ba1c0ad8a58856.tar.gz
first set of unit tests for the webserver
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 953dfd6..007d570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
<licenseName>bsd_3</licenseName>
<roots>
<root>src/main/java</root>
- <root>src/test</root>
+ <root>src/test/java</root>
</roots>
</configuration>
</execution>