I checked out a copy of the 3.0 documentation to see if I could fill
in some of the missing bits, but it won't build.  I'm having various
problems, which I'm investigating, but one is that there is a
declaration for a pluginRepository that no longer exists.  The
agilejava.com "domain expired on 1/28/2015 and is pending renewal or
deletion."  Since the dependency which was to be satisfied from there
is now in Central, I just deleted the <pluginRrepositories> element
and got a bit farther.

Here's what I checked out:

mwood@mhw ~/build/cocoon-3.0 $ svn info
Path: .
Working Copy Root Path: /home/mwood/build/cocoon-3.0
URL: https://svn.apache.org/repos/asf/cocoon/cocoon3/trunk/parent
Relative URL: ^/cocoon/cocoon3/trunk/parent
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1662684
Node Kind: directory
Schedule: normal
Last Changed Author: javier
Last Changed Rev: 1502623
Last Changed Date: 2013-07-12 13:16:22 -0400 (Fri, 12 Jul 2013)

mwood@mhw ~/build/cocoon-3.0 $ svn diff
Index: pom.xml
===================================================================
--- pom.xml     (revision 1662684)
+++ pom.xml     (working copy)
@@ -708,13 +708,6 @@
     </repository>
        </repositories>

-  <pluginRepositories>
-    <pluginRepository>
-      <id>agilejava</id>
-      <url>http://agilejava.com/maven</url>
-    </pluginRepository>
-  </pluginRepositories>
-
   <build>
        <plugins>
               <plugin>


++++++++++

[time passes]
Aha!  My remaining problems were (a) bad cached dependencies (which I
cleaned out and refetched) and (b) the fact that I'm running Maven 3.1.1
and needed to update a couple of plugin versions:

mwood@mhw ~/build/cocoon-3.0 $ svn diff
Index: pom.xml
===================================================================
--- pom.xml     (revision 1662684)
+++ pom.xml     (working copy)
@@ -708,13 +708,6 @@
     </repository>
   </repositories>
 
-  <pluginRepositories>
-    <pluginRepository>
-      <id>agilejava</id>
-      <url>http://agilejava.com/maven</url>
-    </pluginRepository>
-  </pluginRepositories>
-  
   <build>
     <plugins>
       <plugin>
@@ -912,7 +905,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
+        <version>3.3</version>
         <configuration>
           <locales>en</locales>
           <reportPlugins>
@@ -975,7 +968,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.8</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>

https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound

-- 
Mark H. Wood
Lead Technology Analyst

University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu

Attachment: signature.asc
Description: Digital signature

Reply via email to