Skip to content

Commit

Permalink
Merge pull request #45 from casid/patch-1
Browse files Browse the repository at this point in the history
Add automatic module name
  • Loading branch information
jmanico authored Jul 20, 2021
2 parents fa5c589 + f5bb674 commit 6320a6d
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -56,6 +56,10 @@
Scripting.
</description>

<properties>
<jigsaw.module.name>org.owasp.encoder</jigsaw.module.name>
</properties>

<build>
<plugins>
<plugin>
4 changes: 4 additions & 0 deletions esapi/pom.xml
Original file line number Diff line number Diff line change
@@ -54,6 +54,10 @@
Projects API into an implementation of ESAPI.
</description>

<properties>
<jigsaw.module.name>org.owasp.encoder.esapi</jigsaw.module.name>
</properties>

<dependencies>
<dependency>
<groupId>org.owasp.encoder</groupId>
4 changes: 4 additions & 0 deletions jsp/pom.xml
Original file line number Diff line number Diff line change
@@ -55,6 +55,10 @@
definitions and JSP EL functions.
</description>

<properties>
<jigsaw.module.name>org.owasp.encoder.jsp</jigsaw.module.name>
</properties>

<dependencies>
<dependency>
<groupId>org.owasp.encoder</groupId>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -285,6 +285,7 @@
<instructions>
<_noee>true</_noee>
<_nouses>true</_nouses>
<Automatic-Module-Name>${jigsaw.module.name}</Automatic-Module-Name>
</instructions>
</configuration>
</execution>

0 comments on commit 6320a6d

Please sign in to comment.