We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b5b3b commit 9cdccf6Copy full SHA for 9cdccf6
core/nmf-linux-maven-plugin/src/main/java/esa/mo/nmf/filesystem/GenerateFilesystemMojo.java
@@ -56,13 +56,13 @@ public class GenerateFilesystemMojo extends AbstractMojo {
56
private String missionVersion;
57
58
/**
59
- * The main class for the supervisor.
+ * The main class for the Supervisor.
60
*/
61
@Parameter(property = "generate-filesystem.supervisorMainClass", defaultValue = "${supervisorMainClass}")
62
private String supervisorMainClass;
63
64
65
- * The version of the NMF that the App was developed against.
+ * The version of the NMF that the Supervisor was developed against.
66
67
@Parameter(property = "generate-filesystem.nmfVersion", defaultValue = "${esa.nmf.version}")
68
private String nmfVersion;
0 commit comments