How to build DXA JAVA ealyaccess branch. The ealyaccess branch is an development version. Instructions worked on 16 October 2015
DXA is contributing to DD4T and needs some changes which are not in the DD4T 2.0 beta release yet.
Install libraries in local Maven repository:
tridion-libs\7.1.0
Comment out the jdbcpool
dependency in the DD4T source code in dd4t-example-site\pom.xml
. It breaks the build. I do not know what it is for, where to get it, and it is not needed to build DXA.
Build DD4T 2.0.x-SNAPSHOT and install it in the local Maven repository:
mvn clean install -Dgpg.skip=true
mvn clean package