Bonjour

J essaie de migrer de spring-module-lucene 0.8a vers 0.9

Pour cela j 'ai changé pom :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
 
<dependency>
			<groupId>org.springmodules</groupId>
			<artifactId>spring-modules-lucene</artifactId>
			<version>0.9</version>
		  </dependency>
Mais maven affiche :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
 
 
 
Downloading: http://wicketstuff.org/maven/repository/org/springmodules/spring-modules-lucene/0.9/spr
ing-modules-lucene-0.9.jar
Downloading: http://repo1.maven.org/maven2/org/springmodules/spring-modules-lucene/0.9/spring-module
s-lucene-0.9.jar
[WARNING] An error occurred during dependency resolution.
    Failed to retrieve org.springmodules:spring-modules-lucene-0.9
Caused by: Unable to download the artifact from any repository
 
Try downloading the file manually from the project website.
 
Then, install it using the command:
    mvn install:install-file -DgroupId=org.springmodules -DartifactId=spring-modules-lucene -Dversio
n=0.9 -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.springmodules -DartifactId=spring-modules-lucene -Dversion=
0.9 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
 
Path to dependency:
        1) com.sohorse:sohorse-lucene:jar:1.0.0-SNAPSHOT
        2) org.springmodules:spring-modules-lucene:jar:0.9
 
 
  org.springmodules:spring-modules-lucene:jar:0.9
 
from the specified remote repositories:
  wicketstuff.org (http://wicketstuff.org/maven/repository),
  central (http://repo1.maven.org/maven2)
Alors , j ai utilisé

Code : Sélectionner tout - Visualiser dans une fenêtre à part
 mvn install:install-file -DgroupId=org.springmodules -DartifactId=spring-modules-lucene -Dversion=0.9 -Dpackaging=jar -Dfile=http://repo1.maven.org/maven2
Mais toujours le meme probleme

qcq a une solution !!