My commit comment said that the pom was for execution only (meaning using turbine in your own project that is built with maven 2), not building - a bad choice of words on my part perhaps, but you get the idea.

Please fell free to work on enhancing this in order to be able to build turbine with maven 2, but this was not the intention of the initial commit.

Scott

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