com.bazaarvoice.maven.plugin.s3repo.WellKnowns Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s3repo-maven-plugin Show documentation
Show all versions of s3repo-maven-plugin Show documentation
Create or update an S3 YUM repository.
package com.bazaarvoice.maven.plugin.s3repo;
public final class WellKnowns {
private WellKnowns() {}
/** Well-known names. */
public static final String YUM_REPODATA_FOLDERNAME = "repodata";
public static final String YUM_REPOMETADATA_FILENAME = "repomd.xml";
public static final String[] YUM_REPOMETADATA_FILE_TYPES = {"primary", "filelists", "other"};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy