aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-03-08 21:43:35 -0600
committerPaul Hawke <paul.hawke@gmail.com>2013-03-08 21:43:35 -0600
commit47b3e36685d8af2b8be644fd06da4297de4aa204 (patch)
treefd6e4f58c2f184ac82ca48b14f25bc83e3809004 /pom.xml
parent48f1d0ff6e4b0114f39901048ae1f64a679a01e8 (diff)
downloadnanohttpd-47b3e36685d8af2b8be644fd06da4297de4aa204.tar.gz
Project cleanup - broke out "samples" and "core" maven modules to reduce the production JAR file footprint and remove clutter.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 7 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 9ed95eb..3d23678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,27 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fi.iki.elonen</groupId>
- <artifactId>nanohttpd</artifactId>
+ <artifactId>nanohttpd-project</artifactId>
<version>1.0.0</version>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
- <name>NanoHTTPd</name>
+ <name>NanoHTTPd-Project</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <!-- <gson.version>2.2.2</gson.version> -->
</properties>
- <dependencies>
- <!--
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>${gson.version}</version>
- </dependency>
- -->
- </dependencies>
+ <modules>
+ <module>core</module>
+ <module>samples</module>
+ </modules>
<distributionManagement>
<repository>