Java language support for RDL
The file rdl.rdl must be available to regenerate the sources. Assuming the clone directory for ardielle-common is specified by the environment variable ARDIELLE_COMMON
:
rdl -sp generate -te --ns com.yahoo.rdl java-model $ARDIELLE_COMMON/rdl.rdl
<project>
<dependencies>
<dependency>
<groupId>com.yahoo.rdl</groupId>
<artifactId>rdl-java</artifactId>
<version>1.4.12</version>
</dependency>
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-yahoo-maven</id>
<name>bintray-plugins</name>
<url>http://yahoo.bintray.com/maven</url>
</repository>
</repositories>
</project>
mvn versions:use-latest-releases "-Dincludes=com.yahoo.rdl"
Copyright 2015-2017 Yahoo Inc.
Licensed under the terms of the Apache version 2.0 license. See LICENSE file for terms.