Thanks Reto, 960137 is the last and I was in trunk : >svn info Path: . URL: http://svn.apache.org/repos/asf/incubator/clerezza/trunk Repository Root: http://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 960208 Node Kind: directory Schedule: normal Last Changed Author: ito Last Changed Rev: 960043 Last Changed Date: 2010-07-02 18:01:33 +0200 (Fri, 02 Jul 2010) >>>>>>>
Here come the patch for delete this dependancie Have a good day On 07/03/2010 12:31 PM, Reto Bachmann-Gmuer wrote:
Hi Florent This dependency was accidentaly in one of the poms, its not needed and I think its removed in trunk. Cheers, reto On Sat, Jul 3, 2010 at 3:15 AM, florent andré< [email protected]> wrote:Hi, [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.specs:specs:jar:1.2.5 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.specs -DartifactId=specs -Dversion=1.2.5 -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.specs -DartifactId=specs -Dversion=1.2.5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.clerezza:org.apache.clerezza.platform.users.core:bundle:0.1-incubating-SNAPSHOT 2) org.specs:specs:jar:1.2.5 ---------- 1 required artifact is missing. for artifact: org.apache.clerezza:org.apache.clerezza.platform.users.core:bundle:0.1-incubating-SNAPSHOT ************************************* ************************************* jar can be find here : * http://code.google.com/p/specs/downloads/detail?name=specs-1.2.5.jar&can=2&q= I don't find maven repository with it. Nice day
Index: org.apache.clerezza.parent/org.apache.clerezza.platform.users/core/pom.xml =================================================================== --- org.apache.clerezza.parent/org.apache.clerezza.platform.users/core/pom.xml (revision 960208) +++ org.apache.clerezza.parent/org.apache.clerezza.platform.users/core/pom.xml (working copy) @@ -61,12 +61,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.specs</groupId> - <artifactId>specs</artifactId> - <version>1.2.5</version> - <scope>test</scope> - </dependency> </dependencies> <build>
