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:
parent
cc1cb1bc30
commit
1b337ee0ea
4 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue