@@ -225,7 +225,7 @@ void setOutputDirectory(final File outputDirectory) {
225225 }
226226
227227 /**
228- * Returns the SCM directory.
228+ * Gets the SCM directory.
229229 *
230230 * @return The SCM directory.
231231 */
@@ -270,7 +270,7 @@ void setSignAttestation(final boolean signAttestation) {
270270 }
271271
272272 /**
273- * Overrides the GPG signer used for signing. Intended for testing.
273+ * Sets the GPG signer used for signing. Intended for testing.
274274 *
275275 * @param signer the signer to use
276276 */
@@ -279,7 +279,7 @@ void setSigner(final AbstractGpgSigner signer) {
279279 }
280280
281281 /**
282- * Returns the GPG signer, creating and preparing it from plugin parameters if not already set.
282+ * Gets the GPG signer, creating and preparing it from plugin parameters if not already set.
283283 *
284284 * @return the prepared signer
285285 * @throws MojoFailureException if signer preparation fails
@@ -421,7 +421,7 @@ private List<ResourceDescriptor> getSubjects() throws MojoExecutionException {
421421 }
422422
423423 /**
424- * Returns resource descriptors for the JVM, Maven installation, SCM source, and project dependencies.
424+ * Gets resource descriptors for the JVM, Maven installation, SCM source, and project dependencies.
425425 *
426426 * @return A list of resolved build dependencies.
427427 * @throws MojoExecutionException If any dependency cannot be resolved or hashed.
@@ -441,7 +441,7 @@ private List<ResourceDescriptor> getBuildDependencies() throws MojoExecutionExce
441441 }
442442
443443 /**
444- * Returns resource descriptors for all resolved project dependencies.
444+ * Gets resource descriptors for all resolved project dependencies.
445445 *
446446 * @return A list of resource descriptors for the project's resolved artifacts.
447447 * @throws MojoExecutionException If a dependency artifact cannot be described.
@@ -455,7 +455,7 @@ private List<ResourceDescriptor> getProjectDependencies() throws MojoExecutionEx
455455 }
456456
457457 /**
458- * Returns a resource descriptor for the current SCM source, including the URI and Git commit digest.
458+ * Gets a resource descriptor for the current SCM source, including the URI and Git commit digest.
459459 *
460460 * @return A resource descriptor for the SCM source.
461461 * @throws IOException If the current branch cannot be determined.
@@ -473,7 +473,7 @@ private ResourceDescriptor getScmDescriptor() throws IOException, MojoExecutionE
473473 }
474474
475475 /**
476- * Creates and returns an SCM repository from the configured connection URL.
476+ * Gets an SCM repository from the configured connection URL.
477477 *
478478 * @return The SCM repository.
479479 * @throws MojoExecutionException If the SCM repository cannot be created.
@@ -487,7 +487,7 @@ private ScmRepository getScmRepository() throws MojoExecutionException {
487487 }
488488
489489 /**
490- * Returns the current SCM revision (commit hash) for the configured SCM directory.
490+ * Gets the current SCM revision (commit hash) for the configured SCM directory.
491491 *
492492 * @return The current SCM revision string.
493493 * @throws MojoExecutionException If the revision cannot be retrieved from SCM.
@@ -531,7 +531,7 @@ private String getScmRevision(final InfoScmResult result) throws MojoExecutionEx
531531 }
532532
533533 /**
534- * Returns build metadata derived from the current Maven session, including start and finish timestamps.
534+ * Gets build metadata derived from the current Maven session, including start and finish timestamps.
535535 *
536536 * @return The build metadata.
537537 */
0 commit comments