Hi Juergen,

in the project.properties there is a custom maven.repo.remote variable which solves a few of your problems.

The sun stuff you have to add manually into your repo .... but I'm pretty sure that you know this.

Having said this http://repo1.maven.org/maven/fulcrum/ looks very empty in my opinion - there are a lot of JARs missing ... :-(

Cheers,

Siegfried Goeschl


Juergen Hoffmann wrote:
Hi Folks,

I was trying to build the Turbine 2.3 Branch with the new pom.xml and the
eclipse m2 plugin. I am getting

31.05.07 09:44:47 GMT: Missing:

1) fulcrum:fulcrum-yaafi:jar:1.0.4

  Try downloading the file manually from the project website.

Then, install it using the command:
      mvn install:install-file -DgroupId=fulcrum -DartifactId=fulcrum-yaafi \

          -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
      1) org.apache.turbine:turbine:jar:2.3.3-dev

      2) fulcrum:fulcrum-yaafi:jar:1.0.4

2) javax.sql:jdbc-stdext:jar:2.0

Try downloading the file manually from:
      http://java.sun.com/products/jdbc/download.html

Then, install it using the command:
      mvn install:install-file -DgroupId=javax.sql -DartifactId=jdbc-stdext \

          -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
      1) org.apache.turbine:turbine:jar:2.3.3-dev

      2) torque:torque:jar:3.2

      3) javax.sql:jdbc-stdext:jar:2.0

3) javax.mail:mail:jar:1.3.3

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.3 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
      1) org.apache.turbine:turbine:jar:2.3.3-dev

      2) javax.mail:mail:jar:1.3.3

4) jndi:jndi:jar:1.2.1

  Try downloading the file manually from the project website.

Then, install it using the command:
      mvn install:install-file -DgroupId=jndi -DartifactId=jndi \

          -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
      1) org.apache.turbine:turbine:jar:2.3.3-dev

      2) torque:torque:jar:3.2

      3) jndi:jndi:jar:1.2.1

4 required artifacts are missing.

for artifact:
  org.apache.turbine:turbine:jar:2.3.3-dev

from the specified remote repositories:

  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),

  central (http://repo1.maven.org/maven2)

Shouldn’t these jars be already in the repository? Does Turbine have its own
repository?

Kind regards

Juergen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to