Skip to content

Commit ab47292

Browse files
authored
fix: remove unused parameter (#3)
1 parent 20c3807 commit ab47292

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/org/eclipse/cbi/central/plugin/RcUploadMojo.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
@Mojo(name = "rc-upload", defaultPhase = LifecyclePhase.NONE)
2525
public class RcUploadMojo extends AbstractCentralMojo {
2626

27-
/**
28-
* The project name to use for the upload bundle.
29-
*/
30-
@Parameter(property = "central.projectName")
31-
protected String projectName;
32-
3327
/**
3428
* The artifact file to upload. This should be a zip file containing the Maven
3529
* artifacts.

0 commit comments

Comments
 (0)