Hi,
   While building jetty on m2, I get the following error - 
   There is a line saying - 
[WARNING] While downloading springframework:spring:1.2.5
  This artifact has been relocated to org.springframework:spring:1.2.5.
   The project.xml (m1) still uses springframework as groupId!. How can
I get these jars pushed to m2 repo? I also need
commons-modeler-1.2-GERONIMO-SNAPSHOT in am m2 repo. When will the
openejb jars be updated on m2 repo?

Thanks
Anita

.........................................................
[INFO] Failed to resolve artifact.

Missing:
----------
1) javax.activation:activation:jar:1.0.2

  Try downloading the file manually from:
      http://java.sun.com/products/javabeans/glasgow/jaf.html

  Then, install it using the command:
      mvn install:install-file -DgroupId=javax.activation
-DartifactId=activation \
          -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.geronimo.modules:geronimo-jetty:jar:1.2-SNAPSHOT
        2) org.springframework:spring:jar:1.2.5
        3) org.springframework:spring-support:jar:1.2.5
        4) javax.mail:mail:jar:1.3.2
        5) javax.activation:activation:jar:1.0.2

2) javax.transaction:jta:jar:1.0.1B

  Try downloading the file manually from:
      http://java.sun.com/products/jta

  Then, install it using the command:
      mvn install:install-file -DgroupId=javax.transaction
-DartifactId=jta \
          -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.geronimo.modules:geronimo-jetty:jar:1.2-SNAPSHOT
        2) org.springframework:spring:jar:1.2.5
        3) org.springframework:spring-remoting:jar:1.2.5
        4) org.springframework:spring-dao:jar:1.2.5
        5) javax.transaction:jta:jar:1.0.1B

3) javax.mail:mail:jar:1.3.2

  Try downloading the file manually from:
      http://java.sun.com/products/javamail/downloads/index.html

  Then, install it using the command:
      mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \
          -Dversion=1.3.2 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.geronimo.modules:geronimo-jetty:jar:1.2-SNAPSHOT
        2) org.springframework:spring:jar:1.2.5
        3) org.springframework:spring-support:jar:1.2.5
        4) javax.mail:mail:jar:1.3.2

4) activecluster:activecluster:jar:1.2-20051115174934

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=activecluster
-DartifactId=activecluster \
          -Dversion=1.2-20051115174934 -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
        1) org.apache.geronimo.modules:geronimo-jetty:jar:1.2-SNAPSHOT
        2) activecluster:activecluster:jar:1.2-20051115174934

5) javax.resource:connector:jar:1.0

  Try downloading the file manually from:
      http://java.sun.com/j2ee/connector/download.html

  Then, install it using the command:
      mvn install:install-file -DgroupId=javax.resource
-DartifactId=connector \
          -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.geronimo.modules:geronimo-jetty:jar:1.2-SNAPSHOT
        2) org.springframework:spring:jar:1.2.5
        3) org.springframework:spring-support:jar:1.2.5
        4) javax.resource:connector:jar:1.0

----------
5 required artifacts are missing.

for artifact:
  org.apache.geronimo.modules:geronimo-jetty:jar:1.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  maven2-central (http://repo1.maven.org/maven2),
  Apache CVS (http://cvs.apache.org/maven-snapshot-repository),
  maven1-ibiblio (http://www.ibiblio.org/maven),
  snapshots (http://snapshots.maven.codehaus.org/maven2),
  apache-cvs (http://cvs.apache.org/repository)



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to