commit | f0b89881de3fcfcca0915325835ddf6d7ab31af4 | [log] [tgz] |
---|---|---|
author | Aaron Coburn <acoburn@apache.org> | Thu Jan 24 16:09:11 2019 -0500 |
committer | Aaron Coburn <acoburn@apache.org> | Thu Jan 24 16:09:11 2019 -0500 |
tree | b107aafa29fc966576962bff3fd05feaa24d0923 | |
parent | 7ec6be263c3127dd65e2d290b793ba48e22f0d35 [diff] |
TAMAYA-379: enforce checkstyle validation Updates code to follow checkstyle rules. Note: in the metamodule subproject, the o.a.t.metamodel.internal.resolver.JavaResolver::TIME method is changed to JavaResolver::time
This is the sandbox of Apache Tamaya. The sandbox contains additional modules (extensions) of Apache Tamaya (incubating) which are not mature enough to be part of Apache Tamaya itself or the official extensions of Apache Tamaya.
The Apache Tamaya project is built with Maven 3 and Java 8, so you need JDK >=1.8 and a reasonable version of maven installed on your computer.
Then you can build Tamaya Sandbox via:
$ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m" $ mvn
Apart from integration into ASF CI there's a travis build: