Skip to content

Commit

Permalink
removed invalid character
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhernandezgt committed Sep 29, 2023
1 parent 40b3fb0 commit 8e66fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/maven/mvn-pub.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<attribute name="src" default="${tomcat.src.path}/@{srcJarFileName}" />
<sequential>
<antcall target="maven-install">
<param name="file" value="@{file}"/>
<param name="file" value="@{file}"/>
<param name="groupId" value="@{groupId}"/>
<param name="artifactId" value="@{artifactId}"/>
<param name="pom" value="${tomcat.pom.path}/@{pom}"/>
Expand Down

0 comments on commit 8e66fee

Please sign in to comment.