2 Replies Latest reply on Nov 10, 2008 9:46 PM by blewinski

    Error when building SimplestHelloWorld portlet example

    blewinski

      Hello,

      I am new to JBoss and I am trying to build the SimplestHelloWorld demo JSR286 portlet. When I run mvn package I am getting the following error:
      Downloading:

      http://repo1.maven.org/maven2/javax/portlet/portlet-api/2.0/portlet-api-2.0.pom
      Downloading: http://repo1.maven.org/maven2/javax/portlet/portlet-api/2.0/portlet-api-2.0.jar
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.

      Missing:
      ----------
      1) javax.portlet:portlet-api:jar:2.0

      Apparently portlet-api-2.0 is missing from the remote location. What can I do so that I can build the examples?

      Thanks for your help!