See <
http://hudson.sfbay/job/Jersey/2438/>
------------------------------------------
[...truncated 11719 lines...]
3267/953K
3271/953K
3275/953K
3279/953K
3283/953K
3287/953K
3291/953K
3295/953K
3299/953K
3303/953K
3307/953K
3311/953K
3315/953K
3319/953K
3323/953K
3327/953K
3331/953K
3335/953K
3339/953K
3343/953K
3347/953K
3351/953K
3355/953K
3359/953K
3363/953K
3367/953K
3371/953K
3375/953K
3379/953K
3383/953K
3387/953K
3391/953K
3395/953K
3399/953K
3403/953K
3407/953K
3411/953K
3415/953K
3419/953K
3423/953K
3427/953K
3431/953K
3435/953K
3439/953K
3443/953K
3447/953K
3451/953K
3455/953K
3459/953K
3463/953K
3467/953K
3471/953K
3475/953K
3479/953K
3483/953K
3487/953K
3491/953K
3495/953K
3499/953K
3503/953K
3507/953K
3511/953K
3515/953K
3519/953K
3523/953K
3527/953K
3531/953K
3535/953K
3539/953K
3543/953K
3547/953K
3551/953K
3555/953K
3559/953K
3559/953K
3561/953K
3565/953K
3569/953K
3573/953K
3577/953K
3581/953K
3585/953K
3589/953K
3593/953K
3597/953K
3601/953K
3605/953K
3609/953K
3612/953K
3613/953K
3614/953K
3617/953K
3620/953K
3624/953K
3628/953K
3632/953K
3636/953K
3637/953K
953K downloaded
3638/36K
3642/36K
3646/36K
3650/36K
3654/36K
3658/36K
3662/36K
3666/36K
3670/36K
3673/36K
36K downloaded
3674/27K
3678/27K
3682/27K
3686/27K
3690/27K
3694/27K
3698/27K
3701/27K
27K downloaded
Downloading:
http://maven.glassfish.org/content/repositories/central//javax/mail/mail/1.4.3-rc1/mail-1.4.3-rc1.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) javax.mail:mail:jar:1.4.3-rc1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.4.3-rc1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.4.3-rc1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.sun.jersey.contribs:jersey-lift:jar:1.1.5-ea-SNAPSHOT
2) net.liftweb:lift-webkit:jar:1.1-SNAPSHOT
3) net.liftweb:lift-util:jar:1.1-SNAPSHOT
4) javax.mail:mail:jar:1.4.3-rc1
----------
1 required artifact is missing.
for artifact:
com.sun.jersey.contribs:jersey-lift:jar:1.1.5-ea-SNAPSHOT
from the specified remote repositories:
m.g.o-central (
http://maven.glassfish.org/content/repositories/central/),
scala-tools.org (
http://scala-tools.org/repo-releases),
m2.dev.java.net (
http://download.java.net/maven/2),
scala-tools.snapshots (
http://scala-tools.org/repo-snapshots/),
m1.dev.java.net (
http://download.java.net/maven/1)
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) javax.mail:mail:jar:1.4.3-rc1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.4.3-rc1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.4.3-rc1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.sun.jersey.contribs:jersey-lift:jar:1.1.5-ea-SNAPSHOT
2) net.liftweb:lift-webkit:jar:1.1-SNAPSHOT
3) net.liftweb:lift-util:jar:1.1-SNAPSHOT
4) javax.mail:mail:jar:1.4.3-rc1
----------
1 required artifact is missing.
for artifact:
com.sun.jersey.contribs:jersey-lift:jar:1.1.5-ea-SNAPSHOT
from the specified remote repositories:
m.g.o-central (
http://maven.glassfish.org/content/repositories/central/),
scala-tools.org (
http://scala-tools.org/repo-releases),
m2.dev.java.net (
http://download.java.net/maven/2),
scala-tools.snapshots (
http://scala-tools.org/repo-snapshots/),
m1.dev.java.net (
http://download.java.net/maven/1)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:575)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.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(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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) javax.mail:mail:jar:1.4.3-rc1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.4.3-rc1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.4.3-rc1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.sun.jersey.contribs:jersey-lift:jar:1.1.5-ea-SNAPSHOT
2) net.liftweb:lift-webkit:jar:1.1-SNAPSHOT
3) net.liftweb:lift-util:jar:1.1-SNAPSHOT
4) javax.mail:mail:jar:1.4.3-rc1
----------
1 required artifact is missing.
for artifact:
com.sun.jersey.contribs:jersey-lift:jar:1.1.5-ea-SNAPSHOT
from the specified remote repositories:
m.g.o-central (
http://maven.glassfish.org/content/repositories/central/),
scala-tools.org (
http://scala-tools.org/repo-releases),
m2.dev.java.net (
http://download.java.net/maven/2),
scala-tools.snapshots (
http://scala-tools.org/repo-snapshots/),
m1.dev.java.net (
http://download.java.net/maven/1)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1415)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:405)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 58 seconds
[INFO] Finished at: Fri Nov 06 01:09:52 PST 2009
[INFO] Final Memory: 48M/87M
[INFO] ------------------------------------------------------------------------