I encountered xbean 3.6-SNAPSHOT, tomcat 6.0.20-SNAPSHOT artifacts missing problem locally too.
These artifacts are all related with the components that are under voting. I don't know what's the right time to upgrade released snapshots versions in root pom.xml. When will these artifacts problems be resolved ? On Thu, Sep 17, 2009 at 9:20 PM, <[email protected]> wrote: > Geronimo Revision: 816174 built with tests included > > See the full build-0900.log file at > http://people.apache.org/builds/geronimo/server/binaries/trunk/20090917/build-0900.log > > > See the unit test reports at > http://people.apache.org/builds/geronimo/server/binaries/trunk/20090917/unit-test-reports > > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.geronimo.framework:geronimo-security:jar:3.0-SNAPSHOT > > from the specified remote repositories: > codehaus.snapshots (http://snapshots.repository.codehaus.org), > ibiblio.org (http://repo.exist.com/maven2), > apache.snapshots (http://repository.apache.org/snapshots) > > > > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Missing: > ---------- > 1) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.geronimo.components > -DartifactId=geronimo-jaspi -Dversion=1.0-SNAPSHOT -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.apache.geronimo.components > -DartifactId=geronimo-jaspi -Dversion=1.0-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.geronimo.framework:geronimo-security:jar:3.0-SNAPSHOT > 2) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.geronimo.framework:geronimo-security:jar:3.0-SNAPSHOT > > from the specified remote repositories: > codehaus.snapshots (http://snapshots.repository.codehaus.org), > ibiblio.org (http://repo.exist.com/maven2), > apache.snapshots (http://repository.apache.org/snapshots) > > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292) > 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:301) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) > at java.lang.reflect.Method.invoke(Method.java:599) > 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.apache.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.geronimo.components > -DartifactId=geronimo-jaspi -Dversion=1.0-SNAPSHOT -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.apache.geronimo.components > -DartifactId=geronimo-jaspi -Dversion=1.0-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.geronimo.framework:geronimo-security:jar:3.0-SNAPSHOT > 2) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.geronimo.framework:geronimo-security:jar:3.0-SNAPSHOT > > from the specified remote repositories: > codehaus.snapshots (http://snapshots.repository.codehaus.org), > ibiblio.org (http://repo.exist.com/maven2), > apache.snapshots (http://repository.apache.org/snapshots) > > > 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:1417) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:407) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559) > ... 16 more > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4 minutes 35 seconds > [INFO] Finished at: Thu Sep 17 09:17:20 EDT 2009 > [INFO] Final Memory: 192M/516M > [INFO] > ------------------------------------------------------------------------ > -- Shawn
