Skip to content

Commit

Permalink
nog een fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Nov 29, 2022
1 parent 2d54824 commit 5534fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ jobs:
restore-keys: |
maven-
- name: Install extra software
run: sudo apt install -y --no-install-recommends graphviz
# niet meer nodig sinds java 11 maken we geen UML meer
#- name: Install extra software
# run: sudo apt install -y --no-install-recommends graphviz

- name: Set up JDK
uses: actions/setup-java@v3
Expand All @@ -164,10 +165,10 @@ jobs:
java-version: 11

- name: Javadoc
run: mvn javadoc:javadoc
run: mvn compile javadoc:javadoc

- name: Test Javadoc
run: mvn javadoc:test-javadoc
run: mvn test-compile javadoc:test-javadoc


dependency-review:
Expand Down
1 change: 1 addition & 0 deletions bag2-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ SPDX-License-Identifier: MIT
<generatePackage>nl.b3p.brmo.bag2.xml.leveringsdocument</generatePackage>
<schemaDirectory>${project.basedir}/src/main/xsd/</schemaDirectory>
<schemaIncludes>**/*.xsd</schemaIncludes>
<markGenerated>true</markGenerated>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 5534fde

Please sign in to comment.