@Mojo(name="upload")
public class UploadMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifact
the artifact to uplaod
|
protected String |
bucket
the target bucket
|
protected String |
targetName
the target name
|
| Constructor and Description |
|---|
UploadMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="${project.build.directory}/${project.build.finalName}.jar",
property="artifact",
required=true)
protected String artifact
@Parameter(property="bucket",
required=true)
protected String bucket
@Parameter(defaultValue="${project.build.finalName}.jar",
property="targetName",
required=true)
protected String targetName
Copyright © 2015 Taimos GmbH. All rights reserved.