Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Getting Started

jpeterka edited this page Oct 30, 2012 · 41 revisions

Contents

Prerequisites to Using Red Deer 

Installing Red Deer 

RedDeer and maven

  • if you have maven-based build and test executin then update test pom.xml to add all RedDeer dependencies
<build>
...
<repositories>
   <repository>
      <id>red_deer</id>
      <!-- replace url with any RedDeer update site you require --> 
      <url>http://p2-reddeer.rhcloud.com/stable</url>
      <layout>p2</layout>
      <snapshots>
         <enabled>true</enabled>
      </snapshots>
      <releases>
         <enabled>true</enabled>
      </releases>
</repository>
...
</build>
</repositories>

Running the Examples 

Building Your First Red Deer Test 

What's Next? 

Clone this wiki locally