diff options
Diffstat (limited to 'spss/server/pom.xml')
| -rw-r--r-- | spss/server/pom.xml | 24 | 
1 files changed, 23 insertions, 1 deletions
| diff --git a/spss/server/pom.xml b/spss/server/pom.xml index b5e1b32c1..08e740cd3 100644 --- a/spss/server/pom.xml +++ b/spss/server/pom.xml @@ -10,7 +10,6 @@      <groupId>MOA.spss</groupId>
      <artifactId>moa-spss</artifactId>
      <packaging>pom</packaging>
 -    <version>2.0.x</version>
      <name>MOA SP/SS Server</name>
      <modules>
 @@ -23,4 +22,27 @@          <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>
 | 
