Skip to content

Commit

Permalink
POM cleansing
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 24, 2020
1 parent 90594d3 commit 71ee90a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions ph-schematron-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ osgi.serviceloader; filter:="(osgi.serviceloader=com.helger.schematron.svrl.ISVR
<exclude>**/LICENSE</exclude>
<exclude>**/NOTICE</exclude>
<exclude>src/main/resources/schemas/**</exclude>
<exclude>src/main/resources/schematron/**</exclude>
<exclude>src/test/resources/issues/**</exclude>
<exclude>test-final/**</exclude>
<exclude>test-minified/**</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
3 changes: 0 additions & 3 deletions ph-schematron-schxslt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
<excludes>
<exclude>**/LICENSE</exclude>
<exclude>**/NOTICE</exclude>
<exclude>src/main/resources/schemas/**</exclude>
<exclude>src/main/resources/schematron/**</exclude>
<exclude>src/test/resources/issues/**</exclude>
<exclude>test-final/**</exclude>
<exclude>test-minified/**</exclude>
</excludes>
Expand Down
3 changes: 1 addition & 2 deletions ph-schematron-xslt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<configuration>
<instructions>
<Automatic-Module-Name>com.helger.schematron.xslt</Automatic-Module-Name>
<Export-Package>com.helger.schematron.xslt.*</Export-Package>
<Export-Package>com.helger.schematron.sch.*,com.helger.schematron.xslt.*</Export-Package>
<Import-Package>!javax.annotation.*,*</Import-Package>
</instructions>
</configuration>
Expand All @@ -92,7 +92,6 @@
<excludes>
<exclude>**/LICENSE</exclude>
<exclude>**/NOTICE</exclude>
<exclude>src/main/resources/schemas/**</exclude>
<exclude>src/main/resources/schematron/**</exclude>
<exclude>src/test/resources/issues/**</exclude>
<exclude>test-final/**</exclude>
Expand Down

0 comments on commit 71ee90a

Please sign in to comment.