aboutsummaryrefslogtreecommitdiff
path: root/spss/handbook/clients/api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spss/handbook/clients/api/pom.xml')
-rw-r--r--spss/handbook/clients/api/pom.xml23
1 files changed, 22 insertions, 1 deletions
diff --git a/spss/handbook/clients/api/pom.xml b/spss/handbook/clients/api/pom.xml
index 442d4fdb7..52a96c56b 100644
--- a/spss/handbook/clients/api/pom.xml
+++ b/spss/handbook/clients/api/pom.xml
@@ -133,5 +133,26 @@
<artifactId>moa-spss-lib</artifactId>
</dependency>
</dependencies>
-
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>properties-maven-plugin</artifactId>
+ <version>1.0-alpha-2</version>
+ <executions>
+ <execution>
+ <phase>initialize</phase>
+ <goals>
+ <goal>read-project-properties</goal>
+ </goals>
+ <configuration>
+ <files>
+ <file>${basedir}/../../../../../moa-id.properties</file>
+ </files>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>