diff options
Diffstat (limited to 'spss/server/serverws/pom.xml')
-rw-r--r-- | spss/server/serverws/pom.xml | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index 4f09e940d..ac06946a4 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -66,9 +66,27 @@ </webResources> </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> <dependencies> <dependency> <groupId>MOA.spss.server</groupId> |