I have commented out system and j2ee-schema and doing >mvn install I get this error. The trace is attached. Any idea? [INFO] Building Geronimo :: J2EE [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://cvs.apache.org/repository/org.apache.geronimo/poms/geronimo-system-1.2-SNAPSHOT.pom Downloading: http://cvs.apache.org/repository/org.apache.geronimo/jars/geronimo-system-1.2-SNAPSHOT.jar [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------------- [INFO] Failed to resolve artifact.
required artifacts missing: org.apache.geronimo:geronimo-system:jar:1.2-SNAPSHOT for the artifact: org.apache.geronimo:geronimo-j2ee:jar:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), maven1 (http://www.ibiblio.org/maven/), Apache CVS (http://cvs.apache.org/maven-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2), apache-cvs (http://cvs.apache.org/repository) [INFO] ---------------------------------------------------------------------------- [INFO] For more information, run Maven with the -e switch [INFO] ---------------------------------------------------------------------------- [INFO] Total time: 32 seconds [INFO] Finished at: Mon Mar 06 20:28:37 EST 2006 [INFO] Final Memory: 10M/20M [INFO] ---------------------------------------------------------------------------- .........<snip> > > Is there a reason that you can't reference the M1 > repo directly in your > M2 > > POM? > > Thanks Ian! I thought we had it already and whenever > I came across > troubles with Maven1 stuff I didn't realize that's > because *that* was > missing. Many thanks! > > $ svn ci pom.xml > Sending pom.xml > Transmitting file data . > Committed revision 383614. > > Anita, can you try it again if that change solves > the recent problems > with the tomcat module. > > On to applying the patches... > > > Ian > > Jacek > > -- > Jacek Laskowski > http://www.laskowski.org.pl > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
[INFO] ---------------------------------------------------------------------------- [INFO] Building Geronimo :: J2EE [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://cvs.apache.org/repository/org.apache.geronimo/poms/geronimo-system-1.2-SNAPSHOT.pom Downloading: http://cvs.apache.org/repository/org.apache.geronimo/jars/geronimo-system-1.2-SNAPSHOT.jar [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------------- [INFO] Failed to resolve artifact. required artifacts missing: org.apache.geronimo:geronimo-system:jar:1.2-SNAPSHOT for the artifact: org.apache.geronimo:geronimo-j2ee:jar:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), maven1 (http://www.ibiblio.org/maven/), Apache CVS (http://cvs.apache.org/maven-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2), apache-cvs (http://cvs.apache.org/repository) [INFO] ---------------------------------------------------------------------------- [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: required artifacts missing: org.apache.geronimo:geronimo-system:jar:1.2-SNAPSHOT for the artifact: org.apache.geronimo:geronimo-j2ee:jar:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), maven1 (http://www.ibiblio.org/maven/), Apache CVS (http://cvs.apache.org/maven-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2), apache-cvs (http://cvs.apache.org/repository) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:548) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47 2) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav a:303) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) at org.apache.maven.cli.MavenCli.main(MavenCli.java:249) 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:324) 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.ArtifactResolutionException: required artifacts missing: org.apache.geronimo:geronimo-system:jar:1.2-SNAPSHOT for the artifact: org.apache.geronimo:geronimo-j2ee:jar:1.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), maven1 (http://www.ibiblio.org/maven/), Apache CVS (http://cvs.apache.org/maven-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2), apache-cvs (http://cvs.apache.org/repository) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:2 51) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:2 11) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:1 82) at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1120) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:369) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531) ... 16 more [INFO] ---------------------------------------------------------------------------- [INFO] Total time: 32 seconds [INFO] Finished at: Mon Mar 06 20:44:22 EST 2006 [INFO] Final Memory: 10M/20M [INFO] ----------------------------------------------------------------------------
