se.biltmore.tools.odttoapt.maven.plugin
Class ProjectConstants

java.lang.Object
  extended by se.biltmore.tools.odttoapt.maven.plugin.ProjectConstants

public class ProjectConstants
extends Object

This just holds some constants that gets updated by CodeLicenseManager.


Field Summary
static String ARTIFACT
          The artifact id of the plugin.
static String GROUP
          The group id the the plugin.
static String URL
          The project site url
static String VERSION
          The version of the plugin.
 
Constructor Summary
ProjectConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP

public static final String GROUP
The group id the the plugin.

See Also:
Constant Field Values

ARTIFACT

public static final String ARTIFACT
The artifact id of the plugin.

See Also:
Constant Field Values

VERSION

public static final String VERSION
The version of the plugin.

See Also:
Constant Field Values

URL

public static final String URL
The project site url

See Also:
Constant Field Values
Constructor Detail

ProjectConstants

public ProjectConstants()


Copyright © 2009-2010 Biltmore Group AB. All Rights Reserved.