Skip to content

Commit

Permalink
Created XSLTs
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Mar 4, 2024
1 parent 40823fa commit a9956ae
Show file tree
Hide file tree
Showing 5 changed files with 1,058 additions and 0 deletions.
24 changes: 24 additions & 0 deletions phive-rules-peppol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,30 @@
</configuration>
</execution>
-->
<!--
<execution>
<id>pint-my-billing</id>
<goals>
<goal>convert</goal>
</goals>
<configuration>
<schematronDirectory>src/test/resources/external/rule-source/pint-my/1.0.0/billing</schematronDirectory>
<xsltDirectory>src/main/resources/external/schematron/pint-my/1.0.0/billing</xsltDirectory>
</configuration>
</execution>
-->
<!--
<execution>
<id>pint-my-selfbilling</id>
<goals>
<goal>convert</goal>
</goals>
<configuration>
<schematronDirectory>src/test/resources/external/rule-source/pint-my/1.0.0/selfbilling</schematronDirectory>
<xsltDirectory>src/main/resources/external/schematron/pint-my/1.0.0/selfbilling</xsltDirectory>
</configuration>
</execution>
-->
<!--
<execution>
<id>reporting-eusr</id>
Expand Down
Loading

0 comments on commit a9956ae

Please sign in to comment.