Skip to content

Commit 0a203f8

Browse files
committed
Merge pull request #369 from artfullyContrived/issue365
Packages the esapi.tld into the jar file. Closes #365
2 parents a6819c5 + bd12f1d commit 0a203f8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,16 @@
250250
</execution>
251251
</executions>
252252
</plugin>
253-
254253
</plugins>
254+
<resources>
255+
<resource>
256+
<directory>src/main/resources</directory>
257+
</resource>
258+
<resource>
259+
<directory>configuration/META-INF</directory>
260+
<targetPath>META-INF</targetPath>
261+
</resource>
262+
</resources>
255263
</build>
256264

257265
<reporting>

0 commit comments

Comments
 (0)