1 Reply Latest reply on Oct 25, 2011 11:46 PM by lightguard

    Deployment problem with security-idmconsole example in Jboss Seam-3.1.0.Beta4

    naif
      Hi everyone, i'm a newbie using seam3, when i try to deploy the security-idmconsole example,
      and when i execute the maven command: mvn package, I get the following error:

      [INFO] Scanning for projects...
      [ERROR] The build could not read 1 project -> [Help 1]
      [ERROR]
      [ERROR]   The project org.jboss.seam.security:seam-security-example-idmconsole:3
      .1.0.Beta4 (D:\javajdk\jboss-seam-3.1.0.Beta4\examples\security-idmconsole\pom.x
      ml) has 1 error
      [ERROR]     Non-resolvable parent POM: Failure to find org.jboss.seam.security:s
      eam-security-parent:pom:3.1.0.Beta4 in http://repo1.maven.org/maven2 was cached
      in the local repository, resolution will not be reattempted until the update int
      erval of central has elapsed or updates are forced and 'parent.relativePath' poi
      nts at wrong local POM @ line 9, column 13 -> [Help 2]
      [ERROR]
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
      ch.
      [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 rea
      d the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
      gException
      [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
      delException

      In the pom.xml of that example i found the tag <relativePath>../../pom.xml</relativePath>, it references into the upon directory, but there is no pom.xml in the upon directory.

      How can i solve this problem?