You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Jeremy Boynes <jb...@apache.org> on 2007/03/10 00:12:51 UTC

Re: svn commit: r516588 - /incubator/tuscany/java/pom.xml

-1
This is contrary to our modularity policy and includes a bunch of  
modules that are not relevant. There are modules in here that are at  
different version levels and merging them in a single reactor build  
will cause problems as mvn adjusts versions to those the reactor.  
This will cause more problems for users.

--
Jeremy

On Mar 9, 2007, at 2:34 PM, lresende@apache.org wrote:

> Author: lresende
> Date: Fri Mar  9 14:34:22 2007
> New Revision: 516588
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=516588
> Log:
> Creating a stable build profile and making it default to avoid  
> confusion when people try to build trunk from the root.
>
> Modified:
>     incubator/tuscany/java/pom.xml
>
> Modified: incubator/tuscany/java/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/tuscany/java/pom.xml? 
> view=diff&rev=516588&r1=516587&r2=516588
> ====================================================================== 
> ========
> --- incubator/tuscany/java/pom.xml (original)
> +++ incubator/tuscany/java/pom.xml Fri Mar  9 14:34:22 2007
> @@ -37,9 +37,35 @@
>      </build>
>
>      <profiles>
> +        <!-- default profile that builds everything that is  
> working-->
> +        <profile>
> +            <id>stable</id>
> +            <activation>
> +	        <activeByDefault>true</activeByDefault>
> +            </activation>
> +            <modules>
> +                <module>pom/parent</module>
> +                <module>buildtools</module>
> +                <module>spec/commonj</module>
> +                <module>spec/sdo-api</module>
> +                <module>spec/sca-api-r0.95</module>
> +                <module>spec/sca-api-r1.0</module>
> +                <module>sdo</module>
> +                <module>das</module>
> +                <module>sca/composite-plugin</module>
> +                <module>sca/kernel</module>
> +                <module>sca/runtime</module>
> +                <module>sca/core-samples</module>
> +                <module>sca/integration-test</module>
> +                <module>sca/extensions\spring</module>
> +                <module>sca/services/transaction/ 
> transaction.geronimo</module>
> +                <module>sca/services/persistence/common</module>
> +            </modules>
> +        </profile>
> +
>          <!-- default profile that builds everything -->
>          <profile>
> -            <id>all</id>
> +            <id>all-integration</id>
>              <modules>
>                  <module>pom/parent</module>
>                  <module>buildtools</module>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-commits-help@ws.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org