0 Replies Latest reply on Apr 28, 2015 12:58 AM by binu.purushothaman

    gatein-portal-3.7.0.Final maven dependency issue

    binu.purushothaman

      I am trying to build gatein portal with jboss eap.

      I have followed the instruction as seen on gatein-portal/packaging/jboss-as7 at 3.7.0.Final · gatein/gatein-portal · GitHub

       

      I tried with other versions too but in all of them I got the following maven error:

       

      [INFO] Reactor Summary:

      [INFO]

      [INFO] GateIn Portal Component ........................... SUCCESS [1.883s]

      [INFO] GateIn Portal Test Component ...................... SUCCESS [0.096s]

      [INFO] GateIn Portal Component Core Test ................. SUCCESS [4.353s]

      [INFO] GateIn Portal Component Core Test JCR ............. SUCCESS [3.647s]

      [INFO] GateIn Portal Component Web Test .................. SUCCESS [1.882s]

      [INFO] GateIn Portal Component Common .................... SUCCESS [8.852s]

      [INFO] GateIn Portal Component Resources ................. SUCCESS [4.250s]

      [INFO] GateIn Portal Component PC integration ............ SUCCESS [1.987s]

      [INFO] GateIn Portal Component JBoss IDM integration ..... SUCCESS [5.482s]

      [INFO] GateIn Portal Component Portal Data ............... SUCCESS [20.585s]

      [INFO] GateIn Portal Component Application Registry ...... SUCCESS [6.157s]

      [INFO] GateIn Portal Component Web ....................... SUCCESS [0.064s]

      [INFO] GateIn Portal Component Web Controller ............ SUCCESS [7.168s]

      [INFO] GateIn Portal Component Web Security .............. FAILURE [2.099s]

      [INFO] GateIn Portal Component Web Server ................ SKIPPED

      [INFO] GateIn Portal Component Web Resources ............. SKIPPED

      [INFO] GateIn Portal Component Web API ................... SKIPPED

      [INFO] GateIn Portal Component Web Security JBoss ........ SKIPPED

      [INFO] GateIn Portal Component Web OAuth Common .......... SKIPPED

      [INFO] GateIn Portal Component Web OAuth Web ............. SKIPPED

      [INFO] GateIn Portal Component Scripting ................. SKIPPED

      [INFO] GateIn Portal Component Management ................ SKIPPED

      [INFO] GateIn Portal Component API Implementation ........ SKIPPED

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

      [INFO] BUILD FAILURE

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

      [INFO] Total time: 1:09.898s

      [INFO] Finished at: Mon Apr 27 19:36:36 IST 2015

      [INFO] Final Memory: 56M/286M

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

      [ERROR] Failed to execute goal on project exo.portal.component.web.security: Could not resolve dependencies for project org.gatein.portal:exo.portal.component.web.sec

      urity:jar:3.7.0.Final: Failure to find org.jboss.javaee:jboss-ejb-api-3.0_spec:jar:3.0.0.GA in http://repository.exoplatform.org/content/groups/public was cached in

      the local repository, resolution will not be reattempted until the update interval of exo-public-repository-group has elapsed or updates are forced -> [Help 1]

      [ERROR]

      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

      [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/DependencyResolutionException

      [ERROR]

      [ERROR] After correcting the problems, you can resume the build with the command

      [ERROR]   mvn <goals> -rf :exo.portal.component.web.security

       

      It seems the dependency 'org.jboss.javaee:jboss-ejb-api-3.0_spec:jar:3.0.0.GA' is not to be found.

      I checked in different repositories but could not find it.

       

      Can guys please help me out in resolving this issue??