Installation

There are three alternative ways to install the plugin. Choose one.

  • The easiest way to install the ucdd maven plugin is through maven:
  • maven plugin:download -DartifactId=maven-ucdd-plugin -DgroupId=ucdd -Dversion=0.1
    	
  • Alternatively you can download the plugin manually, unpack the jar archive and install the plugin into your Maven repository:
  • jar xvf maven-ucdd-plugin-0.1.jar
    maven plugin:install
        
  • Or add a dependency in your project.xml:
  • <dependency>
      <groupId>0.1</groupId>
      <artifactId>maven-ucdd-plugin-0.1</artifactId>
      <version>0.1</version>
      <type>plugin</type>
    </dependency>