01: package org.andromda.maven.plugin;
02:
03: /**
04: * Constants constants used within the AndroMDA maven
05: * plugin.
06: *
07: * @author Chad Brandon
08: */
09: public class Constants {
10: /**
11: * The artifact id of the plugin.
12: */
13: public static final String ARTIFACT_ID = "andromda-maven-plugin";
14: }
|