[EMAIL PROTECTED] pisze:
Grzegorz Kossakowski <[EMAIL PROTECTED]> writes:

I followed your example but still get exactly the same error!

Joakim, could you please try again with testing-cocoon-settings.xml included 
below?
<settings 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/xsd/settings-1.0.0.xsd";>
  <localRepository>/tmp/maven-temp-repository</localRepository>
  <profiles>
    <profile>
      <id>testing-cocoon</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <repositories>
        <repository>
          <id>cocoon.staging</id>
          <name>Cocoon staging repository</name>
          <url>http://people.apache.org/builds/cocoon</url>
        </repository>
        <!-- Repository for the commons-jci -->
        <repository>
          <id>apache-m2-snapshot</id>
          <name>Apache Maven 2 Repository</name>
          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>cocoon.staging</id>
          <name>Cocoon staging repository</name>
          <url>http://people.apache.org/builds/cocoon</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>
</settings>

--
Grzegorz Kossakowski
http://reflectingonthevicissitudes.wordpress.com/

Reply via email to