aboutsummaryrefslogtreecommitdiff
path: root/spss/handbook/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spss/handbook/pom.xml')
-rw-r--r--spss/handbook/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/spss/handbook/pom.xml b/spss/handbook/pom.xml
new file mode 100644
index 000000000..9caf5c181
--- /dev/null
+++ b/spss/handbook/pom.xml
@@ -0,0 +1,24 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>MOA</groupId>
+ <artifactId>spss</artifactId>
+ <version>1.5.x</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>MOA.spss.handbook</groupId>
+ <artifactId>moa-spss-handbook</artifactId>
+ <packaging>pom</packaging>
+ <version>1.5</version>
+ <name>MOA SP/SS Handbook</name>
+
+ <modules>
+ <module>clients</module>
+ </modules>
+
+ <properties>
+ <repositoryPath>${basedir}/../../../repository</repositoryPath>
+ </properties>
+
+</project>