public class SimpleArtifactGenerator extends Object
| Constructor and Description |
|---|
SimpleArtifactGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertGAVToPath(String groupId,
String artifactId,
String version,
String classifier,
String extension) |
File |
generateArtifact(String repositoryBasedir,
String groupId,
String artifactId,
String version,
String classifier,
String extension) |
protected void |
generatePom(File pomFile,
String groupId,
String artifactId,
String version,
String type) |
public File generateArtifact(String repositoryBasedir, String groupId, String artifactId, String version, String classifier, String extension) throws IOException, NoSuchAlgorithmException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOExceptionNoSuchAlgorithmExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionprotected void generatePom(File pomFile, String groupId, String artifactId, String version, String type) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException, NoSuchAlgorithmException
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionNoSuchAlgorithmExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.