I am getting the following error message:

[ERROR] Missing:
----------
1) jstl:jstl:jar:1.2

  Try downloading the file manually from the project website.

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

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=jstl -DartifactId=jstl
-Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
        1) 00001:00001:pom:pom:0.0.1-SNAPSHOT
        2) jstl:jstl:jar:1.2

----------
1 required artifact is missing.

for artifact:
  00001:00001:pom:0.0.1-SNAPSHOT

from the specified remote repositories:
  apache-maven-snapshots
(http://people.apache.org/repo/m2-incubating-repository/,
releases=true, snapshots=true),
  java.net (http://download.java.net/maven/1, releases=true, snapshots=true),
  central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.

I
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MultipleArtifactsNotFoundException


I am not sure what goes into install file and path to file for the
command to manually download the file.


When I try to run the index.jspx that came with the archetype the
project does not get deployed on tomcat.
How am I supposed to run it?
Thanks,

Veena

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to