essayant de compiler mon projet svn j'obtient les erreurs suivantes et quand je veux les installers manuellement ça ne marche pas
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
  java.net (http://download.java.net/maven/1/),
  artifactory (http://dsiox019:8081/artifactory/repo/),
  snapshots (http://localhost:8081/artifactory/repo/),
  central (http://localhost:8081/artifactory/repo/),
  jboss (http://repository.jboss.com/maven2/)
 
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:575)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:499)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:478)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException
: Missing:
----------
1) org.codehaus.mojo.groovy.feature:groovy-feature-api:jar:1.0-beta-3
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command:
      mvn install:install-file -DgroupId=org.codehaus.mojo.groovy.feature -Darti
factId=groovy-feature-api -Dversion=1.0-beta-3 -Dpackaging=jar -Dfile=/path/to/f
ile
 
  Alternatively, if you host your own repository you can deploy the file there:
 
      mvn deploy:deploy-file -DgroupId=org.codehaus.mojo.groovy.feature -Dartifa
ctId=groovy-feature-api -Dversion=1.0-beta-3 -Dpackaging=jar -Dfile=/path/to/fil
e -Durl=[url] -DrepositoryId=[id]
 
  Path to dependency:
        1) org.codehaus.mojo.groovy:groovy-maven-plugin:maven-plugin:1.0-beta-3
        2) org.codehaus.mojo.groovy.runtime:groovy-runtime-api:jar:1.0-beta-3
        3) org.codehaus.mojo.groovy.feature:groovy-feature-api:jar:1.0-beta-3
 
2) org.codehaus.mojo.groovy.feature:groovy-feature-support:jar:1.0-beta-3
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command:
      mvn install:install-file -DgroupId=org.codehaus.mojo.groovy.feature -Darti
factId=groovy-feature-support -Dversion=1.0-beta-3 -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.codehaus.mojo.groovy.feature -Dartifa
ctId=groovy-feature-support -Dversion=1.0-beta-3 -Dpackaging=jar -Dfile=/path/to
/file -Durl=[url] -DrepositoryId=[id]
 
  Path to dependency:
        1) org.codehaus.mojo.groovy:groovy-maven-plugin:maven-plugin:1.0-beta-3
        2) org.codehaus.mojo.groovy.runtime:groovy-runtime-loader:jar:1.0-beta-3
 
        3) org.codehaus.mojo.groovy.feature:groovy-feature-support:jar:1.0-beta-
3
 
3) jline:jline:jar:0.9.91
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command:
      mvn install:install-file -DgroupId=jline -DartifactId=jline -Dversion=0.9.
91 -Dpackaging=jar -Dfile=/path/to/file
 
  Alternatively, if you host your own repository you can deploy the file there:
 
      mvn deploy:deploy-file -DgroupId=jline -DartifactId=jline -Dversion=0.9.91
 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
 
  Path to dependency:
        1) org.codehaus.mojo.groovy:groovy-maven-plugin:maven-plugin:1.0-beta-3
        2) org.codehaus.mojo.groovy.support:slf4j-gossip:jar:1.0-beta-3
        3) jline:jline:jar:0.9.91
 
----------
3 required artifacts are missing.
 
for artifact:
  org.codehaus.mojo.groovy:groovy-maven-plugin:maven-plugin:1.0-beta-3
 
