bonjour tout le monde,
on a récemment intégré Artifactory dans notre entreprise et on l'a utilisé pour déployer des artifacts mais le problème est quand je lance mvn install, maven ne trouve pas ces artifacts meme en tenant compte de lui indiqué l'emplacement des artifacts
toute idée sera le bienvenue.Code:
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
33
34
35
36
37
38
39
40
41
42 7) com.inprise:vbjorb:jar:1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.inprise -DartifactId=vbjorb -Dversion=1.0 -Dpackaging=j Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.inprise -DartifactId=vbjorb -Dversion=1.0 -Dpackaging=jar Path to dependency: 1) com.tunisiana.ws:WsService:war:1.0 2) com.inprise:vbjorb:jar:1.0 8) com.borland:lm:jar:1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.borland -DartifactId=lm -Dversion=1.0 -Dpackaging=jar - Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.borland -DartifactId=lm -Dversion=1.0 -Dpackaging=jar -Df Path to dependency: 1) com.tunisiana.ws:WsService:war:1.0 2) com.borland:lm:jar:1.0 9) com.borland:vbsec:jar:1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.borland -DartifactId=vbsec -Dversion=1.0 -Dpackaging=ja Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.borland -DartifactId=vbsec -Dversion=1.0 -Dpackaging=jar Path to dependency: 1) com.tunisiana.ws:WsService:war:1.0 2) com.borland:vbsec:jar:1.0
pour info:
le déploiment se fait sur une plateforme 64bits
sous redHat, et artifactory est déployer sous tomcat 6.0.18
