Skip to content

Commit

Permalink
Fixed typo in webXml configuration property
Browse files Browse the repository at this point in the history
  • Loading branch information
chkal authored Jun 10, 2024
1 parent 9a92dee commit 280b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/leonard/maven/plugins/jspc/JspcMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public class JspcMojo extends AbstractMojo {
private String webAppSourceDirectory;

/**
* Location of web.xml. Defaults to src/main/webapp/web.xml.
* Location of web.xml. Defaults to src/main/webapp/WEB-INF/web.xml.
*/
@Parameter(defaultValue = "${basedir}/src/main/webapp/WEB-INF/web.xml")
private String webXml;
Expand Down

0 comments on commit 280b53d

Please sign in to comment.