We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9039fc6 commit 29f3c81Copy full SHA for 29f3c81
src/main/java/org/apache/maven/plugins/deploy/DeployFileMojo.java
@@ -426,7 +426,7 @@ private void processModel(Model model) {
426
*
427
* @param pomFile The path of the POM file to parse, must not be <code>null</code>.
428
* @return The model from the POM file, never <code>null</code>.
429
- * @throws MojoExecutionException If the file doesn't exist of cannot be read.
+ * @throws MojoExecutionException If the file doesn't exist or cannot be read.
430
*/
431
Model readModel(File pomFile) throws MojoExecutionException {
432
Reader reader = null;
0 commit comments