com.github.easypack.constants.FolderConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easypack-maven-plugin Show documentation
Show all versions of easypack-maven-plugin Show documentation
Maven plugin for building Java applications in tar, zip and tar.gz format.
The newest version!
package com.github.easypack.constants;
/**
* Folder names used during build time.
*
* @author agusmunioz
*
*/
public interface FolderConstants {
/**
* Target folder for all application libraries (dependencies and project
* jar).
*/
String LIBS = "libs";
/**
* Target folder for all application script.
*/
String BIN = "bin";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy