aboutsummaryrefslogtreecommitdiff
path: root/spss/handbook/clients/referencedData/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spss/handbook/clients/referencedData/pom.xml')
-rw-r--r--spss/handbook/clients/referencedData/pom.xml22
1 files changed, 20 insertions, 2 deletions
diff --git a/spss/handbook/clients/referencedData/pom.xml b/spss/handbook/clients/referencedData/pom.xml
index 8e0378bd6..65f8635de 100644
--- a/spss/handbook/clients/referencedData/pom.xml
+++ b/spss/handbook/clients/referencedData/pom.xml
@@ -33,7 +33,25 @@
</archive>
</configuration>
</plugin>
- </plugins>
- </build>
+ <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>