from the specified remote repositories:
  codehaus.org (http://snapshots.repository.codehaus.org),
  spring-release (http://s3.amazonaws.com/maven.springframework.org/release),
  spring-external (http://s3.amazonaws.com/maven.springframework.org/external),
  java.net (http://download.java.net/maven/1/),
  artifactory (http://dsiox019:8081/artifactory/repo/),
  snapshots (http://localhost:8081/artifactory/repo/),
  central (http://localhost:8081/artifactory/repo/),
  jboss (http://repository.jboss.com/maven2/)
 
        at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra
nsitively(DefaultArtifactResolver.java:324)
        at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra
nsitively(DefaultArtifactResolver.java:288)
        at org.apache.maven.plugin.DefaultPluginManager.ensurePluginContainerIsC
omplete(DefaultPluginManager.java:770)
        at org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(Defaul
tPluginManager.java:604)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:429)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:558)
        ... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 seconds
[INFO] Finished at: Mon Nov 10 17:15:10 CET 2008
[INFO] Final Memory: 10M/18M
[INFO] ------------------------------------------------------------------------
 
C:\Documents and Settings\aymen.benhmida\workspace\WebService Plateform>mvn clea
n install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Ws Parent POM
[INFO]   WsCommon
[INFO]   WsSchema
[INFO]   WsService Webapp
[INFO]   Web Services Platform
[INFO] ------------------------------------------------------------------------
[INFO] Building Ws Parent POM
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [clean:clean {execution: auto-clean}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing C:\Documents and Settings\aymen.benhmida\workspace\WebService
Plateform\WsParent\pom.xml to C:\Documents and Settings\aymen.benhmida\.m2\repos
itory\com\tunisiana\ws\WsParent\1.0\WsParent-1.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building WsCommon
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [clean:clean {execution: auto-clean}]
Downloading: http://dsiox019:8081/artifactory/repo//opensymphony/quartz-all/1.6.
0/quartz-all-1.6.0.pom
Downloading: http://localhost:8081/artifactory/repo//opensymphony/quartz-all/1.6
.0/quartz-all-1.6.0.pom
Downloading: http://s3.amazonaws.com/maven.springframework.org/release/opensymph
ony/quartz-all/1.6.0/quartz-all-1.6.0.pom
Downloading: http://s3.amazonaws.com/maven.springframework.org/external/opensymp
hony/quartz-all/1.6.0/quartz-all-1.6.0.pom
Downloading: http://download.java.net/maven/1//opensymphony/poms/quartz-all-1.6.
0.pom
Downloading: http://repository.jboss.com/maven2//opensymphony/quartz-all/1.6.0/q
uartz-all-1.6.0.pom
Downloading: http://dsiox019:8081/artifactory/repo//org/codehaus/mojo/groovy/fea
ture/groovy-feature-api/1.0-beta-3/groovy-feature-api-1.0-beta-3.jar
Downloading: http://localhost:8081/artifactory/repo//org/codehaus/mojo/groovy/fe
ature/groovy-feature-api/1.0-beta-3/groovy-feature-api-1.0-beta-3.jar
Downloading: http://s3.amazonaws.com/maven.springframework.org/release/org/codeh
aus/mojo/groovy/feature/groovy-feature-api/1.0-beta-3/groovy-feature-api-1.0-bet
a-3.jar
Downloading: http://s3.amazonaws.com/maven.springframework.org/external/org/code
haus/mojo/groovy/feature/groovy-feature-api/1.0-beta-3/groovy-feature-api-1.0-be
ta-3.jar
Downloading: http://download.java.net/maven/1//org.codehaus.mojo.groovy.feature/
jars/groovy-feature-api-1.0-beta-3.jar
Downloading: http://repository.jboss.com/maven2//org/codehaus/mojo/groovy/featur
e/groovy-feature-api/1.0-beta-3/groovy-feature-api-1.0-beta-3.jar
Downloading: http://dsiox019:8081/artifactory/repo//org/codehaus/mojo/groovy/fea
ture/groovy-feature-support/1.0-beta-3/groovy-feature-support-1.0-beta-3.jar
Downloading: http://localhost:8081/artifactory/repo//org/codehaus/mojo/groovy/fe
ature/groovy-feature-support/1.0-beta-3/groovy-feature-support-1.0-beta-3.jar
Downloading: http://s3.amazonaws.com/maven.springframework.org/release/org/codeh
aus/mojo/groovy/feature/groovy-feature-support/1.0-beta-3/groovy-feature-support
-1.0-beta-3.jar
Downloading: http://s3.amazonaws.com/maven.springframework.org/external/org/code
haus/mojo/groovy/feature/groovy-feature-support/1.0-beta-3/groovy-feature-suppor
t-1.0-beta-3.jar
Downloading: http://download.java.net/maven/1//org.codehaus.mojo.groovy.feature/
jars/groovy-feature-support-1.0-beta-3.jar
Downloading: http://repository.jboss.com/maven2//org/codehaus/mojo/groovy/featur
e/groovy-feature-support/1.0-beta-3/groovy-feature-support-1.0-beta-3.jar
Downloading: http://dsiox019:8081/artifactory/repo//jline/jline/0.9.91/jline-0.9
.91.jar
Downloading: http://localhost:8081/artifactory/repo//jline/jline/0.9.91/jline-0.
9.91.jar
Downloading: http://s3.amazonaws.com/maven.springframework.org/release/jline/jli
ne/0.9.91/jline-0.9.91.jar
Downloading: http://s3.amazonaws.com/maven.springframework.org/external/jline/jl
ine/0.9.91/jline-0.9.91.jar
Downloading: http://download.java.net/maven/1//jline/jars/jline-0.9.91.jar
Downloading: http://repository.jboss.com/maven2//jline/jline/0.9.91/jline-0.9.91
.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
 
Missing:
----------
1) org.codehaus.mojo.groovy.feature:groovy-feature-api:jar:1.0-beta-3
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command:
      mvn install:install-file -DgroupId=org.codehaus.mojo.groovy.feature -Darti
factId=groovy-feature-api -Dversion=1.0-beta-3 -Dpackaging=jar -Dfile=/path/to/f
ile
 
  Alternatively, if you host your own repository you can deploy the file there:
 
      mvn deploy:deploy-file -DgroupId=org.codehaus.mojo.groovy.feature -Dartifa
ctId=groovy-feature-api -Dversion=1.0-beta-3 -Dpackaging=jar -Dfile=/path/to/fil
e -Durl=[url] -DrepositoryId=[id]
 
  Path to dependency:
        1) org.codehaus.mojo.groovy:groovy-maven-plugin:maven-plugin:1.0-beta-3
        2) org.codehaus.mojo.groovy.runtime:groovy-runtime-api:jar:1.0-beta-3
        3) org.codehaus.mojo.groovy.feature:groovy-feature-api:jar:1.0-beta-3
 
2) org.codehaus.mojo.groovy.feature:groovy-feature-support:jar:1.0-beta-3
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command:
      mvn install:install-file -DgroupId=org.codehaus.mojo.groovy.feature -Darti
factId=groovy-feature-support -Dversion=1.0-beta-3 -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.codehaus.mojo.groovy.feature -Dartifa
ctId=groovy-feature-support -Dversion=1.0-beta-3 -Dpackaging=jar -Dfile=/path/to
/file -Durl=[url] -DrepositoryId=[id]
 
  Path to dependency:
        1) org.codehaus.mojo.groovy:groovy-maven-plugin:maven-plugin:1.0-beta-3
        2) org.codehaus.mojo.groovy.runtime:groovy-runtime-loader:jar:1.0-beta-3
 
        3) org.codehaus.mojo.groovy.feature:groovy-feature-support:jar:1.0-beta-
