description="deploy services in ${jboss.server.cspace}">\r
<ant antfile="authentication/build.xml" target="deploy" inheritall="false"/>\r
<ant antfile="common/build.xml" target="deploy" inheritall="false"/>\r
+ <ant antfile="relation/build.xml" target="deploy" inheritall="false"/>\r
<ant antfile="collectionobject/build.xml" target="deploy" inheritall="false"/>\r
<ant antfile="JaxRsServiceProvider/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
description="undeploy authentication service from ${jboss.server.cspace}">\r
<ant antfile="authentication/build.xml" target="undeploy" inheritall="false"/>\r
<ant antfile="common/build.xml" target="undeploy" inheritall="false"/>\r
+ <ant antfile="relation/build.xml" target="undeploy" inheritall="false"/>\r
<ant antfile="collectionobject/build.xml" target="undeploy" inheritall="false"/>\r
<ant antfile="JaxRsServiceProvider/build.xml" target="undeploy" inheritall="false"/>\r
</target>\r
+++ /dev/null
-# Example for Windows
-jboss.dir=c:/dev/jboss-4.2.3.GA
-# Example for Unix
-#jboss.dir=/opt/jboss
-
-# Which JBoss server config to use
-jboss.config=default
-
-# nuxeo deployment
-jboss.nuxeo.ear.dir=${jboss.dir}/server/${jboss.config}/deploy/nuxeo.ear
-
-
-# additional command line parameters for mvn commands
-# e.g. to work offline:
-#mvn.opts=-o
<modules>
<module>common</module>
<module>authentication</module>
- <module>client</module>
- <module>collectionobject</module>
<module>id</module>
+ <module>relation</module>
+ <module>collectionobject</module>
<module>intake</module>
<module>JaxRsServiceProvider</module>
- </modules>
+ <module>client</module>
+ </modules>
<repositories>
<repository>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>classpath</id>
- <goals>
- <goal>build-classpath</goal>
- </goals>
- <configuration>
- <outputFile>classpath</outputFile>
- </configuration>
- </execution>
- </executions>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>classpath</id>
+ <goals>
+ <goal>build-classpath</goal>
+ </goals>
+ <configuration>
+ <outputFile>classpath</outputFile>
+ </configuration>
+ </execution>
+ </executions>
</plugin>