001package org.andromda.maven.plugin;
002
003/**
004 * Constants constants used within the AndroMDA maven
005 * plugin.
006 *
007 * @author Chad Brandon
008 */
009public class Constants
010{
011    /**
012     * The artifact id of the plugin.
013     */
014    public static final String ARTIFACT_ID = "andromda-maven-plugin";
015}