The Papyrus Library to easily handle Rcptt
This repository is organized around logical software components:
src\main\context\*.ctx : Rcptt contexts (including ecl sripts).src\main\testcase\*.test : Rcptt tests.src\main\testsuite\*.suite : Rcptt suites.src\main\verification\*.verification : Rcptt verifications.about.html: EPL license..project: Eclipse configuration file (required in reusing a Rcptt library).This project is built using Maven. To build locally, simply execute the command line:
mvn clean install
mvn release:perform
This artifact is deployed in the Eclipse Nexus instance.
<repository> <id>repo.eclipse.org</id> <name>Papyrus Repository - Releases </name> <url>https://repo.eclipse.org/content/repositories/papyrus-releases/</url> </repository>
<dependencies>
<dependency>
<groupId>org.eclipse.papyrus.tools</groupId>
<artifactId>org.eclipse.papyrus.tools.rcptt</artifactId>
<version>0.0.1</version>
<type>rcpttTest</type>
</dependency>
</dependencies>