0 Replies Latest reply on Jun 23, 2011 8:31 AM by orkun

    problem on building richfaces project with maven

    orkun

      hello

       

      hello

       

      Regarding the project, I followed the procedures as it is defined in developer guide.

       

      I got this error message after mvn -e archetype:generate ...

       

      [INFO] Building RichFaces 4 Application 1.0-SNAPSHOT

      [INFO] ------------------------------------------------------------------------

      [WARNING] The POM for javax.servlet:jstl:jar:1.2 is missing, no dependency information available

      [INFO] ------------------------------------------------------------------------

      [INFO] BUILD FAILURE

       

      ~~~~~~~~~~~~~~~~

       

      Then I tried to install missing files as follows:

       

      mvn install:install-file \

      -Dfile=/usr/local/jstl-api-1.2.jar   \

        -DartifactId=jstl-api  \

        -Dversion=1.2   \

        -Dpackaging=jar \

        -DgroupId=javax.servlet.jsp.jstl 

       

      when I entered mvn install, it still gives an artifact missing error (JSTL)

       

      What am I doing ?

       

      regards