View Javadoc
1   package org.andromda.maven.plugin;
2   
3   /**
4    * Constants constants used within the AndroMDA maven
5    * plugin.
6    *
7    * @author Chad Brandon
8    */
9   public class Constants
10  {
11      /**
12       * The artifact id of the plugin.
13       */
14      public static final String ARTIFACT_ID = "andromda-maven-plugin";
15  }