Hi Alex, I think there are a few missing files in your last commit. Is the apacheds-interceptor-kerberos missing ?
I did a full svn co, and a mvn eclipse:eclipse : ... [INFO] [INFO] ---------------------------------------------------------------------------- [INFO] Building ApacheDS Server Unit [INFO] task-segment: [eclipse:eclipse] [INFO] ---------------------------------------------------------------------------- [INFO] Preparing eclipse:eclipse Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/directory/server/apacheds-interceptor-kerberos/1.5.2-SNAPSHOT/apacheds-interceptor-kerberos-1.5.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.directory.server:apacheds-interceptor-kerberos:jar:1.5.2-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.directory.server -DartifactId=apacheds-interceptor-kerberos \ -Dversion=1.5.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.directory.server -DartifactId=apacheds-interceptor-kerberos \ -Dversion=1.5.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.directory.server:apacheds-server-unit:jar:1.5.2-SNAPSHOT 2) org.apache.directory.server:apacheds-interceptor-kerberos:jar:1.5.2-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.directory.server:apacheds-server-unit:jar:1.5.2-SNAPSHOT from the specified remote repositories: apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12 seconds [INFO] Finished at: Sat Oct 06 14:06:47 CEST 2007 [INFO] Final Memory: 34M/94M [INFO] ------------------------------------------------------------------------ -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
