Skip to content

Commit

Permalink
Fixed episode
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Apr 5, 2024
1 parent b143b17 commit 186cf19
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions phive-rules-oioubl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<goals>
<goal>generate</goal>
</goals>
<id>ublpe20</id>
<id>oioubl</id>
<configuration>
<schemaDirectory>${basedir}/src/main/resources/external/schemas/OIOUBL_v2.1-b/maindoc</schemaDirectory>
<bindingIncludes>
Expand All @@ -125,7 +125,13 @@
<bindingDirectory>${basedir}/src/main/jaxb</bindingDirectory>
<extension>true</extension>
<strict>false</strict>
<useDependenciesAsEpisodes>true</useDependenciesAsEpisodes>
<episodes>
<episode>
<groupId>com.helger.ubl</groupId>
<artifactId>ph-ubl20</artifactId>
<!-- Version is not required if the artifact is configured as dependency -->
</episode>
</episodes>
<args>
<arg>-no-header</arg>
<arg>-quiet</arg>
Expand Down

0 comments on commit 186cf19

Please sign in to comment.