You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2006/10/16 20:02:06 UTC

Re: svn commit: r464585 - /geronimo/genesis/trunk/config/project-config/pom.xml

Nope, still problems after this...

--jason


On Oct 16, 2006, at 10:51 AM, jdillon@apache.org wrote:

> Author: jdillon
> Date: Mon Oct 16 10:51:39 2006
> New Revision: 464585
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=464585
> Log:
> Disable the tools profile for now to test crazy mvn snapshot muck
>
> Modified:
>     geronimo/genesis/trunk/config/project-config/pom.xml
>
> Modified: geronimo/genesis/trunk/config/project-config/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/ 
> project-config/pom.xml?view=diff&rev=464585&r1=464584&r2=464585
> ====================================================================== 
> ========
> --- geronimo/genesis/trunk/config/project-config/pom.xml (original)
> +++ geronimo/genesis/trunk/config/project-config/pom.xml Mon Oct 16  
> 10:51:39 2006
> @@ -509,6 +509,10 @@
>              </activation>
>          </profile>
>
> +        <!--
> +        NOTE: There were some reports of this profile causing  
> strange snapshot problems,
> +              disabling for now to try and debug.
> +
>          <profile>
>              <id>tools</id>
>
> @@ -526,6 +530,7 @@
>                  </plugins>
>              </build>
>          </profile>
> +        -->
>      </profiles>
>
>      <reporting>
>
>