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.xml23
1 files changed, 22 insertions, 1 deletions
diff --git a/spss/handbook/pom.xml b/spss/handbook/pom.xml
index 5e476d5c1..e9323a55f 100644
--- a/spss/handbook/pom.xml
+++ b/spss/handbook/pom.xml
@@ -20,5 +20,26 @@
<properties>
<repositoryPath>${basedir}/../../../repository</repositoryPath>
</properties>
-
+ <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>