Author: gabriele
Date: Wed Sep 1 09:26:11 2010
New Revision: 991488
URL: http://svn.apache.org/viewvc?rev=991488&view=rev
Log:
-- fixed supplemental models loading for all submodules, by introducing POM
variable parentBasedir (workaround for maven mulitmodule execution of
remote-resources-plugin)
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml
incubator/chemistry/opencmis/trunk/pom.xml
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
Wed Sep 1 09:26:11 2010
@@ -22,6 +22,10 @@
<artifactId>chemistry-opencmis-client-api</artifactId>
<name>OpenCMIS Client API</name>
<packaging>bundle</packaging>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
<build>
<plugins>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
Wed Sep 1 09:26:11 2010
@@ -22,6 +22,10 @@
<artifactId>chemistry-opencmis-client-bindings</artifactId>
<name>OpenCMIS Client Bindings Implementation</name>
<packaging>bundle</packaging>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
<build>
<testResources>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
Wed Sep 1 09:26:11 2010
@@ -23,6 +23,10 @@
<name>OpenCMIS Client Implementation</name>
<packaging>bundle</packaging>
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
Wed Sep 1 09:26:11 2010
@@ -23,6 +23,10 @@
<name>OpenCMIS Commons API</name>
<packaging>bundle</packaging>
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
Wed Sep 1 09:26:11 2010
@@ -27,6 +27,10 @@
<name>OpenCMIS Commons Implementation</name>
<packaging>bundle</packaging>
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
(original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml Wed Sep
1 09:26:11 2010
@@ -17,18 +17,20 @@
<parent>
<artifactId>chemistry-opencmis</artifactId>
- <groupId>org.apache.chemistry.opencmis
- </groupId>
- <version>0.1.0-incubating-SNAPSHOT
- </version>
+ <groupId>org.apache.chemistry.opencmis</groupId>
+ <version>0.1.0-incubating-SNAPSHOT</version>
+ <relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>chemistry-opencmis-dist</artifactId>
- <name>Distribution project for OpenCmis assemblies
- </name>
+ <name>Distribution project for OpenCmis assemblies</name>
<packaging>pom</packaging>
+
+ <properties>
+ <parentBasedir>../</parentBasedir>
+ </properties>
<!-- These dependencies are used to be added in the assambly -->
<dependencies>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml
Wed Sep 1 09:26:11 2010
@@ -23,6 +23,10 @@
<name>OpenCMIS Server Implementation</name>
<packaging>war</packaging>
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml
Wed Sep 1 09:26:11 2010
@@ -22,6 +22,10 @@
<artifactId>chemistry-opencmis-server-fileshare</artifactId>
<name>OpenCMIS FileShare Server Implementation</name>
<packaging>war</packaging>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
<build>
<plugins>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
Wed Sep 1 09:26:11 2010
@@ -23,6 +23,9 @@
<name>OpenCMIS InMemory Server Implementation</name>
<packaging>war</packaging>
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
<build>
<plugins>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
Wed Sep 1 09:26:11 2010
@@ -34,6 +34,11 @@
<artifactId>chemistry-opencmis-server-support</artifactId>
<name>OpenCMIS Server Support</name>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<dependencies>
<dependency>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml
Wed Sep 1 09:26:11 2010
@@ -23,6 +23,11 @@
<artifactId>chemistry-opencmis-test-browser-app</artifactId>
<name>OpenCMIS Browser Application</name>
<packaging>war</packaging>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<build>
<plugins>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml
Wed Sep 1 09:26:11 2010
@@ -23,6 +23,10 @@
<name>OpenCMIS Browser</name>
<packaging>jar</packaging>
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
Wed Sep 1 09:26:11 2010
@@ -27,6 +27,11 @@
<artifactId>chemistry-opencmis-test-fit</artifactId>
<name>OpenCMIS Full Integration Tests</name>
<packaging>war</packaging>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<build>
<testResources>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml
Wed Sep 1 09:26:11 2010
@@ -19,8 +19,12 @@
<relativePath>../../pom.xml</relativePath>
</parent>
-
<artifactId>chemistry-opencmis-test-tck</artifactId>
<name>OpenCMIS Test Compatibility Kit</name>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
</project>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml
Wed Sep 1 09:26:11 2010
@@ -21,6 +21,11 @@
<artifactId>chemistry-opencmis-test-tools</artifactId>
<name>OpenCMIS Tools</name>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<dependencies>
<dependency>
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml
Wed Sep 1 09:26:11 2010
@@ -21,6 +21,11 @@
<artifactId>chemistry-opencmis-test-util</artifactId>
<name>OpenCMIS Test Utilities</name>
+
+ <properties>
+ <parentBasedir>../../</parentBasedir>
+ </properties>
+
<dependencies>
<dependency>
Modified: incubator/chemistry/opencmis/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/pom.xml?rev=991488&r1=991487&r2=991488&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/pom.xml Wed Sep 1 09:26:11 2010
@@ -184,6 +184,7 @@
<maven.compile.target>1.5</maven.compile.target>
<docs.start.url>http://incubator.apache.org/chemistry/index.html</docs.start.url>
<docs.download.directory>${project.build.directory}/site</docs.download.directory>
+ <parentBasedir>${project.basedir}</parentBasedir>
</properties>
<build>
@@ -471,9 +472,9 @@
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
</resourceBundles>
<supplementalModels>
-
<supplementalModel>supplemental-models.xml</supplementalModel>
+
<supplementalModel>${parentBasedir}/src/main/appended-resources/supplemental-models.xml</supplementalModel>
</supplementalModels>
-
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+ <!--
runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot -->
</configuration>
</execution>
</executions>