Skip to content

Commit

Permalink
Merge pull request #229 from chkal/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in webXml configuration property
  • Loading branch information
leonardehrenfried authored Jun 10, 2024
2 parents 9a92dee + 280b53d commit b9a7591
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 b9a7591

Please sign in to comment.