There are three alternative ways to install the plugin. Choose one.
maven plugin:download -DartifactId=maven-ucdd-plugin -DgroupId=ucdd -Dversion=0.1
jar xvf maven-ucdd-plugin-0.1.jar
maven plugin:install
<dependency>
<groupId>0.1</groupId>
<artifactId>maven-ucdd-plugin-0.1</artifactId>
<version>0.1</version>
<type>plugin</type>
</dependency>