We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c3807 commit ab47292Copy full SHA for ab47292
src/main/java/org/eclipse/cbi/central/plugin/RcUploadMojo.java
@@ -24,12 +24,6 @@
24
@Mojo(name = "rc-upload", defaultPhase = LifecyclePhase.NONE)
25
public class RcUploadMojo extends AbstractCentralMojo {
26
27
- /**
28
- * The project name to use for the upload bundle.
29
- */
30
- @Parameter(property = "central.projectName")
31
- protected String projectName;
32
-
33
/**
34
* The artifact file to upload. This should be a zip file containing the Maven
35
* artifacts.
0 commit comments