3
 
3) jline:jline:jar:0.9.91
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command:
      mvn install:install-file -DgroupId=jline -DartifactId=jline -Dversion=0.9.
91 -Dpackaging=jar -Dfile=/path/to/file
 
  Alternatively, if you host your own repository you can deploy the file there:
 
      mvn deploy:deploy-file -DgroupId=jline -DartifactId=jline -Dversion=0.9.91
 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
 
  Path to dependency:
        1) org.codehaus.mojo.groovy:groovy-maven-plugin:maven-plugin:1.0-beta-3
        2) org.codehaus.mojo.groovy.support:slf4j-gossip:jar:1.0-beta-3
        3) jline:jline:jar:0.9.91
 
----------
3 required artifacts are missing.
 
for artifact:
  org.codehaus.mojo.groovy:groovy-maven-plugin:maven-plugin:1.0-beta-3
 
from the specified remote repositories:
  codehaus.org (http://snapshots.repository.codehaus.org),
  spring-release (http://s3.amazonaws.com/maven.springframework.org/release),
  spring-external (http://s3.amazonaws.com/maven.springframework.org/external),
  java.net (http://download.java.net/maven/1/),
  artifactory (http://dsiox019:8081/artifactory/repo/),
  snapshots (http://localhost:8081/artifactory/repo/),
  central (http://localhost:8081/artifactory/repo/),
  jboss (http://repository.jboss.com/maven2/)
 
 
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Mon Nov 10 17:16:18 CET 2008
[INFO] Final Memory: 16M/30M
[INFO] ------------------------------------------------------------------------
 
C:\Documents and Settings\aymen.benhmida\workspace\WebService Plateform>