01: package org.andromda.maven.plugin.cartridge;
02:
03: /**
04: * Constants constants used within the AndroMDA maven cartridge
05: * test 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-cartridge-plugin";
14: }
|