All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.jshift.maven.enricher.api.util.Constants Maven / Gradle / Ivy

The newest version!
package io.jshift.maven.enricher.api.util;

/**
 */
// TODO-F8SPEC : Should be move the to AppCatalog mojo and must not be in the general available util package
// Also consider whether the Constants class pattern makes (should probably change to real enums ???)
public class Constants {
    public static final String RESOURCE_SOURCE_URL_ANNOTATION = "maven.jshift.io/source-url";
    public static final String RESOURCE_APP_CATALOG_ANNOTATION = "maven.jshift.io/app-catalog";
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy