Fix mvn clean install problem by changing reactor build order

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948464 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-05-26 14:57:24 +00:00
parent cc1cb1bc30
commit 1b337ee0ea
4 changed files with 8 additions and 8 deletions

View file

@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours</artifactId>
<artifactId>scatours-binaries</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>scatours-binaries-bundle</artifactId>
<name>Apache Tuscany SCA Tours Binaries Bundle</name>

View file

@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours</artifactId>
<artifactId>scatours-binaries</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>scatours-binaries-jaxws</artifactId>
<name>Apache Tuscany SCA Tours Binaries JAX-WS Dependencies for JDK 5</name>

View file

@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours</artifactId>
<artifactId>scatours-binaries</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>scatours-binaries-ode</artifactId>
<name>Apache Tuscany SCA Tours Binaries ODE Database</name>

View file

@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours</artifactId>
<artifactId>scatours-binaries</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>scatours-binaries-openejb</artifactId>
<name>Apache Tuscany SCA Tours Binaries OpenEJB Dependencies</name>