Grails

More problems with grails-maven-plugin

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.2-M4
  • Fix Version/s: 1.2 final
  • Component/s: None
  • Labels:
    None

Description

I'm still trying to build the Grails Spock Plugin with Maven, this time with Grails 1.2-SNAPSHOT. There are two problems:

1. Build downloads Grails 1.2-M4 artifacts although M4 is mentioned nowhere in the POM and also doesn't appear in output of mvn dependency:tree

2. Installation of Hibernate plugin fails. This is on an Ubuntu box with platform encoding UTF-8. I'm out of ideas, couldn't find a way to solve this problem. Here are the POM and the (long) build output. (I don't have this problem on my Mac.)

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.spockframework</groupId>
    <artifactId>spock-parent</artifactId>
    <version>0.3-SNAPSHOT</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.spockframework</groupId>
  <artifactId>spock-grails</artifactId>
  <version>0.3-SNAPSHOT</version>
  <!-- grails-maven-plugin seem to require this -->
  <packaging>pom</packaging>
  <name>Spock Framework - Grails Plugin</name>
  <url>http://grails.org/plugin/spock</url>

  <properties>
    <grails.version>1.2-SNAPSHOT</grails.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.ant</groupId>
      <artifactId>ant-junit</artifactId>
      <version>1.7.1</version>
    </dependency>

    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-crud</artifactId>
      <version>${grails.version}</version>
    </dependency>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-gorm</artifactId>
      <version>${grails.version}</version>
    </dependency>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-test</artifactId>
      <version>${grails.version}</version>
    </dependency>

    <dependency>
      <groupId>net.sourceforge.htmlunit</groupId>
      <artifactId>htmlunit</artifactId>
      <version>2.6</version>
      <exclusions>
        <exclusion> <!-- see GROOVY-3356; xml-apis and JDK 1.6 ship with different versions of the same classes -->
          <groupId>xml-apis</groupId>
          <artifactId>xml-apis</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty</artifactId>
      <version>6.1.21</version>
    </dependency>
    <dependency>
      <groupId>javassist</groupId>
      <artifactId>javassist</artifactId>
      <version>3.4.GA</version>
      <optional>true</optional>
    </dependency>

    <!-- Grails defaults to OSCache for the second-level Hibernate cache. -->
    <dependency>
      <groupId>opensymphony</groupId>
      <artifactId>oscache</artifactId>
      <version>2.4</version>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
        <exclusion>
          <groupId>javax.jms</groupId>
          <artifactId>jms</artifactId>
        </exclusion>
        <exclusion>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

    <!-- For ease of development and testing, we include the HSQLDB database. -->
    <dependency>
      <groupId>hsqldb</groupId>
      <artifactId>hsqldb</artifactId>
      <version>1.8.0.5</version>
    </dependency>

    <!-- Use Log4J for logging. This artifact also pulls in the Log4J JAR. -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.5.5</version>
      <scope>runtime</scope>
    </dependency>

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jstl</artifactId>
      <version>1.2</version>
    </dependency>

    <dependency>
      <groupId>org.tmatesoft.svnkit</groupId>
      <artifactId>svnkit</artifactId>
      <version>1.3.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>

  <repositories>
    <!-- Required to get hold of JTA -->
    <repository>
      <id>maven2-repository.dev.java.net</id>
      <name>Java.net Repository for Maven</name>
      <url>http://download.java.net/maven/2/</url>
      <layout>default</layout>
    </repository>
    <repository>
      <id>Codehaus Snapshots</id>
      <url>http://snapshots.repository.codehaus.org</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>false</enabled>
      </releases>
    </repository>
    <!-- Spring 3.0.0.RC1 JAR Repositories -->
	<repository>
		<id>springsource maven repo</id>
		<url>http://maven.springframework.org/milestone</url>
	</repository>
	
	<repository>
		<id>SpringSource Enterprise Bundle Repository - External Bundle Milestones</id>
		<url>http://repository.springsource.com/maven/bundles/milestone</url>
	</repository>
	<repository>
		<id>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</id>
		<url>http://repository.springsource.com/maven/bundles/release</url>
	</repository>
	<repository>
		<id>SpringSource Enterprise Bundle Repository - External Bundle Releases</id>
		<url>http://repository.springsource.com/maven/bundles/external</url>
	</repository>
	
	<repository>
		<id>SpringSource Enterprise Bundle Repository - Library Milestones</id>
		<url>http://repository.springsource.com/maven/libraries/milestone</url>
	</repository>
  </repositories>

  <pluginRepositories>
    <pluginRepository>
      <id>Codehaus Snapshots</id>
      <url>http://snapshots.repository.codehaus.org</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>false</enabled>
      </releases>
    </pluginRepository>
  </pluginRepositories>

  <build>
    <sourceDirectory>src/groovy</sourceDirectory>
    <testSourceDirectory>test</testSourceDirectory>
    <pluginManagement>
      <plugins>
        <plugin>
          <artifactId>maven-deploy-plugin</artifactId>
          <configuration>
            <skip>true</skip>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>
        <groupId>org.grails</groupId>
        <artifactId>grails-maven-plugin</artifactId>
        <version>${grails.version}</version>
        <extensions>true</extensions>
        <executions>
          <execution>
            <id>build</id>
            <goals>
              <goal>init</goal>
              <goal>maven-clean</goal>
              <goal>validate</goal>
              <goal>config-directories</goal>
              <goal>maven-compile</goal>
              <goal>maven-test</goal>
              <goal>maven-functional-test</goal>
            </goals>
          </execution>
          <execution>
            <id>package-plugin</id>
            <phase>package</phase>
            <goals>
              <goal>exec</goal>
            </goals>
            <configuration>
              <command>package-plugin</command>
            </configuration>
          </execution>
          <execution>
            <id>release-plugin</id>
            <phase>deploy</phase>
            <goals>
              <goal>exec</goal>
            </goals>
            <configuration>
              <command>release-plugin</command>
              <args>--zipOnly --username=${grails.plugin.repo.user} --password=${grails.plugin.repo.password}
                --message="nightly build"
              </args>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>tools</id>
      <activation>
        <property>
          <name>java.vendor</name>
          <value>Sun Microsystems Inc.</value>
        </property>
      </activation>
      <dependencies>
        <dependency>
          <groupId>com.sun</groupId>
          <artifactId>tools</artifactId>
          <version>${java.version}</version>
          <scope>system</scope>
          <systemPath>${java.home}/../lib/tools.jar</systemPath>
        </dependency>
      </dependencies>
    </profile>
  </profiles>
</project>
srv% mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Spock Framework - Grails Plugin
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/target (included: [**], excluded: [])
[INFO] snapshot org.spockframework:spock-core:0.3-SNAPSHOT: checking for updates from maven2-repository.dev.java.net
[INFO] snapshot org.spockframework:spock-core:0.3-SNAPSHOT: checking for updates from Codehaus Snapshots
[INFO] snapshot org.spockframework:spock-core:0.3-SNAPSHOT: checking for updates from springsource maven repo
[INFO] snapshot org.spockframework:spock-core:0.3-SNAPSHOT: checking for updates from SpringSource Enterprise Bundle Repository - External Bundle Milestones
[INFO] snapshot org.spockframework:spock-core:0.3-SNAPSHOT: checking for updates from SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases
[INFO] snapshot org.spockframework:spock-core:0.3-SNAPSHOT: checking for updates from SpringSource Enterprise Bundle Repository - External Bundle Releases
[INFO] snapshot org.spockframework:spock-core:0.3-SNAPSHOT: checking for updates from SpringSource Enterprise Bundle Repository - Library Milestones
[INFO] [grails:maven-clean {execution: build}]
[INFO] Using Grails 1.2-SNAPSHOT
Running pre-compiled script
Environment set to development
   [delete] Deleting directory /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/target/resources
[INFO] [grails:validate {execution: build}]
[INFO] [grails:init {execution: build}]
[INFO] [grails:config-directories {execution: build}]
[INFO] [grails:maven-compile {execution: build}]
[INFO] Using Grails 1.2-SNAPSHOT
Running pre-compiled script
Warning, target causing name overwriting of name compile
Warning, target causing name overwriting of name compilePlugins
Warning, target causing name overwriting of name compilepackage
Warning, target causing name overwriting of name compilegsp
Plugin [tomcat-1.2-SNAPSHOT] not installed, resolving..
Reading remote plugin list ...
    [mkdir] Created dir: /home/buildagent1/.grails/1.2-SNAPSHOT
      [get] Getting: http://svn.codehaus.org/grails/trunk/grails-plugins/.plugin-meta/plugins-list.xml
      [get] To: /home/buildagent1/.grails/1.2-SNAPSHOT/plugins-list-core.xml
.....
      [get] last modified = Tue Nov 10 15:33:05 CET 2009
    [mkdir] Created dir: /home/buildagent1/.grails/1.2-SNAPSHOT/plugins
      [get] Getting: http://svn.codehaus.org/grails/trunk/grails-plugins/grails-tomcat/tags/RELEASE_1_2-SNAPSHOT/grails-tomcat-1.2-SNAPSHOT.zip
      [get] To: /home/buildagent1/.grails/1.2-SNAPSHOT/plugins/grails-tomcat-1.2-SNAPSHOT.zip
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
      [get] last modified = Tue Nov 10 15:32:13 CET 2009
     [copy] Copying 1 file to /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins
Installing plug-in tomcat-1.2-SNAPSHOT
    [mkdir] Created dir: /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT
    [unzip] Expanding: /home/buildagent1/.grails/1.2-SNAPSHOT/plugins/grails-tomcat-1.2-SNAPSHOT.zip into /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT
Executing tomcat-1.2-SNAPSHOT plugin post-install script ...
Plugin tomcat-1.2-SNAPSHOT installed
Plug-in provides the following new scripts:
------------------------------------------
grails tomcat
Found events script in plugin tomcat
Plugin [hibernate-1.2-SNAPSHOT] not installed, resolving..
Reading remote plugin list ...
      [get] Getting: http://svn.codehaus.org/grails/trunk/grails-plugins/grails-hibernate/tags/RELEASE_1_2-SNAPSHOT/grails-hibernate-1.2-SNAPSHOT.zip
      [get] To: /home/buildagent1/.grails/1.2-SNAPSHOT/plugins/grails-hibernate-1.2-SNAPSHOT.zip
....................
      [get] last modified = Wed Sep 30 10:07:20 CEST 2009
     [copy] Copying 1 file to /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins
Installing plug-in hibernate-1.2-SNAPSHOT
    [mkdir] Created dir: /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT
    [unzip] Expanding: /home/buildagent1/.grails/1.2-SNAPSHOT/plugins/grails-hibernate-1.2-SNAPSHOT.zip into /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT
Resolving plugin JAR dependencies
:: problems summary ::
:::: WARNINGS
		module not found: org.springframework#org.springframework.core;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.core;3.0.0.RC1!org.springframework.core.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.core;3.0.0.RC1!org.springframework.core.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.core;3.0.0.RC1!org.springframework.core.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.core;3.0.0.RC1!org.springframework.core.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.core;3.0.0.RC1!org.springframework.core.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.core/3.0.0.RC1/org.springframework.core-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.core;3.0.0.RC1!org.springframework.core.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.core-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.core-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.aop;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.aop;3.0.0.RC1!org.springframework.aop.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.aop;3.0.0.RC1!org.springframework.aop.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.aop;3.0.0.RC1!org.springframework.aop.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.aop;3.0.0.RC1!org.springframework.aop.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.aop;3.0.0.RC1!org.springframework.aop.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.aop/3.0.0.RC1/org.springframework.aop-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.aop;3.0.0.RC1!org.springframework.aop.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.aop-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.aop-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.aspects;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.aspects;3.0.0.RC1!org.springframework.aspects.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.aspects;3.0.0.RC1!org.springframework.aspects.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.aspects;3.0.0.RC1!org.springframework.aspects.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.aspects;3.0.0.RC1!org.springframework.aspects.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.aspects;3.0.0.RC1!org.springframework.aspects.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.aspects/3.0.0.RC1/org.springframework.aspects-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.aspects;3.0.0.RC1!org.springframework.aspects.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.aspects-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.aspects-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.asm;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.asm;3.0.0.RC1!org.springframework.asm.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.asm;3.0.0.RC1!org.springframework.asm.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.asm;3.0.0.RC1!org.springframework.asm.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.asm;3.0.0.RC1!org.springframework.asm.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.asm;3.0.0.RC1!org.springframework.asm.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.asm/3.0.0.RC1/org.springframework.asm-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.asm;3.0.0.RC1!org.springframework.asm.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.asm-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.asm-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.beans;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.beans;3.0.0.RC1!org.springframework.beans.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.beans;3.0.0.RC1!org.springframework.beans.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.beans;3.0.0.RC1!org.springframework.beans.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.beans;3.0.0.RC1!org.springframework.beans.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.beans;3.0.0.RC1!org.springframework.beans.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.beans/3.0.0.RC1/org.springframework.beans-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.beans;3.0.0.RC1!org.springframework.beans.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.beans-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.beans-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.context;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.context;3.0.0.RC1!org.springframework.context.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.context;3.0.0.RC1!org.springframework.context.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.context;3.0.0.RC1!org.springframework.context.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.context;3.0.0.RC1!org.springframework.context.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.context;3.0.0.RC1!org.springframework.context.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.context/3.0.0.RC1/org.springframework.context-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.context;3.0.0.RC1!org.springframework.context.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.context-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.context-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.context.support;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.context.support;3.0.0.RC1!org.springframework.context.support.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.context.support;3.0.0.RC1!org.springframework.context.support.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.context.support;3.0.0.RC1!org.springframework.context.support.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.context.support;3.0.0.RC1!org.springframework.context.support.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.context.support;3.0.0.RC1!org.springframework.context.support.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.context.support/3.0.0.RC1/org.springframework.context.support-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.context.support;3.0.0.RC1!org.springframework.context.support.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.context.support-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.context.support-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.expression;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.expression;3.0.0.RC1!org.springframework.expression.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.expression;3.0.0.RC1!org.springframework.expression.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.expression;3.0.0.RC1!org.springframework.expression.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.expression;3.0.0.RC1!org.springframework.expression.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.expression;3.0.0.RC1!org.springframework.expression.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.expression/3.0.0.RC1/org.springframework.expression-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.expression;3.0.0.RC1!org.springframework.expression.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.expression-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.expression-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.instrument;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.instrument;3.0.0.RC1!org.springframework.instrument.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.instrument;3.0.0.RC1!org.springframework.instrument.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.instrument;3.0.0.RC1!org.springframework.instrument.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.instrument;3.0.0.RC1!org.springframework.instrument.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.instrument;3.0.0.RC1!org.springframework.instrument.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.instrument/3.0.0.RC1/org.springframework.instrument-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.instrument;3.0.0.RC1!org.springframework.instrument.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.instrument-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.instrument-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.jdbc;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.jdbc;3.0.0.RC1!org.springframework.jdbc.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.jdbc;3.0.0.RC1!org.springframework.jdbc.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.jdbc;3.0.0.RC1!org.springframework.jdbc.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.jdbc;3.0.0.RC1!org.springframework.jdbc.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.jdbc;3.0.0.RC1!org.springframework.jdbc.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.jdbc/3.0.0.RC1/org.springframework.jdbc-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.jdbc;3.0.0.RC1!org.springframework.jdbc.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.jdbc-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.jdbc-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.jms;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.jms;3.0.0.RC1!org.springframework.jms.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.jms;3.0.0.RC1!org.springframework.jms.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.jms;3.0.0.RC1!org.springframework.jms.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.jms;3.0.0.RC1!org.springframework.jms.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.jms;3.0.0.RC1!org.springframework.jms.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.jms/3.0.0.RC1/org.springframework.jms-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.jms;3.0.0.RC1!org.springframework.jms.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.jms-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.jms-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.orm;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.orm;3.0.0.RC1!org.springframework.orm.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.orm;3.0.0.RC1!org.springframework.orm.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.orm;3.0.0.RC1!org.springframework.orm.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.orm;3.0.0.RC1!org.springframework.orm.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.orm;3.0.0.RC1!org.springframework.orm.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.orm/3.0.0.RC1/org.springframework.orm-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.orm;3.0.0.RC1!org.springframework.orm.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.orm-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.orm-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.oxm;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.oxm;3.0.0.RC1!org.springframework.oxm.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.oxm;3.0.0.RC1!org.springframework.oxm.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.oxm;3.0.0.RC1!org.springframework.oxm.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.oxm;3.0.0.RC1!org.springframework.oxm.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.oxm;3.0.0.RC1!org.springframework.oxm.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.oxm/3.0.0.RC1/org.springframework.oxm-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.oxm;3.0.0.RC1!org.springframework.oxm.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.oxm-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.oxm-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.transaction;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.transaction;3.0.0.RC1!org.springframework.transaction.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.transaction;3.0.0.RC1!org.springframework.transaction.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.transaction;3.0.0.RC1!org.springframework.transaction.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.transaction;3.0.0.RC1!org.springframework.transaction.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.transaction;3.0.0.RC1!org.springframework.transaction.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.transaction/3.0.0.RC1/org.springframework.transaction-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.transaction;3.0.0.RC1!org.springframework.transaction.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.transaction-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.transaction-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.web;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.web;3.0.0.RC1!org.springframework.web.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.web;3.0.0.RC1!org.springframework.web.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.web;3.0.0.RC1!org.springframework.web.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.web;3.0.0.RC1!org.springframework.web.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.web;3.0.0.RC1!org.springframework.web.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.web/3.0.0.RC1/org.springframework.web-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.web;3.0.0.RC1!org.springframework.web.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.web-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.web-3.0.0.RC1.jar

		module not found: org.springframework#org.springframework.web.servlet;3.0.0.RC1

	==== localMavenResolver: tried

	  -- artifact org.springframework#org.springframework.web.servlet;3.0.0.RC1!org.springframework.web.servlet.jar:

	  /home/buildagent1/.m2/repository/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.web.servlet;3.0.0.RC1!org.springframework.web.servlet.jar:

	  http://repo1.maven.org/maven2/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.web.servlet;3.0.0.RC1!org.springframework.web.servlet.jar:

	  http://m2repo.spockframework.org/snapshots/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.web.servlet;3.0.0.RC1!org.springframework.web.servlet.jar:

	  http://m2repo.spockframework.org/releases/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.pom

	  -- artifact org.springframework#org.springframework.web.servlet;3.0.0.RC1!org.springframework.web.servlet.jar:

	  http://oss.sonatype.org/content/groups/jetty/org/springframework/org.springframework.web.servlet/3.0.0.RC1/org.springframework.web.servlet-3.0.0.RC1.jar

	==== grailsPlugins: tried

	  -- artifact org.springframework#org.springframework.web.servlet;3.0.0.RC1!org.springframework.web.servlet.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/org.springframework.web.servlet-3.0.0.RC1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/org.springframework.web.servlet-3.0.0.RC1.jar

		module not found: opensymphony#oscache;2.4.1

	==== localMavenResolver: tried

	  -- artifact opensymphony#oscache;2.4.1!oscache.jar:

	  /home/buildagent1/.m2/repository/opensymphony/oscache/2.4.1/oscache-2.4.1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/opensymphony/oscache/2.4.1/oscache-2.4.1.pom

	  -- artifact opensymphony#oscache;2.4.1!oscache.jar:

	  http://repo1.maven.org/maven2/opensymphony/oscache/2.4.1/oscache-2.4.1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/opensymphony/oscache/2.4.1/oscache-2.4.1.pom

	  -- artifact opensymphony#oscache;2.4.1!oscache.jar:

	  http://m2repo.spockframework.org/snapshots/opensymphony/oscache/2.4.1/oscache-2.4.1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/opensymphony/oscache/2.4.1/oscache-2.4.1.pom

	  -- artifact opensymphony#oscache;2.4.1!oscache.jar:

	  http://m2repo.spockframework.org/releases/opensymphony/oscache/2.4.1/oscache-2.4.1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/opensymphony/oscache/2.4.1/oscache-2.4.1.pom

	  -- artifact opensymphony#oscache;2.4.1!oscache.jar:

	  http://oss.sonatype.org/content/groups/jetty/opensymphony/oscache/2.4.1/oscache-2.4.1.jar

	==== grailsPlugins: tried

	  -- artifact opensymphony#oscache;2.4.1!oscache.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/oscache-2.4.1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/oscache-2.4.1.jar

		module not found: apache-taglibs#standard;1.1.2

	==== localMavenResolver: tried

	  -- artifact apache-taglibs#standard;1.1.2!standard.jar:

	  /home/buildagent1/.m2/repository/apache-taglibs/standard/1.1.2/standard-1.1.2.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/apache-taglibs/standard/1.1.2/standard-1.1.2.pom

	  -- artifact apache-taglibs#standard;1.1.2!standard.jar:

	  http://repo1.maven.org/maven2/apache-taglibs/standard/1.1.2/standard-1.1.2.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/apache-taglibs/standard/1.1.2/standard-1.1.2.pom

	  -- artifact apache-taglibs#standard;1.1.2!standard.jar:

	  http://m2repo.spockframework.org/snapshots/apache-taglibs/standard/1.1.2/standard-1.1.2.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/apache-taglibs/standard/1.1.2/standard-1.1.2.pom

	  -- artifact apache-taglibs#standard;1.1.2!standard.jar:

	  http://m2repo.spockframework.org/releases/apache-taglibs/standard/1.1.2/standard-1.1.2.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/apache-taglibs/standard/1.1.2/standard-1.1.2.pom

	  -- artifact apache-taglibs#standard;1.1.2!standard.jar:

	  http://oss.sonatype.org/content/groups/jetty/apache-taglibs/standard/1.1.2/standard-1.1.2.jar

	==== grailsPlugins: tried

	  -- artifact apache-taglibs#standard;1.1.2!standard.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/standard-1.1.2.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/standard-1.1.2.jar

		module not found: ${groupId}#hibernate-core;3.3.1.GA

	==== localMavenResolver: tried

	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:

	  /home/buildagent1/.m2/repository/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom

	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:

	  http://repo1.maven.org/maven2/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom

	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:

	  http://m2repo.spockframework.org/snapshots/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom

	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:

	  http://m2repo.spockframework.org/releases/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom

	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:

	  http://oss.sonatype.org/content/groups/jetty/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar

	==== grailsPlugins: tried

	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/hibernate-core-3.3.1.GA.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/hibernate-core-3.3.1.GA.jar

		[FAILED     ] javax.jms#jms;1.1!jms.jar:  (0ms)

	==== localMavenResolver: tried

	  /home/buildagent1/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/javax/jms/jms/1.1/jms-1.1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/javax/jms/jms/1.1/jms-1.1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/javax/jms/jms/1.1/jms-1.1.jar

	==== grailsPlugins: tried

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/jms-1.1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/jms-1.1.jar

		[FAILED     ] com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar:  (0ms)

	==== localMavenResolver: tried

	  /home/buildagent1/.m2/repository/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar

	==== grailsPlugins: tried

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/jmxtools-1.2.1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/jmxtools-1.2.1.jar

		[FAILED     ] com.sun.jmx#jmxri;1.2.1!jmxri.jar:  (0ms)

	==== localMavenResolver: tried

	  /home/buildagent1/.m2/repository/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar

	==== mavenCentral: tried

	  http://repo1.maven.org/maven2/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar

	==== http://m2repo.spockframework.org/snapshots: tried

	  http://m2repo.spockframework.org/snapshots/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar

	==== http://m2repo.spockframework.org/releases: tried

	  http://m2repo.spockframework.org/releases/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar

	==== http://oss.sonatype.org/content/groups/jetty: tried

	  http://oss.sonatype.org/content/groups/jetty/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar

	==== grailsPlugins: tried

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT/lib/jmxri-1.2.1.jar

	  /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT/lib/jmxri-1.2.1.jar

		::::::::::::::::::::::::::::::::::::::::::::::

		::          UNRESOLVED DEPENDENCIES         ::

		::::::::::::::::::::::::::::::::::::::::::::::

		:: org.springframework#org.springframework.core;3.0.0.RC1: not found

		:: org.springframework#org.springframework.aop;3.0.0.RC1: not found

		:: org.springframework#org.springframework.aspects;3.0.0.RC1: not found

		:: org.springframework#org.springframework.asm;3.0.0.RC1: not found

		:: org.springframework#org.springframework.beans;3.0.0.RC1: not found

		:: org.springframework#org.springframework.context;3.0.0.RC1: not found

		:: org.springframework#org.springframework.context.support;3.0.0.RC1: not found

		:: org.springframework#org.springframework.expression;3.0.0.RC1: not found

		:: org.springframework#org.springframework.instrument;3.0.0.RC1: not found

		:: org.springframework#org.springframework.jdbc;3.0.0.RC1: not found

		:: org.springframework#org.springframework.jms;3.0.0.RC1: not found

		:: org.springframework#org.springframework.orm;3.0.0.RC1: not found

		:: org.springframework#org.springframework.oxm;3.0.0.RC1: not found

		:: org.springframework#org.springframework.transaction;3.0.0.RC1: not found

		:: org.springframework#org.springframework.web;3.0.0.RC1: not found

		:: org.springframework#org.springframework.web.servlet;3.0.0.RC1: not found

		:: opensymphony#oscache;2.4.1: not found

		:: apache-taglibs#standard;1.1.2: not found

		:: ${groupId}#hibernate-core;3.3.1.GA: not found

		::::::::::::::::::::::::::::::::::::::::::::::


		::::::::::::::::::::::::::::::::::::::::::::::

		::              FAILED DOWNLOADS            ::

		:: ^ see resolution messages for details  ^ ::

		::::::::::::::::::::::::::::::::::::::::::::::

		:: javax.jms#jms;1.1!jms.jar

		:: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar

		:: com.sun.jmx#jmxri;1.2.1!jmxri.jar

		::::::::::::::::::::::::::::::::::::::::::::::


:::: ERRORS
	SERVER ERROR: Illegal group reference url=http://oss.sonatype.org/content/groups/jetty/$%7BgroupId%7D/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom

	SERVER ERROR: Illegal group reference url=http://oss.sonatype.org/content/groups/jetty/$%7BgroupId%7D/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar

Failed to install plugin [hibernate-1.2-SNAPSHOT]. Plugin has missing JAR dependencies.
   [delete] Deleting directory /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/tomcat-1.2-SNAPSHOT
   [delete] Deleting directory /home/buildagent1/agent/work/30873b7a1f97a367/spock-grails/plugins/hibernate-1.2-SNAPSHOT
srv% 

Activity

Hide
Luke Daley added a comment -

That error is coming from Nexus.

I have asked Jason van Zyl for an opinion on what is happening.

Show
Luke Daley added a comment - That error is coming from Nexus. I have asked Jason van Zyl for an opinion on what is happening.
Hide
Peter Niederwieser added a comment -

Seems like Ivy cannot resolve ${groupId}, although according to https://issues.apache.org/jira/browse/IVY-913 this has been fixed.

Show
Peter Niederwieser added a comment - Seems like Ivy cannot resolve ${groupId}, although according to https://issues.apache.org/jira/browse/IVY-913 this has been fixed.
Hide
Graeme Rocher added a comment -

Grails shouldn't be using Ivy when you're using Maven. So it looks like some codepath is not delegating to Maven for dependency resolution.

Show
Graeme Rocher added a comment - Grails shouldn't be using Ivy when you're using Maven. So it looks like some codepath is not delegating to Maven for dependency resolution.
Hide
Graeme Rocher added a comment -

i've been testing the Grails 1.2 codebase with the maven plugin and archetype and it seems to work ok in my tests although I found some issues a long the way which I fixed:

http://github.com/grails/grails/commit/6362c6e5b1d25e3ace41466570d9eb60ccfe2dc6

Show
Graeme Rocher added a comment - i've been testing the Grails 1.2 codebase with the maven plugin and archetype and it seems to work ok in my tests although I found some issues a long the way which I fixed: http://github.com/grails/grails/commit/6362c6e5b1d25e3ace41466570d9eb60ccfe2dc6
Hide
Peter Niederwieser added a comment -

2. is still present with RC2 and latest SNAPSHOT of Maven plugin. Here is the build output:

[01:40:01]: [INFO] ------------------------------------------------------------------------
[01:40:01]: [INFO] Building Spock Framework - Grails Plugin
[01:40:01]: [INFO]    task-segment: [clean, install]
[01:40:01]: [INFO] ------------------------------------------------------------------------
[01:40:01]: [INFO] [clean:clean {execution: default-clean}]
[01:40:01]: Downloading: http://download.java.net/maven/2//org/grails/grails-crud/1.2.0.RC2/grails-crud-1.2.0.RC2.pom
[01:40:01]: [INFO] Unable to find resource 'org.grails:grails-crud:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:01]: Downloading: http://repository.codehaus.org/org/grails/grails-crud/1.2.0.RC2/grails-crud-1.2.0.RC2.pom
[01:40:01]: 2K downloaded  (grails-crud-1.2.0.RC2.pom)
[01:40:01]: Downloading: http://download.java.net/maven/2//org/grails/grails/1.2.0.RC2/grails-1.2.0.RC2.pom
[01:40:01]: [INFO] Unable to find resource 'org.grails:grails:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:01]: Downloading: http://repository.codehaus.org/org/grails/grails/1.2.0.RC2/grails-1.2.0.RC2.pom
[01:40:01]: 12K downloaded  (grails-1.2.0.RC2.pom)
[01:40:01]: Downloading: http://download.java.net/maven/2//org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.pom
[01:40:01]: [INFO] Unable to find resource 'org.springframework:spring-core:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:01]: Downloading: http://repository.codehaus.org/org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.pom
[01:40:01]: [INFO] Unable to find resource 'org.springframework:spring-core:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:01]: Downloading: http://maven.springframework.org/release/org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.pom
[01:40:02]: 2K downloaded  (spring-core-3.0.0.RELEASE.pom)
[01:40:02]: Downloading: http://download.java.net/maven/2//org/springframework/spring-parent/3.0.0.RELEASE/spring-parent-3.0.0.RELEASE.pom
[01:40:02]: [INFO] Unable to find resource 'org.springframework:spring-parent:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:02]: Downloading: http://repository.codehaus.org/org/springframework/spring-parent/3.0.0.RELEASE/spring-parent-3.0.0.RELEASE.pom
[01:40:02]: [INFO] Unable to find resource 'org.springframework:spring-parent:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:02]: Downloading: http://maven.springframework.org/release/org/springframework/spring-parent/3.0.0.RELEASE/spring-parent-3.0.0.RELEASE.pom
[01:40:02]: 7K downloaded  (spring-parent-3.0.0.RELEASE.pom)
[01:40:03]: Downloading: http://download.java.net/maven/2//org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.pom
[01:40:03]: [INFO] Unable to find resource 'org.springframework:spring-asm:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:03]: Downloading: http://repository.codehaus.org/org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.pom
[01:40:03]: [INFO] Unable to find resource 'org.springframework:spring-asm:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:03]: Downloading: http://maven.springframework.org/release/org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.pom
[01:40:03]: 2K downloaded  (spring-asm-3.0.0.RELEASE.pom)
[01:40:03]: Downloading: http://download.java.net/maven/2//org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.pom
[01:40:04]: [INFO] Unable to find resource 'org.springframework:spring-context:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:04]: Downloading: http://repository.codehaus.org/org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.pom
[01:40:04]: [INFO] Unable to find resource 'org.springframework:spring-context:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:04]: Downloading: http://maven.springframework.org/release/org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.pom
[01:40:04]: 6K downloaded  (spring-context-3.0.0.RELEASE.pom)
[01:40:04]: Downloading: http://download.java.net/maven/2//org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.pom
[01:40:05]: [INFO] Unable to find resource 'org.springframework:spring-beans:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:05]: Downloading: http://repository.codehaus.org/org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.pom
[01:40:05]: [INFO] Unable to find resource 'org.springframework:spring-beans:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:05]: Downloading: http://maven.springframework.org/release/org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.pom
[01:40:05]: 2K downloaded  (spring-beans-3.0.0.RELEASE.pom)
[01:40:05]: Downloading: http://download.java.net/maven/2//org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.pom
[01:40:06]: [INFO] Unable to find resource 'org.springframework:spring-expression:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:06]: Downloading: http://repository.codehaus.org/org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.pom
[01:40:06]: [INFO] Unable to find resource 'org.springframework:spring-expression:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:06]: Downloading: http://maven.springframework.org/release/org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.pom
[01:40:06]: 1K downloaded  (spring-expression-3.0.0.RELEASE.pom)
[01:40:06]: Downloading: http://download.java.net/maven/2//org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.pom
[01:40:07]: [INFO] Unable to find resource 'org.springframework:spring-test:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:07]: Downloading: http://repository.codehaus.org/org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.pom
[01:40:07]: [INFO] Unable to find resource 'org.springframework:spring-test:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:07]: Downloading: http://maven.springframework.org/release/org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.pom
[01:40:07]: 5K downloaded  (spring-test-3.0.0.RELEASE.pom)
[01:40:07]: Downloading: http://download.java.net/maven/2//org/grails/grails-core/1.2.0.RC2/grails-core-1.2.0.RC2.pom
[01:40:07]: [INFO] Unable to find resource 'org.grails:grails-core:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:07]: Downloading: http://repository.codehaus.org/org/grails/grails-core/1.2.0.RC2/grails-core-1.2.0.RC2.pom
[01:40:09]: 7K downloaded  (grails-core-1.2.0.RC2.pom)
[01:40:09]: Downloading: http://download.java.net/maven/2//javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:10]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:10]: Downloading: http://repository.codehaus.org/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:10]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository codehaus (http://repository.codehaus.org)
[01:40:10]: Downloading: http://maven.springframework.org/release/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:10]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository springsource (http://maven.springframework.org/release)
[01:40:10]: Downloading: http://download.java.net/maven/2//javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:10]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository java.net (http://download.java.net/maven/2/)
[01:40:10]: Downloading: http://repository.springsource.com/maven/bundles/release/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:12]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository spring-release (http://repository.springsource.com/maven/bundles/release)
[01:40:12]: Downloading: http://s3.amazonaws.com/maven.springframework.org/milestone/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:12]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository spring-milestone (http://s3.amazonaws.com/maven.springframework.org/milestone)
[01:40:12]: Downloading: http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:13]: Downloading: http://download.java.net/maven/2//org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.pom
[01:40:14]: [INFO] Unable to find resource 'org.springframework:spring-aop:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:14]: Downloading: http://repository.codehaus.org/org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.pom
[01:40:14]: [INFO] Unable to find resource 'org.springframework:spring-aop:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:14]: Downloading: http://maven.springframework.org/release/org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.pom
[01:40:14]: 2K downloaded  (spring-aop-3.0.0.RELEASE.pom)
[01:40:14]: Downloading: http://download.java.net/maven/2//org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.pom
[01:40:15]: [INFO] Unable to find resource 'org.springframework:spring-aspects:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:15]: Downloading: http://repository.codehaus.org/org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.pom
[01:40:15]: [INFO] Unable to find resource 'org.springframework:spring-aspects:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:15]: Downloading: http://maven.springframework.org/release/org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.pom
[01:40:15]: 2K downloaded  (spring-aspects-3.0.0.RELEASE.pom)
[01:40:15]: Downloading: http://download.java.net/maven/2//org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.pom
[01:40:15]: [INFO] Unable to find resource 'org.springframework:spring-context-support:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:15]: Downloading: http://repository.codehaus.org/org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.pom
[01:40:16]: [INFO] Unable to find resource 'org.springframework:spring-context-support:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:16]: Downloading: http://maven.springframework.org/release/org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.pom
[01:40:16]: 4K downloaded  (spring-context-support-3.0.0.RELEASE.pom)
[01:40:16]: Downloading: http://download.java.net/maven/2//org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.pom
[01:40:16]: [INFO] Unable to find resource 'org.springframework:spring-instrument:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:16]: Downloading: http://repository.codehaus.org/org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.pom
[01:40:17]: [INFO] Unable to find resource 'org.springframework:spring-instrument:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:17]: Downloading: http://maven.springframework.org/release/org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.pom
[01:40:17]: 656b downloaded  (spring-instrument-3.0.0.RELEASE.pom)
[01:40:17]: Downloading: http://download.java.net/maven/2//org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.pom
[01:40:17]: [INFO] Unable to find resource 'org.springframework:spring-jdbc:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:17]: Downloading: http://repository.codehaus.org/org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.pom
[01:40:17]: [INFO] Unable to find resource 'org.springframework:spring-jdbc:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:17]: Downloading: http://maven.springframework.org/release/org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.pom
[01:40:18]: 3K downloaded  (spring-jdbc-3.0.0.RELEASE.pom)
[01:40:18]: Downloading: http://download.java.net/maven/2//org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.pom
[01:40:18]: [INFO] Unable to find resource 'org.springframework:spring-tx:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:18]: Downloading: http://repository.codehaus.org/org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.pom
[01:40:18]: [INFO] Unable to find resource 'org.springframework:spring-tx:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:18]: Downloading: http://maven.springframework.org/release/org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.pom
[01:40:18]: 3K downloaded  (spring-tx-3.0.0.RELEASE.pom)
[01:40:19]: Downloading: http://download.java.net/maven/2//org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.pom
[01:40:19]: [INFO] Unable to find resource 'org.springframework:spring-jms:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:19]: Downloading: http://repository.codehaus.org/org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.pom
[01:40:19]: [INFO] Unable to find resource 'org.springframework:spring-jms:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:19]: Downloading: http://maven.springframework.org/release/org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.pom
[01:40:19]: 3K downloaded  (spring-jms-3.0.0.RELEASE.pom)
[01:40:20]: Downloading: http://download.java.net/maven/2//org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.pom
[01:40:20]: [INFO] Unable to find resource 'org.springframework:spring-orm:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:20]: Downloading: http://repository.codehaus.org/org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.pom
[01:40:20]: [INFO] Unable to find resource 'org.springframework:spring-orm:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:20]: Downloading: http://maven.springframework.org/release/org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.pom
[01:40:20]: 6K downloaded  (spring-orm-3.0.0.RELEASE.pom)
[01:40:20]: Downloading: http://download.java.net/maven/2//org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.pom
[01:40:21]: [INFO] Unable to find resource 'org.springframework:spring-oxm:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:21]: Downloading: http://repository.codehaus.org/org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.pom
[01:40:21]: [INFO] Unable to find resource 'org.springframework:spring-oxm:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:21]: Downloading: http://maven.springframework.org/release/org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.pom
[01:40:21]: 2K downloaded  (spring-oxm-3.0.0.RELEASE.pom)
[01:40:21]: Downloading: http://download.java.net/maven/2//org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.pom
[01:40:22]: [INFO] Unable to find resource 'org.springframework:spring-web:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:22]: Downloading: http://repository.codehaus.org/org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.pom
[01:40:22]: [INFO] Unable to find resource 'org.springframework:spring-web:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:22]: Downloading: http://maven.springframework.org/release/org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.pom
[01:40:22]: 4K downloaded  (spring-web-3.0.0.RELEASE.pom)
[01:40:22]: Downloading: http://download.java.net/maven/2//org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.pom
[01:40:23]: [INFO] Unable to find resource 'org.springframework:spring-webmvc:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:23]: Downloading: http://repository.codehaus.org/org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.pom
[01:40:23]: [INFO] Unable to find resource 'org.springframework:spring-webmvc:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:23]: Downloading: http://maven.springframework.org/release/org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.pom
[01:40:23]: 8K downloaded  (spring-webmvc-3.0.0.RELEASE.pom)
[01:40:23]: Downloading: http://download.java.net/maven/2//org/grails/grails-spring/1.2.0.RC2/grails-spring-1.2.0.RC2.pom
[01:40:24]: [INFO] Unable to find resource 'org.grails:grails-spring:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:24]: Downloading: http://repository.codehaus.org/org/grails/grails-spring/1.2.0.RC2/grails-spring-1.2.0.RC2.pom
[01:40:24]: 2K downloaded  (grails-spring-1.2.0.RC2.pom)
[01:40:24]: Downloading: http://download.java.net/maven/2//org/grails/grails-docs/1.2.0.RC2/grails-docs-1.2.0.RC2.pom
[01:40:24]: [INFO] Unable to find resource 'org.grails:grails-docs:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:24]: Downloading: http://repository.codehaus.org/org/grails/grails-docs/1.2.0.RC2/grails-docs-1.2.0.RC2.pom
[01:40:24]: 2K downloaded  (grails-docs-1.2.0.RC2.pom)
[01:40:25]: Downloading: http://download.java.net/maven/2//org/grails/grails-resources/1.2.0.RC2/grails-resources-1.2.0.RC2.pom
[01:40:25]: [INFO] Unable to find resource 'org.grails:grails-resources:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:25]: Downloading: http://repository.codehaus.org/org/grails/grails-resources/1.2.0.RC2/grails-resources-1.2.0.RC2.pom
[01:40:25]: 1K downloaded  (grails-resources-1.2.0.RC2.pom)
[01:40:25]: Downloading: http://download.java.net/maven/2//org/grails/grails-web/1.2.0.RC2/grails-web-1.2.0.RC2.pom
[01:40:26]: [INFO] Unable to find resource 'org.grails:grails-web:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:26]: Downloading: http://repository.codehaus.org/org/grails/grails-web/1.2.0.RC2/grails-web-1.2.0.RC2.pom
[01:40:26]: 4K downloaded  (grails-web-1.2.0.RC2.pom)
[01:40:26]: Downloading: http://download.java.net/maven/2//org/grails/grails-gorm/1.2.0.RC2/grails-gorm-1.2.0.RC2.pom
[01:40:26]: [INFO] Unable to find resource 'org.grails:grails-gorm:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:26]: Downloading: http://repository.codehaus.org/org/grails/grails-gorm/1.2.0.RC2/grails-gorm-1.2.0.RC2.pom
[01:40:28]: 5K downloaded  (grails-gorm-1.2.0.RC2.pom)
[01:40:28]: Downloading: http://download.java.net/maven/2//org/grails/grails-test/1.2.0.RC2/grails-test-1.2.0.RC2.pom
[01:40:29]: [INFO] Unable to find resource 'org.grails:grails-test:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:29]: Downloading: http://repository.codehaus.org/org/grails/grails-test/1.2.0.RC2/grails-test-1.2.0.RC2.pom
[01:40:29]: 2K downloaded  (grails-test-1.2.0.RC2.pom)
[01:40:29]: Downloading: http://download.java.net/maven/2//org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.jar
[01:40:29]: Downloading: http://download.java.net/maven/2//org/grails/grails-crud/1.2.0.RC2/grails-crud-1.2.0.RC2.jar
[01:40:29]: Downloading: http://download.java.net/maven/2//javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:30]: [INFO] Unable to find resource 'org.springframework:spring-core:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:30]: Downloading: http://repository.codehaus.org/org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.jar
[01:40:30]: [INFO] Unable to find resource 'org.grails:grails-crud:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:30]: Downloading: http://repository.codehaus.org/org/grails/grails-crud/1.2.0.RC2/grails-crud-1.2.0.RC2.jar
[01:40:30]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:30]: Downloading: http://repository.codehaus.org/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:30]: [INFO] Unable to find resource 'org.springframework:spring-core:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:30]: Downloading: http://maven.springframework.org/release/org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.jar
[01:40:30]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository codehaus (http://repository.codehaus.org)
[01:40:30]: Downloading: http://maven.springframework.org/release/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:30]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository springsource (http://maven.springframework.org/release)
[01:40:30]: Downloading: http://download.java.net/maven/2//javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:30]: 54K downloaded  (grails-crud-1.2.0.RC2.jar)
[01:40:31]: Downloading: http://download.java.net/maven/2//org/grails/grails-core/1.2.0.RC2/grails-core-1.2.0.RC2.jar
[01:40:31]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository java.net (http://download.java.net/maven/2/)
[01:40:31]: Downloading: http://repository.springsource.com/maven/bundles/release/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:31]: 350K downloaded  (spring-core-3.0.0.RELEASE.jar)
[01:40:31]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository spring-release (http://repository.springsource.com/maven/bundles/release)
[01:40:31]: Downloading: http://s3.amazonaws.com/maven.springframework.org/milestone/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:31]: Downloading: http://download.java.net/maven/2//org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.jar
[01:40:31]: [INFO] Unable to find resource 'org.grails:grails-core:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:31]: Downloading: http://repository.codehaus.org/org/grails/grails-core/1.2.0.RC2/grails-core-1.2.0.RC2.jar
[01:40:31]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository spring-milestone (http://s3.amazonaws.com/maven.springframework.org/milestone)
[01:40:31]: Downloading: http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:31]: [INFO] Unable to find resource 'org.springframework:spring-asm:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:31]: Downloading: http://repository.codehaus.org/org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.jar
[01:40:32]: [INFO] Unable to find resource 'org.springframework:spring-asm:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:32]: Downloading: http://maven.springframework.org/release/org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.jar
[01:40:32]: 51K downloaded  (spring-asm-3.0.0.RELEASE.jar)
[01:40:33]: Downloading: http://download.java.net/maven/2//org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.jar
[01:40:33]: [INFO] Unable to find resource 'org.springframework:spring-context:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:33]: Downloading: http://repository.codehaus.org/org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.jar
[01:40:33]: [INFO] Unable to find resource 'org.springframework:spring-context:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:33]: Downloading: http://maven.springframework.org/release/org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.jar
[01:40:34]: 642K downloaded  (spring-context-3.0.0.RELEASE.jar)
[01:40:34]: Downloading: http://download.java.net/maven/2//org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.jar
[01:40:34]: 800K downloaded  (grails-core-1.2.0.RC2.jar)
[01:40:34]: [INFO] Unable to find resource 'org.springframework:spring-beans:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:34]: Downloading: http://repository.codehaus.org/org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.jar
[01:40:34]: Downloading: http://download.java.net/maven/2//org/grails/grails-spring/1.2.0.RC2/grails-spring-1.2.0.RC2.jar
[01:40:34]: [INFO] Unable to find resource 'org.springframework:spring-beans:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:34]: Downloading: http://maven.springframework.org/release/org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.jar
[01:40:35]: [INFO] Unable to find resource 'org.grails:grails-spring:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:35]: Downloading: http://repository.codehaus.org/org/grails/grails-spring/1.2.0.RC2/grails-spring-1.2.0.RC2.jar
[01:40:35]: 57K downloaded  (grails-spring-1.2.0.RC2.jar)
[01:40:35]: Downloading: http://download.java.net/maven/2//org/grails/grails-docs/1.2.0.RC2/grails-docs-1.2.0.RC2.jar
[01:40:35]: 539K downloaded  (spring-beans-3.0.0.RELEASE.jar)
[01:40:35]: Downloading: http://download.java.net/maven/2//org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.jar
[01:40:35]: [INFO] Unable to find resource 'org.grails:grails-docs:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:35]: Downloading: http://repository.codehaus.org/org/grails/grails-docs/1.2.0.RC2/grails-docs-1.2.0.RC2.jar
[01:40:36]: [INFO] Unable to find resource 'org.springframework:spring-expression:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:36]: Downloading: http://repository.codehaus.org/org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.jar
[01:40:36]: [INFO] Unable to find resource 'org.springframework:spring-expression:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:36]: Downloading: http://maven.springframework.org/release/org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.jar
[01:40:36]: 200K downloaded  (grails-docs-1.2.0.RC2.jar)
[01:40:36]: 150K downloaded  (spring-expression-3.0.0.RELEASE.jar)
[01:40:36]: Downloading: http://download.java.net/maven/2//org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.jar
[01:40:37]: [INFO] Unable to find resource 'org.springframework:spring-test:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:37]: Downloading: http://repository.codehaus.org/org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.jar
[01:40:38]: Downloading: http://download.java.net/maven/2//org/grails/grails-resources/1.2.0.RC2/grails-resources-1.2.0.RC2.jar
[01:40:38]: [INFO] Unable to find resource 'org.grails:grails-resources:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:38]: Downloading: http://repository.codehaus.org/org/grails/grails-resources/1.2.0.RC2/grails-resources-1.2.0.RC2.jar
[01:40:38]: [INFO] Unable to find resource 'org.springframework:spring-test:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:38]: Downloading: http://maven.springframework.org/release/org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.jar
[01:40:39]: 202K downloaded  (spring-test-3.0.0.RELEASE.jar)
[01:40:39]: Downloading: http://download.java.net/maven/2//org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.jar
[01:40:39]: 199K downloaded  (grails-resources-1.2.0.RC2.jar)
[01:40:39]: Downloading: http://download.java.net/maven/2//org/grails/grails-web/1.2.0.RC2/grails-web-1.2.0.RC2.jar
[01:40:40]: [INFO] Unable to find resource 'org.springframework:spring-aop:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:40]: Downloading: http://repository.codehaus.org/org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.jar
[01:40:40]: [INFO] Unable to find resource 'org.springframework:spring-aop:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:40]: Downloading: http://maven.springframework.org/release/org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.jar
[01:40:40]: [INFO] Unable to find resource 'org.grails:grails-web:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:40]: Downloading: http://repository.codehaus.org/org/grails/grails-web/1.2.0.RC2/grails-web-1.2.0.RC2.jar
[01:40:41]: 316K downloaded  (spring-aop-3.0.0.RELEASE.jar)
[01:40:41]: Downloading: http://download.java.net/maven/2//org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.jar
[01:40:41]: [INFO] Unable to find resource 'org.springframework:spring-aspects:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:41]: Downloading: http://repository.codehaus.org/org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.jar
[01:40:41]: [INFO] Unable to find resource 'org.springframework:spring-aspects:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:41]: Downloading: http://maven.springframework.org/release/org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.jar
[01:40:42]: 29K downloaded  (spring-aspects-3.0.0.RELEASE.jar)
[01:40:42]: Downloading: http://download.java.net/maven/2//org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.jar
[01:40:42]: [INFO] Unable to find resource 'org.springframework:spring-context-support:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:42]: Downloading: http://repository.codehaus.org/org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.jar
[01:40:42]: [INFO] Unable to find resource 'org.springframework:spring-context-support:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:42]: Downloading: http://maven.springframework.org/release/org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.jar
[01:40:43]: 98K downloaded  (spring-context-support-3.0.0.RELEASE.jar)
[01:40:43]: Downloading: http://download.java.net/maven/2//org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.jar
[01:40:43]: [INFO] Unable to find resource 'org.springframework:spring-instrument:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:43]: Downloading: http://repository.codehaus.org/org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.jar
[01:40:43]: [INFO] Unable to find resource 'org.springframework:spring-instrument:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:43]: Downloading: http://maven.springframework.org/release/org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.jar
[01:40:44]: 1K downloaded  (spring-instrument-3.0.0.RELEASE.jar)
[01:40:44]: Downloading: http://download.java.net/maven/2//org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.jar
[01:40:44]: [INFO] Unable to find resource 'org.springframework:spring-jdbc:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:44]: Downloading: http://repository.codehaus.org/org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.jar
[01:40:44]: [INFO] Unable to find resource 'org.springframework:spring-jdbc:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:44]: Downloading: http://maven.springframework.org/release/org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.jar
[01:40:45]: 1684K downloaded  (grails-web-1.2.0.RC2.jar)
[01:40:45]: Downloading: http://download.java.net/maven/2//org/grails/grails-gorm/1.2.0.RC2/grails-gorm-1.2.0.RC2.jar
[01:40:45]: [INFO] Unable to find resource 'org.grails:grails-gorm:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:45]: Downloading: http://repository.codehaus.org/org/grails/grails-gorm/1.2.0.RC2/grails-gorm-1.2.0.RC2.jar
[01:40:46]: 372K downloaded  (spring-jdbc-3.0.0.RELEASE.jar)
[01:40:46]: Downloading: http://download.java.net/maven/2//org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.jar
[01:40:47]: 527K downloaded  (grails-gorm-1.2.0.RC2.jar)
[01:40:47]: [INFO] Unable to find resource 'org.springframework:spring-tx:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:47]: Downloading: http://repository.codehaus.org/org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.jar
[01:40:47]: Downloading: http://download.java.net/maven/2//org/grails/grails-test/1.2.0.RC2/grails-test-1.2.0.RC2.jar
[01:40:47]: [INFO] Unable to find resource 'org.springframework:spring-tx:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:47]: Downloading: http://maven.springframework.org/release/org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.jar
[01:40:47]: [INFO] Unable to find resource 'org.grails:grails-test:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:47]: Downloading: http://repository.codehaus.org/org/grails/grails-test/1.2.0.RC2/grails-test-1.2.0.RC2.jar
[01:40:48]: 226K downloaded  (spring-tx-3.0.0.RELEASE.jar)
[01:40:48]: Downloading: http://download.java.net/maven/2//org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.jar
[01:40:48]: [INFO] Unable to find resource 'org.springframework:spring-jms:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:48]: Downloading: http://repository.codehaus.org/org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.jar
[01:40:49]: [INFO] Unable to find resource 'org.springframework:spring-jms:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:49]: Downloading: http://maven.springframework.org/release/org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.jar
[01:40:49]: 180K downloaded  (spring-jms-3.0.0.RELEASE.jar)
[01:40:49]: Downloading: http://download.java.net/maven/2//org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.jar
[01:40:49]: 377K downloaded  (grails-test-1.2.0.RC2.jar)
[01:40:50]: [INFO] Unable to find resource 'org.springframework:spring-orm:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:50]: Downloading: http://repository.codehaus.org/org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.jar
[01:40:50]: [INFO] Unable to find resource 'org.springframework:spring-orm:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:50]: Downloading: http://maven.springframework.org/release/org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.jar
[01:40:51]: 322K downloaded  (spring-orm-3.0.0.RELEASE.jar)
[01:40:51]: Downloading: http://download.java.net/maven/2//org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.jar
[01:40:51]: [INFO] Unable to find resource 'org.springframework:spring-oxm:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:51]: Downloading: http://repository.codehaus.org/org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.jar
[01:40:51]: [INFO] Unable to find resource 'org.springframework:spring-oxm:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:51]: Downloading: http://maven.springframework.org/release/org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.jar
[01:40:51]: 54K downloaded  (spring-oxm-3.0.0.RELEASE.jar)
[01:40:52]: Downloading: http://download.java.net/maven/2//org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.jar
[01:40:52]: [INFO] Unable to find resource 'org.springframework:spring-web:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:52]: Downloading: http://repository.codehaus.org/org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.jar
[01:40:52]: [INFO] Unable to find resource 'org.springframework:spring-web:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:52]: Downloading: http://maven.springframework.org/release/org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.jar
[01:40:54]: 350K downloaded  (spring-web-3.0.0.RELEASE.jar)
[01:40:55]: Downloading: http://download.java.net/maven/2//org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.jar
[01:40:55]: [INFO] Unable to find resource 'org.springframework:spring-webmvc:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:55]: Downloading: http://repository.codehaus.org/org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.jar
[01:40:55]: [INFO] Unable to find resource 'org.springframework:spring-webmvc:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:55]: Downloading: http://maven.springframework.org/release/org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.jar
[01:40:56]: 377K downloaded  (spring-webmvc-3.0.0.RELEASE.jar)
[01:40:56]: [INFO] [grails:maven-clean {execution: build}]
[01:40:56]: [INFO] Using Grails 1.2.0.RC2
[01:40:56]: Downloading: http://download.java.net/maven/2//org/grails/grails-bootstrap/1.2.0.RC2/grails-bootstrap-1.2.0.RC2.pom
[01:40:56]: [INFO] Unable to find resource 'org.grails:grails-bootstrap:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:56]: Downloading: http://repository.codehaus.org/org/grails/grails-bootstrap/1.2.0.RC2/grails-bootstrap-1.2.0.RC2.pom
[01:40:57]: 3K downloaded  (grails-bootstrap-1.2.0.RC2.pom)
[01:40:57]: Downloading: http://download.java.net/maven/2//org/grails/grails-bootstrap/1.2.0.RC2/grails-bootstrap-1.2.0.RC2.jar
[01:40:57]: [INFO] Unable to find resource 'org.grails:grails-bootstrap:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:57]: Downloading: http://repository.codehaus.org/org/grails/grails-bootstrap/1.2.0.RC2/grails-bootstrap-1.2.0.RC2.jar
[01:40:59]: 185K downloaded  (grails-bootstrap-1.2.0.RC2.jar)
[01:40:59]: Downloading: http://download.java.net/maven/2//org/grails/grails-scripts/1.2.0.RC2/grails-scripts-1.2.0.RC2.pom
[01:41:00]: [INFO] Unable to find resource 'org.grails:grails-scripts:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:41:00]: Downloading: http://repository.codehaus.org/org/grails/grails-scripts/1.2.0.RC2/grails-scripts-1.2.0.RC2.pom
[01:41:00]: 3K downloaded  (grails-scripts-1.2.0.RC2.pom)
[01:41:00]: Downloading: http://download.java.net/maven/2//org/grails/grails-scripts/1.2.0.RC2/grails-scripts-1.2.0.RC2.jar
[01:41:00]: [INFO] Unable to find resource 'org.grails:grails-scripts:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:41:00]: Downloading: http://repository.codehaus.org/org/grails/grails-scripts/1.2.0.RC2/grails-scripts-1.2.0.RC2.jar
[01:41:05]: 1220K downloaded  (grails-scripts-1.2.0.RC2.jar)
[01:41:29]: Running pre-compiled script
[01:41:29]: Environment set to development
[01:41:30]:    [delete] Deleting directory /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/target/resources
[01:41:30]: [INFO] [grails:validate {execution: build}]
[01:41:30]: [INFO] [grails:init {execution: build}]
[01:41:30]: [INFO] [grails:config-directories {execution: build}]
[01:41:30]: [INFO] [grails:maven-compile {execution: build}]
[01:41:30]: [INFO] Using Grails 1.2.0.RC2
[01:41:33]: Running pre-compiled script
[01:41:35]: Plugin [tomcat-1.2.0.RC2] not installed, resolving..
[01:41:35]: Reading remote plugin list ...
[01:41:35]:     [mkdir] Created dir: /home/buildagent1/.grails/1.2.0.RC2
[01:41:35]:       [get] Getting: http://svn.codehaus.org/grails/trunk/grails-plugins/.plugin-meta/plugins-list.xml
[01:41:35]:       [get] To: /home/buildagent1/.grails/1.2.0.RC2/plugins-list-core.xml
[01:41:36]: .......
[01:41:36]:       [get] last modified = Tue Dec 15 16:22:17 CET 2009
[01:41:36]:     [mkdir] Created dir: /home/buildagent1/.grails/1.2.0.RC2/plugins
[01:41:36]:       [get] Getting: https://svn.codehaus.org/grails/trunk/grails-plugins/grails-tomcat/tags/RELEASE_1_2_0_RC2/grails-tomcat-1.2.0.RC2.zip
[01:41:36]:       [get] To: /home/buildagent1/.grails/1.2.0.RC2/plugins/grails-tomcat-1.2.0.RC2.zip
[01:41:44]: ..................................................................................................................................................................................................................................................................
[01:41:44]:       [get] last modified = Tue Dec 15 12:46:35 CET 2009
[01:41:44]:      [copy] Copying 1 file to /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins
[01:41:44]: Installing plugin tomcat-1.2.0.RC2
[01:41:44]:     [mkdir] Created dir: /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/tomcat-1.2.0.RC2
[01:41:44]:     [unzip] Expanding: /home/buildagent1/.grails/1.2.0.RC2/plugins/grails-tomcat-1.2.0.RC2.zip into /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/tomcat-1.2.0.RC2
[01:41:45]: Executing tomcat-1.2.0.RC2 plugin post-install script ...
[01:41:45]: Plugin tomcat-1.2.0.RC2 installed
[01:41:45]: Plug-in provides the following new scripts:
[01:41:45]: ------------------------------------------
[01:41:45]: grails tomcat
[01:41:45]: Found events script in plugin tomcat
[01:41:45]: Plugin [hibernate-1.2.0.RC2] not installed, resolving..
[01:41:45]: Reading remote plugin list ...
[01:41:45]:       [get] Getting: https://svn.codehaus.org/grails/trunk/grails-plugins/grails-hibernate/tags/RELEASE_1_2_0_RC2/grails-hibernate-1.2.0.RC2.zip
[01:41:45]:       [get] To: /home/buildagent1/.grails/1.2.0.RC2/plugins/grails-hibernate-1.2.0.RC2.zip
[01:41:45]: ...
[01:41:45]:       [get] last modified = Tue Dec 15 12:40:31 CET 2009
[01:41:45]:      [copy] Copying 1 file to /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins
[01:41:45]: Installing plugin hibernate-1.2.0.RC2
[01:41:45]:     [mkdir] Created dir: /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/hibernate-1.2.0.RC2
[01:41:45]:     [unzip] Expanding: /home/buildagent1/.grails/1.2.0.RC2/plugins/grails-hibernate-1.2.0.RC2.zip into /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/hibernate-1.2.0.RC2
[01:41:45]: Resolving plugin JAR dependencies
[01:41:53]: Failed to install plugin [hibernate-1.2.0.RC2]. Plugin has missing JAR dependencies.
[01:41:53]: :: problems summary ::
[01:41:53]: :::: WARNINGS
[01:41:53]: 		module not found: ${groupId}#hibernate-core;3.3.1.GA
[01:41:53]: 	==== localMavenResolver: tried
[01:41:53]: 	  /home/buildagent1/.m2/repository/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom
[01:41:53]: 	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:
[01:41:53]: 	  /home/buildagent1/.m2/repository/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	==== http://m2repo.spockframework.org/snapshots: tried
[01:41:53]: 	  http://m2repo.spockframework.org/snapshots/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom
[01:41:53]: 	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:
[01:41:53]: 	  http://m2repo.spockframework.org/snapshots/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	==== mavenCentral: tried
[01:41:53]: 	  http://repo1.maven.org/maven2/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom
[01:41:53]: 	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:
[01:41:53]: 	  http://repo1.maven.org/maven2/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	==== grailsPlugins: tried
[01:41:53]: 	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:
[01:41:53]: 	  /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/lib/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	  /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/hibernate-1.2.0.RC2/lib/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	  /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/tomcat-1.2.0.RC2/lib/hibernate-core-3.3.1.GA.jar
[01:41:53]: 		::::::::::::::::::::::::::::::::::::::::::::::
[01:41:53]: 		::          UNRESOLVED DEPENDENCIES         ::
[01:41:53]: 		::::::::::::::::::::::::::::::::::::::::::::::
[01:41:53]: 		:: ${groupId}#hibernate-core;3.3.1.GA: not found
[01:41:53]: 		::::::::::::::::::::::::::::::::::::::::::::::
Show
Peter Niederwieser added a comment - 2. is still present with RC2 and latest SNAPSHOT of Maven plugin. Here is the build output:
[01:40:01]: [INFO] ------------------------------------------------------------------------
[01:40:01]: [INFO] Building Spock Framework - Grails Plugin
[01:40:01]: [INFO]    task-segment: [clean, install]
[01:40:01]: [INFO] ------------------------------------------------------------------------
[01:40:01]: [INFO] [clean:clean {execution: default-clean}]
[01:40:01]: Downloading: http://download.java.net/maven/2//org/grails/grails-crud/1.2.0.RC2/grails-crud-1.2.0.RC2.pom
[01:40:01]: [INFO] Unable to find resource 'org.grails:grails-crud:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:01]: Downloading: http://repository.codehaus.org/org/grails/grails-crud/1.2.0.RC2/grails-crud-1.2.0.RC2.pom
[01:40:01]: 2K downloaded  (grails-crud-1.2.0.RC2.pom)
[01:40:01]: Downloading: http://download.java.net/maven/2//org/grails/grails/1.2.0.RC2/grails-1.2.0.RC2.pom
[01:40:01]: [INFO] Unable to find resource 'org.grails:grails:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:01]: Downloading: http://repository.codehaus.org/org/grails/grails/1.2.0.RC2/grails-1.2.0.RC2.pom
[01:40:01]: 12K downloaded  (grails-1.2.0.RC2.pom)
[01:40:01]: Downloading: http://download.java.net/maven/2//org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.pom
[01:40:01]: [INFO] Unable to find resource 'org.springframework:spring-core:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:01]: Downloading: http://repository.codehaus.org/org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.pom
[01:40:01]: [INFO] Unable to find resource 'org.springframework:spring-core:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:01]: Downloading: http://maven.springframework.org/release/org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.pom
[01:40:02]: 2K downloaded  (spring-core-3.0.0.RELEASE.pom)
[01:40:02]: Downloading: http://download.java.net/maven/2//org/springframework/spring-parent/3.0.0.RELEASE/spring-parent-3.0.0.RELEASE.pom
[01:40:02]: [INFO] Unable to find resource 'org.springframework:spring-parent:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:02]: Downloading: http://repository.codehaus.org/org/springframework/spring-parent/3.0.0.RELEASE/spring-parent-3.0.0.RELEASE.pom
[01:40:02]: [INFO] Unable to find resource 'org.springframework:spring-parent:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:02]: Downloading: http://maven.springframework.org/release/org/springframework/spring-parent/3.0.0.RELEASE/spring-parent-3.0.0.RELEASE.pom
[01:40:02]: 7K downloaded  (spring-parent-3.0.0.RELEASE.pom)
[01:40:03]: Downloading: http://download.java.net/maven/2//org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.pom
[01:40:03]: [INFO] Unable to find resource 'org.springframework:spring-asm:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:03]: Downloading: http://repository.codehaus.org/org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.pom
[01:40:03]: [INFO] Unable to find resource 'org.springframework:spring-asm:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:03]: Downloading: http://maven.springframework.org/release/org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.pom
[01:40:03]: 2K downloaded  (spring-asm-3.0.0.RELEASE.pom)
[01:40:03]: Downloading: http://download.java.net/maven/2//org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.pom
[01:40:04]: [INFO] Unable to find resource 'org.springframework:spring-context:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:04]: Downloading: http://repository.codehaus.org/org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.pom
[01:40:04]: [INFO] Unable to find resource 'org.springframework:spring-context:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:04]: Downloading: http://maven.springframework.org/release/org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.pom
[01:40:04]: 6K downloaded  (spring-context-3.0.0.RELEASE.pom)
[01:40:04]: Downloading: http://download.java.net/maven/2//org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.pom
[01:40:05]: [INFO] Unable to find resource 'org.springframework:spring-beans:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:05]: Downloading: http://repository.codehaus.org/org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.pom
[01:40:05]: [INFO] Unable to find resource 'org.springframework:spring-beans:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:05]: Downloading: http://maven.springframework.org/release/org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.pom
[01:40:05]: 2K downloaded  (spring-beans-3.0.0.RELEASE.pom)
[01:40:05]: Downloading: http://download.java.net/maven/2//org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.pom
[01:40:06]: [INFO] Unable to find resource 'org.springframework:spring-expression:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:06]: Downloading: http://repository.codehaus.org/org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.pom
[01:40:06]: [INFO] Unable to find resource 'org.springframework:spring-expression:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:06]: Downloading: http://maven.springframework.org/release/org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.pom
[01:40:06]: 1K downloaded  (spring-expression-3.0.0.RELEASE.pom)
[01:40:06]: Downloading: http://download.java.net/maven/2//org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.pom
[01:40:07]: [INFO] Unable to find resource 'org.springframework:spring-test:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:07]: Downloading: http://repository.codehaus.org/org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.pom
[01:40:07]: [INFO] Unable to find resource 'org.springframework:spring-test:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:07]: Downloading: http://maven.springframework.org/release/org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.pom
[01:40:07]: 5K downloaded  (spring-test-3.0.0.RELEASE.pom)
[01:40:07]: Downloading: http://download.java.net/maven/2//org/grails/grails-core/1.2.0.RC2/grails-core-1.2.0.RC2.pom
[01:40:07]: [INFO] Unable to find resource 'org.grails:grails-core:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:07]: Downloading: http://repository.codehaus.org/org/grails/grails-core/1.2.0.RC2/grails-core-1.2.0.RC2.pom
[01:40:09]: 7K downloaded  (grails-core-1.2.0.RC2.pom)
[01:40:09]: Downloading: http://download.java.net/maven/2//javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:10]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:10]: Downloading: http://repository.codehaus.org/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:10]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository codehaus (http://repository.codehaus.org)
[01:40:10]: Downloading: http://maven.springframework.org/release/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:10]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository springsource (http://maven.springframework.org/release)
[01:40:10]: Downloading: http://download.java.net/maven/2//javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:10]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository java.net (http://download.java.net/maven/2/)
[01:40:10]: Downloading: http://repository.springsource.com/maven/bundles/release/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:12]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository spring-release (http://repository.springsource.com/maven/bundles/release)
[01:40:12]: Downloading: http://s3.amazonaws.com/maven.springframework.org/milestone/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:12]: [INFO] Unable to find resource 'javax.persistence:persistence-api:pom:1.0' in repository spring-milestone (http://s3.amazonaws.com/maven.springframework.org/milestone)
[01:40:12]: Downloading: http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/persistence-api-1.0.pom
[01:40:13]: Downloading: http://download.java.net/maven/2//org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.pom
[01:40:14]: [INFO] Unable to find resource 'org.springframework:spring-aop:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:14]: Downloading: http://repository.codehaus.org/org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.pom
[01:40:14]: [INFO] Unable to find resource 'org.springframework:spring-aop:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:14]: Downloading: http://maven.springframework.org/release/org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.pom
[01:40:14]: 2K downloaded  (spring-aop-3.0.0.RELEASE.pom)
[01:40:14]: Downloading: http://download.java.net/maven/2//org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.pom
[01:40:15]: [INFO] Unable to find resource 'org.springframework:spring-aspects:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:15]: Downloading: http://repository.codehaus.org/org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.pom
[01:40:15]: [INFO] Unable to find resource 'org.springframework:spring-aspects:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:15]: Downloading: http://maven.springframework.org/release/org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.pom
[01:40:15]: 2K downloaded  (spring-aspects-3.0.0.RELEASE.pom)
[01:40:15]: Downloading: http://download.java.net/maven/2//org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.pom
[01:40:15]: [INFO] Unable to find resource 'org.springframework:spring-context-support:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:15]: Downloading: http://repository.codehaus.org/org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.pom
[01:40:16]: [INFO] Unable to find resource 'org.springframework:spring-context-support:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:16]: Downloading: http://maven.springframework.org/release/org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.pom
[01:40:16]: 4K downloaded  (spring-context-support-3.0.0.RELEASE.pom)
[01:40:16]: Downloading: http://download.java.net/maven/2//org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.pom
[01:40:16]: [INFO] Unable to find resource 'org.springframework:spring-instrument:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:16]: Downloading: http://repository.codehaus.org/org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.pom
[01:40:17]: [INFO] Unable to find resource 'org.springframework:spring-instrument:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:17]: Downloading: http://maven.springframework.org/release/org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.pom
[01:40:17]: 656b downloaded  (spring-instrument-3.0.0.RELEASE.pom)
[01:40:17]: Downloading: http://download.java.net/maven/2//org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.pom
[01:40:17]: [INFO] Unable to find resource 'org.springframework:spring-jdbc:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:17]: Downloading: http://repository.codehaus.org/org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.pom
[01:40:17]: [INFO] Unable to find resource 'org.springframework:spring-jdbc:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:17]: Downloading: http://maven.springframework.org/release/org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.pom
[01:40:18]: 3K downloaded  (spring-jdbc-3.0.0.RELEASE.pom)
[01:40:18]: Downloading: http://download.java.net/maven/2//org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.pom
[01:40:18]: [INFO] Unable to find resource 'org.springframework:spring-tx:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:18]: Downloading: http://repository.codehaus.org/org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.pom
[01:40:18]: [INFO] Unable to find resource 'org.springframework:spring-tx:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:18]: Downloading: http://maven.springframework.org/release/org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.pom
[01:40:18]: 3K downloaded  (spring-tx-3.0.0.RELEASE.pom)
[01:40:19]: Downloading: http://download.java.net/maven/2//org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.pom
[01:40:19]: [INFO] Unable to find resource 'org.springframework:spring-jms:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:19]: Downloading: http://repository.codehaus.org/org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.pom
[01:40:19]: [INFO] Unable to find resource 'org.springframework:spring-jms:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:19]: Downloading: http://maven.springframework.org/release/org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.pom
[01:40:19]: 3K downloaded  (spring-jms-3.0.0.RELEASE.pom)
[01:40:20]: Downloading: http://download.java.net/maven/2//org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.pom
[01:40:20]: [INFO] Unable to find resource 'org.springframework:spring-orm:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:20]: Downloading: http://repository.codehaus.org/org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.pom
[01:40:20]: [INFO] Unable to find resource 'org.springframework:spring-orm:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:20]: Downloading: http://maven.springframework.org/release/org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.pom
[01:40:20]: 6K downloaded  (spring-orm-3.0.0.RELEASE.pom)
[01:40:20]: Downloading: http://download.java.net/maven/2//org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.pom
[01:40:21]: [INFO] Unable to find resource 'org.springframework:spring-oxm:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:21]: Downloading: http://repository.codehaus.org/org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.pom
[01:40:21]: [INFO] Unable to find resource 'org.springframework:spring-oxm:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:21]: Downloading: http://maven.springframework.org/release/org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.pom
[01:40:21]: 2K downloaded  (spring-oxm-3.0.0.RELEASE.pom)
[01:40:21]: Downloading: http://download.java.net/maven/2//org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.pom
[01:40:22]: [INFO] Unable to find resource 'org.springframework:spring-web:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:22]: Downloading: http://repository.codehaus.org/org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.pom
[01:40:22]: [INFO] Unable to find resource 'org.springframework:spring-web:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:22]: Downloading: http://maven.springframework.org/release/org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.pom
[01:40:22]: 4K downloaded  (spring-web-3.0.0.RELEASE.pom)
[01:40:22]: Downloading: http://download.java.net/maven/2//org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.pom
[01:40:23]: [INFO] Unable to find resource 'org.springframework:spring-webmvc:pom:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:23]: Downloading: http://repository.codehaus.org/org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.pom
[01:40:23]: [INFO] Unable to find resource 'org.springframework:spring-webmvc:pom:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:23]: Downloading: http://maven.springframework.org/release/org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.pom
[01:40:23]: 8K downloaded  (spring-webmvc-3.0.0.RELEASE.pom)
[01:40:23]: Downloading: http://download.java.net/maven/2//org/grails/grails-spring/1.2.0.RC2/grails-spring-1.2.0.RC2.pom
[01:40:24]: [INFO] Unable to find resource 'org.grails:grails-spring:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:24]: Downloading: http://repository.codehaus.org/org/grails/grails-spring/1.2.0.RC2/grails-spring-1.2.0.RC2.pom
[01:40:24]: 2K downloaded  (grails-spring-1.2.0.RC2.pom)
[01:40:24]: Downloading: http://download.java.net/maven/2//org/grails/grails-docs/1.2.0.RC2/grails-docs-1.2.0.RC2.pom
[01:40:24]: [INFO] Unable to find resource 'org.grails:grails-docs:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:24]: Downloading: http://repository.codehaus.org/org/grails/grails-docs/1.2.0.RC2/grails-docs-1.2.0.RC2.pom
[01:40:24]: 2K downloaded  (grails-docs-1.2.0.RC2.pom)
[01:40:25]: Downloading: http://download.java.net/maven/2//org/grails/grails-resources/1.2.0.RC2/grails-resources-1.2.0.RC2.pom
[01:40:25]: [INFO] Unable to find resource 'org.grails:grails-resources:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:25]: Downloading: http://repository.codehaus.org/org/grails/grails-resources/1.2.0.RC2/grails-resources-1.2.0.RC2.pom
[01:40:25]: 1K downloaded  (grails-resources-1.2.0.RC2.pom)
[01:40:25]: Downloading: http://download.java.net/maven/2//org/grails/grails-web/1.2.0.RC2/grails-web-1.2.0.RC2.pom
[01:40:26]: [INFO] Unable to find resource 'org.grails:grails-web:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:26]: Downloading: http://repository.codehaus.org/org/grails/grails-web/1.2.0.RC2/grails-web-1.2.0.RC2.pom
[01:40:26]: 4K downloaded  (grails-web-1.2.0.RC2.pom)
[01:40:26]: Downloading: http://download.java.net/maven/2//org/grails/grails-gorm/1.2.0.RC2/grails-gorm-1.2.0.RC2.pom
[01:40:26]: [INFO] Unable to find resource 'org.grails:grails-gorm:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:26]: Downloading: http://repository.codehaus.org/org/grails/grails-gorm/1.2.0.RC2/grails-gorm-1.2.0.RC2.pom
[01:40:28]: 5K downloaded  (grails-gorm-1.2.0.RC2.pom)
[01:40:28]: Downloading: http://download.java.net/maven/2//org/grails/grails-test/1.2.0.RC2/grails-test-1.2.0.RC2.pom
[01:40:29]: [INFO] Unable to find resource 'org.grails:grails-test:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:29]: Downloading: http://repository.codehaus.org/org/grails/grails-test/1.2.0.RC2/grails-test-1.2.0.RC2.pom
[01:40:29]: 2K downloaded  (grails-test-1.2.0.RC2.pom)
[01:40:29]: Downloading: http://download.java.net/maven/2//org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.jar
[01:40:29]: Downloading: http://download.java.net/maven/2//org/grails/grails-crud/1.2.0.RC2/grails-crud-1.2.0.RC2.jar
[01:40:29]: Downloading: http://download.java.net/maven/2//javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:30]: [INFO] Unable to find resource 'org.springframework:spring-core:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:30]: Downloading: http://repository.codehaus.org/org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.jar
[01:40:30]: [INFO] Unable to find resource 'org.grails:grails-crud:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:30]: Downloading: http://repository.codehaus.org/org/grails/grails-crud/1.2.0.RC2/grails-crud-1.2.0.RC2.jar
[01:40:30]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:30]: Downloading: http://repository.codehaus.org/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:30]: [INFO] Unable to find resource 'org.springframework:spring-core:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:30]: Downloading: http://maven.springframework.org/release/org/springframework/spring-core/3.0.0.RELEASE/spring-core-3.0.0.RELEASE.jar
[01:40:30]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository codehaus (http://repository.codehaus.org)
[01:40:30]: Downloading: http://maven.springframework.org/release/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:30]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository springsource (http://maven.springframework.org/release)
[01:40:30]: Downloading: http://download.java.net/maven/2//javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:30]: 54K downloaded  (grails-crud-1.2.0.RC2.jar)
[01:40:31]: Downloading: http://download.java.net/maven/2//org/grails/grails-core/1.2.0.RC2/grails-core-1.2.0.RC2.jar
[01:40:31]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository java.net (http://download.java.net/maven/2/)
[01:40:31]: Downloading: http://repository.springsource.com/maven/bundles/release/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:31]: 350K downloaded  (spring-core-3.0.0.RELEASE.jar)
[01:40:31]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository spring-release (http://repository.springsource.com/maven/bundles/release)
[01:40:31]: Downloading: http://s3.amazonaws.com/maven.springframework.org/milestone/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:31]: Downloading: http://download.java.net/maven/2//org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.jar
[01:40:31]: [INFO] Unable to find resource 'org.grails:grails-core:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:31]: Downloading: http://repository.codehaus.org/org/grails/grails-core/1.2.0.RC2/grails-core-1.2.0.RC2.jar
[01:40:31]: [INFO] Unable to find resource 'javax.persistence:persistence-api:jar:1.0' in repository spring-milestone (http://s3.amazonaws.com/maven.springframework.org/milestone)
[01:40:31]: Downloading: http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
[01:40:31]: [INFO] Unable to find resource 'org.springframework:spring-asm:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:31]: Downloading: http://repository.codehaus.org/org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.jar
[01:40:32]: [INFO] Unable to find resource 'org.springframework:spring-asm:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:32]: Downloading: http://maven.springframework.org/release/org/springframework/spring-asm/3.0.0.RELEASE/spring-asm-3.0.0.RELEASE.jar
[01:40:32]: 51K downloaded  (spring-asm-3.0.0.RELEASE.jar)
[01:40:33]: Downloading: http://download.java.net/maven/2//org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.jar
[01:40:33]: [INFO] Unable to find resource 'org.springframework:spring-context:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:33]: Downloading: http://repository.codehaus.org/org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.jar
[01:40:33]: [INFO] Unable to find resource 'org.springframework:spring-context:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:33]: Downloading: http://maven.springframework.org/release/org/springframework/spring-context/3.0.0.RELEASE/spring-context-3.0.0.RELEASE.jar
[01:40:34]: 642K downloaded  (spring-context-3.0.0.RELEASE.jar)
[01:40:34]: Downloading: http://download.java.net/maven/2//org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.jar
[01:40:34]: 800K downloaded  (grails-core-1.2.0.RC2.jar)
[01:40:34]: [INFO] Unable to find resource 'org.springframework:spring-beans:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:34]: Downloading: http://repository.codehaus.org/org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.jar
[01:40:34]: Downloading: http://download.java.net/maven/2//org/grails/grails-spring/1.2.0.RC2/grails-spring-1.2.0.RC2.jar
[01:40:34]: [INFO] Unable to find resource 'org.springframework:spring-beans:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:34]: Downloading: http://maven.springframework.org/release/org/springframework/spring-beans/3.0.0.RELEASE/spring-beans-3.0.0.RELEASE.jar
[01:40:35]: [INFO] Unable to find resource 'org.grails:grails-spring:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:35]: Downloading: http://repository.codehaus.org/org/grails/grails-spring/1.2.0.RC2/grails-spring-1.2.0.RC2.jar
[01:40:35]: 57K downloaded  (grails-spring-1.2.0.RC2.jar)
[01:40:35]: Downloading: http://download.java.net/maven/2//org/grails/grails-docs/1.2.0.RC2/grails-docs-1.2.0.RC2.jar
[01:40:35]: 539K downloaded  (spring-beans-3.0.0.RELEASE.jar)
[01:40:35]: Downloading: http://download.java.net/maven/2//org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.jar
[01:40:35]: [INFO] Unable to find resource 'org.grails:grails-docs:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:35]: Downloading: http://repository.codehaus.org/org/grails/grails-docs/1.2.0.RC2/grails-docs-1.2.0.RC2.jar
[01:40:36]: [INFO] Unable to find resource 'org.springframework:spring-expression:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:36]: Downloading: http://repository.codehaus.org/org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.jar
[01:40:36]: [INFO] Unable to find resource 'org.springframework:spring-expression:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:36]: Downloading: http://maven.springframework.org/release/org/springframework/spring-expression/3.0.0.RELEASE/spring-expression-3.0.0.RELEASE.jar
[01:40:36]: 200K downloaded  (grails-docs-1.2.0.RC2.jar)
[01:40:36]: 150K downloaded  (spring-expression-3.0.0.RELEASE.jar)
[01:40:36]: Downloading: http://download.java.net/maven/2//org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.jar
[01:40:37]: [INFO] Unable to find resource 'org.springframework:spring-test:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:37]: Downloading: http://repository.codehaus.org/org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.jar
[01:40:38]: Downloading: http://download.java.net/maven/2//org/grails/grails-resources/1.2.0.RC2/grails-resources-1.2.0.RC2.jar
[01:40:38]: [INFO] Unable to find resource 'org.grails:grails-resources:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:38]: Downloading: http://repository.codehaus.org/org/grails/grails-resources/1.2.0.RC2/grails-resources-1.2.0.RC2.jar
[01:40:38]: [INFO] Unable to find resource 'org.springframework:spring-test:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:38]: Downloading: http://maven.springframework.org/release/org/springframework/spring-test/3.0.0.RELEASE/spring-test-3.0.0.RELEASE.jar
[01:40:39]: 202K downloaded  (spring-test-3.0.0.RELEASE.jar)
[01:40:39]: Downloading: http://download.java.net/maven/2//org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.jar
[01:40:39]: 199K downloaded  (grails-resources-1.2.0.RC2.jar)
[01:40:39]: Downloading: http://download.java.net/maven/2//org/grails/grails-web/1.2.0.RC2/grails-web-1.2.0.RC2.jar
[01:40:40]: [INFO] Unable to find resource 'org.springframework:spring-aop:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:40]: Downloading: http://repository.codehaus.org/org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.jar
[01:40:40]: [INFO] Unable to find resource 'org.springframework:spring-aop:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:40]: Downloading: http://maven.springframework.org/release/org/springframework/spring-aop/3.0.0.RELEASE/spring-aop-3.0.0.RELEASE.jar
[01:40:40]: [INFO] Unable to find resource 'org.grails:grails-web:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:40]: Downloading: http://repository.codehaus.org/org/grails/grails-web/1.2.0.RC2/grails-web-1.2.0.RC2.jar
[01:40:41]: 316K downloaded  (spring-aop-3.0.0.RELEASE.jar)
[01:40:41]: Downloading: http://download.java.net/maven/2//org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.jar
[01:40:41]: [INFO] Unable to find resource 'org.springframework:spring-aspects:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:41]: Downloading: http://repository.codehaus.org/org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.jar
[01:40:41]: [INFO] Unable to find resource 'org.springframework:spring-aspects:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:41]: Downloading: http://maven.springframework.org/release/org/springframework/spring-aspects/3.0.0.RELEASE/spring-aspects-3.0.0.RELEASE.jar
[01:40:42]: 29K downloaded  (spring-aspects-3.0.0.RELEASE.jar)
[01:40:42]: Downloading: http://download.java.net/maven/2//org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.jar
[01:40:42]: [INFO] Unable to find resource 'org.springframework:spring-context-support:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:42]: Downloading: http://repository.codehaus.org/org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.jar
[01:40:42]: [INFO] Unable to find resource 'org.springframework:spring-context-support:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:42]: Downloading: http://maven.springframework.org/release/org/springframework/spring-context-support/3.0.0.RELEASE/spring-context-support-3.0.0.RELEASE.jar
[01:40:43]: 98K downloaded  (spring-context-support-3.0.0.RELEASE.jar)
[01:40:43]: Downloading: http://download.java.net/maven/2//org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.jar
[01:40:43]: [INFO] Unable to find resource 'org.springframework:spring-instrument:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:43]: Downloading: http://repository.codehaus.org/org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.jar
[01:40:43]: [INFO] Unable to find resource 'org.springframework:spring-instrument:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:43]: Downloading: http://maven.springframework.org/release/org/springframework/spring-instrument/3.0.0.RELEASE/spring-instrument-3.0.0.RELEASE.jar
[01:40:44]: 1K downloaded  (spring-instrument-3.0.0.RELEASE.jar)
[01:40:44]: Downloading: http://download.java.net/maven/2//org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.jar
[01:40:44]: [INFO] Unable to find resource 'org.springframework:spring-jdbc:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:44]: Downloading: http://repository.codehaus.org/org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.jar
[01:40:44]: [INFO] Unable to find resource 'org.springframework:spring-jdbc:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:44]: Downloading: http://maven.springframework.org/release/org/springframework/spring-jdbc/3.0.0.RELEASE/spring-jdbc-3.0.0.RELEASE.jar
[01:40:45]: 1684K downloaded  (grails-web-1.2.0.RC2.jar)
[01:40:45]: Downloading: http://download.java.net/maven/2//org/grails/grails-gorm/1.2.0.RC2/grails-gorm-1.2.0.RC2.jar
[01:40:45]: [INFO] Unable to find resource 'org.grails:grails-gorm:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:45]: Downloading: http://repository.codehaus.org/org/grails/grails-gorm/1.2.0.RC2/grails-gorm-1.2.0.RC2.jar
[01:40:46]: 372K downloaded  (spring-jdbc-3.0.0.RELEASE.jar)
[01:40:46]: Downloading: http://download.java.net/maven/2//org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.jar
[01:40:47]: 527K downloaded  (grails-gorm-1.2.0.RC2.jar)
[01:40:47]: [INFO] Unable to find resource 'org.springframework:spring-tx:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:47]: Downloading: http://repository.codehaus.org/org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.jar
[01:40:47]: Downloading: http://download.java.net/maven/2//org/grails/grails-test/1.2.0.RC2/grails-test-1.2.0.RC2.jar
[01:40:47]: [INFO] Unable to find resource 'org.springframework:spring-tx:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:47]: Downloading: http://maven.springframework.org/release/org/springframework/spring-tx/3.0.0.RELEASE/spring-tx-3.0.0.RELEASE.jar
[01:40:47]: [INFO] Unable to find resource 'org.grails:grails-test:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:47]: Downloading: http://repository.codehaus.org/org/grails/grails-test/1.2.0.RC2/grails-test-1.2.0.RC2.jar
[01:40:48]: 226K downloaded  (spring-tx-3.0.0.RELEASE.jar)
[01:40:48]: Downloading: http://download.java.net/maven/2//org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.jar
[01:40:48]: [INFO] Unable to find resource 'org.springframework:spring-jms:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:48]: Downloading: http://repository.codehaus.org/org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.jar
[01:40:49]: [INFO] Unable to find resource 'org.springframework:spring-jms:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:49]: Downloading: http://maven.springframework.org/release/org/springframework/spring-jms/3.0.0.RELEASE/spring-jms-3.0.0.RELEASE.jar
[01:40:49]: 180K downloaded  (spring-jms-3.0.0.RELEASE.jar)
[01:40:49]: Downloading: http://download.java.net/maven/2//org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.jar
[01:40:49]: 377K downloaded  (grails-test-1.2.0.RC2.jar)
[01:40:50]: [INFO] Unable to find resource 'org.springframework:spring-orm:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:50]: Downloading: http://repository.codehaus.org/org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.jar
[01:40:50]: [INFO] Unable to find resource 'org.springframework:spring-orm:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:50]: Downloading: http://maven.springframework.org/release/org/springframework/spring-orm/3.0.0.RELEASE/spring-orm-3.0.0.RELEASE.jar
[01:40:51]: 322K downloaded  (spring-orm-3.0.0.RELEASE.jar)
[01:40:51]: Downloading: http://download.java.net/maven/2//org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.jar
[01:40:51]: [INFO] Unable to find resource 'org.springframework:spring-oxm:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:51]: Downloading: http://repository.codehaus.org/org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.jar
[01:40:51]: [INFO] Unable to find resource 'org.springframework:spring-oxm:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:51]: Downloading: http://maven.springframework.org/release/org/springframework/spring-oxm/3.0.0.RELEASE/spring-oxm-3.0.0.RELEASE.jar
[01:40:51]: 54K downloaded  (spring-oxm-3.0.0.RELEASE.jar)
[01:40:52]: Downloading: http://download.java.net/maven/2//org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.jar
[01:40:52]: [INFO] Unable to find resource 'org.springframework:spring-web:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:52]: Downloading: http://repository.codehaus.org/org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.jar
[01:40:52]: [INFO] Unable to find resource 'org.springframework:spring-web:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:52]: Downloading: http://maven.springframework.org/release/org/springframework/spring-web/3.0.0.RELEASE/spring-web-3.0.0.RELEASE.jar
[01:40:54]: 350K downloaded  (spring-web-3.0.0.RELEASE.jar)
[01:40:55]: Downloading: http://download.java.net/maven/2//org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.jar
[01:40:55]: [INFO] Unable to find resource 'org.springframework:spring-webmvc:jar:3.0.0.RELEASE' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:55]: Downloading: http://repository.codehaus.org/org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.jar
[01:40:55]: [INFO] Unable to find resource 'org.springframework:spring-webmvc:jar:3.0.0.RELEASE' in repository codehaus (http://repository.codehaus.org)
[01:40:55]: Downloading: http://maven.springframework.org/release/org/springframework/spring-webmvc/3.0.0.RELEASE/spring-webmvc-3.0.0.RELEASE.jar
[01:40:56]: 377K downloaded  (spring-webmvc-3.0.0.RELEASE.jar)
[01:40:56]: [INFO] [grails:maven-clean {execution: build}]
[01:40:56]: [INFO] Using Grails 1.2.0.RC2
[01:40:56]: Downloading: http://download.java.net/maven/2//org/grails/grails-bootstrap/1.2.0.RC2/grails-bootstrap-1.2.0.RC2.pom
[01:40:56]: [INFO] Unable to find resource 'org.grails:grails-bootstrap:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:56]: Downloading: http://repository.codehaus.org/org/grails/grails-bootstrap/1.2.0.RC2/grails-bootstrap-1.2.0.RC2.pom
[01:40:57]: 3K downloaded  (grails-bootstrap-1.2.0.RC2.pom)
[01:40:57]: Downloading: http://download.java.net/maven/2//org/grails/grails-bootstrap/1.2.0.RC2/grails-bootstrap-1.2.0.RC2.jar
[01:40:57]: [INFO] Unable to find resource 'org.grails:grails-bootstrap:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:40:57]: Downloading: http://repository.codehaus.org/org/grails/grails-bootstrap/1.2.0.RC2/grails-bootstrap-1.2.0.RC2.jar
[01:40:59]: 185K downloaded  (grails-bootstrap-1.2.0.RC2.jar)
[01:40:59]: Downloading: http://download.java.net/maven/2//org/grails/grails-scripts/1.2.0.RC2/grails-scripts-1.2.0.RC2.pom
[01:41:00]: [INFO] Unable to find resource 'org.grails:grails-scripts:pom:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:41:00]: Downloading: http://repository.codehaus.org/org/grails/grails-scripts/1.2.0.RC2/grails-scripts-1.2.0.RC2.pom
[01:41:00]: 3K downloaded  (grails-scripts-1.2.0.RC2.pom)
[01:41:00]: Downloading: http://download.java.net/maven/2//org/grails/grails-scripts/1.2.0.RC2/grails-scripts-1.2.0.RC2.jar
[01:41:00]: [INFO] Unable to find resource 'org.grails:grails-scripts:jar:1.2.0.RC2' in repository dev.java.net (http://download.java.net/maven/2/)
[01:41:00]: Downloading: http://repository.codehaus.org/org/grails/grails-scripts/1.2.0.RC2/grails-scripts-1.2.0.RC2.jar
[01:41:05]: 1220K downloaded  (grails-scripts-1.2.0.RC2.jar)
[01:41:29]: Running pre-compiled script
[01:41:29]: Environment set to development
[01:41:30]:    [delete] Deleting directory /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/target/resources
[01:41:30]: [INFO] [grails:validate {execution: build}]
[01:41:30]: [INFO] [grails:init {execution: build}]
[01:41:30]: [INFO] [grails:config-directories {execution: build}]
[01:41:30]: [INFO] [grails:maven-compile {execution: build}]
[01:41:30]: [INFO] Using Grails 1.2.0.RC2
[01:41:33]: Running pre-compiled script
[01:41:35]: Plugin [tomcat-1.2.0.RC2] not installed, resolving..
[01:41:35]: Reading remote plugin list ...
[01:41:35]:     [mkdir] Created dir: /home/buildagent1/.grails/1.2.0.RC2
[01:41:35]:       [get] Getting: http://svn.codehaus.org/grails/trunk/grails-plugins/.plugin-meta/plugins-list.xml
[01:41:35]:       [get] To: /home/buildagent1/.grails/1.2.0.RC2/plugins-list-core.xml
[01:41:36]: .......
[01:41:36]:       [get] last modified = Tue Dec 15 16:22:17 CET 2009
[01:41:36]:     [mkdir] Created dir: /home/buildagent1/.grails/1.2.0.RC2/plugins
[01:41:36]:       [get] Getting: https://svn.codehaus.org/grails/trunk/grails-plugins/grails-tomcat/tags/RELEASE_1_2_0_RC2/grails-tomcat-1.2.0.RC2.zip
[01:41:36]:       [get] To: /home/buildagent1/.grails/1.2.0.RC2/plugins/grails-tomcat-1.2.0.RC2.zip
[01:41:44]: ..................................................................................................................................................................................................................................................................
[01:41:44]:       [get] last modified = Tue Dec 15 12:46:35 CET 2009
[01:41:44]:      [copy] Copying 1 file to /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins
[01:41:44]: Installing plugin tomcat-1.2.0.RC2
[01:41:44]:     [mkdir] Created dir: /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/tomcat-1.2.0.RC2
[01:41:44]:     [unzip] Expanding: /home/buildagent1/.grails/1.2.0.RC2/plugins/grails-tomcat-1.2.0.RC2.zip into /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/tomcat-1.2.0.RC2
[01:41:45]: Executing tomcat-1.2.0.RC2 plugin post-install script ...
[01:41:45]: Plugin tomcat-1.2.0.RC2 installed
[01:41:45]: Plug-in provides the following new scripts:
[01:41:45]: ------------------------------------------
[01:41:45]: grails tomcat
[01:41:45]: Found events script in plugin tomcat
[01:41:45]: Plugin [hibernate-1.2.0.RC2] not installed, resolving..
[01:41:45]: Reading remote plugin list ...
[01:41:45]:       [get] Getting: https://svn.codehaus.org/grails/trunk/grails-plugins/grails-hibernate/tags/RELEASE_1_2_0_RC2/grails-hibernate-1.2.0.RC2.zip
[01:41:45]:       [get] To: /home/buildagent1/.grails/1.2.0.RC2/plugins/grails-hibernate-1.2.0.RC2.zip
[01:41:45]: ...
[01:41:45]:       [get] last modified = Tue Dec 15 12:40:31 CET 2009
[01:41:45]:      [copy] Copying 1 file to /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins
[01:41:45]: Installing plugin hibernate-1.2.0.RC2
[01:41:45]:     [mkdir] Created dir: /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/hibernate-1.2.0.RC2
[01:41:45]:     [unzip] Expanding: /home/buildagent1/.grails/1.2.0.RC2/plugins/grails-hibernate-1.2.0.RC2.zip into /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/hibernate-1.2.0.RC2
[01:41:45]: Resolving plugin JAR dependencies
[01:41:53]: Failed to install plugin [hibernate-1.2.0.RC2]. Plugin has missing JAR dependencies.
[01:41:53]: :: problems summary ::
[01:41:53]: :::: WARNINGS
[01:41:53]: 		module not found: ${groupId}#hibernate-core;3.3.1.GA
[01:41:53]: 	==== localMavenResolver: tried
[01:41:53]: 	  /home/buildagent1/.m2/repository/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom
[01:41:53]: 	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:
[01:41:53]: 	  /home/buildagent1/.m2/repository/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	==== http://m2repo.spockframework.org/snapshots: tried
[01:41:53]: 	  http://m2repo.spockframework.org/snapshots/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom
[01:41:53]: 	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:
[01:41:53]: 	  http://m2repo.spockframework.org/snapshots/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	==== mavenCentral: tried
[01:41:53]: 	  http://repo1.maven.org/maven2/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom
[01:41:53]: 	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:
[01:41:53]: 	  http://repo1.maven.org/maven2/${groupId}/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	==== grailsPlugins: tried
[01:41:53]: 	  -- artifact ${groupId}#hibernate-core;3.3.1.GA!hibernate-core.jar:
[01:41:53]: 	  /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/lib/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	  /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/hibernate-1.2.0.RC2/lib/hibernate-core-3.3.1.GA.jar
[01:41:53]: 	  /home/buildagent1/agent/work/26598c2f8018e832/spock-grails/plugins/tomcat-1.2.0.RC2/lib/hibernate-core-3.3.1.GA.jar
[01:41:53]: 		::::::::::::::::::::::::::::::::::::::::::::::
[01:41:53]: 		::          UNRESOLVED DEPENDENCIES         ::
[01:41:53]: 		::::::::::::::::::::::::::::::::::::::::::::::
[01:41:53]: 		:: ${groupId}#hibernate-core;3.3.1.GA: not found
[01:41:53]: 		::::::::::::::::::::::::::::::::::::::::::::::
Hide
Graeme Rocher added a comment -

Peter Ledbrook felt that ivy should still be used to resolve plugin dependencies since forcing Maven users to explicitly define all dependencies for all plugins would be a PITA. So this is why you see this error now. To get around you have to open BuildConfig.groovy and uncomment some remote repos like mavenCentral() to get the dependencies to resolve.

However when I did this I did find a bug in that the hibernate-ehcache jar was resolve hibernate-core and the transitive metadata appears broken which I had to fix

http://fisheye.codehaus.org/changelog/grails/?cs=9234

So you'll need an updated hibernate plugin in order to fully see the resolve errors disappear

Show
Graeme Rocher added a comment - Peter Ledbrook felt that ivy should still be used to resolve plugin dependencies since forcing Maven users to explicitly define all dependencies for all plugins would be a PITA. So this is why you see this error now. To get around you have to open BuildConfig.groovy and uncomment some remote repos like mavenCentral() to get the dependencies to resolve. However when I did this I did find a bug in that the hibernate-ehcache jar was resolve hibernate-core and the transitive metadata appears broken which I had to fix http://fisheye.codehaus.org/changelog/grails/?cs=9234 So you'll need an updated hibernate plugin in order to fully see the resolve errors disappear

People

Vote (1)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: