The problem was that the blueprint maven plugin requires Java 7 (because of dependency to javax.transaction API. I switched the build on jenkins to use JDK 7. Is this ok? The other modules will still build with target 1.6 of course.

Christian

See
        <dependency>
            <groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
            <version>1.2</version>
        </dependency>


On 03.11.2014 12:59, Apache Jenkins Server wrote:
See <https://builds.apache.org/job/Aries/2086/changes>

Changes:

[cschneider] ARIES-1269 Add blueprint maven plugin

------------------------------------------
[...truncated 9598 lines...]
Compression is 0.0%
Took 0.18 sec


--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com

Reply via email to