Skip to content

Commit 7518eb5

Browse files
Build with run-its profile
We have an integration tests that should be executed on CI
1 parent 829fda8 commit 7518eb5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ name: GitHub CI
1919

2020
on: [push, pull_request]
2121

22+
2223
jobs:
2324
build:
2425
name: Build it
2526
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
27+
with:
28+
maven_args: '--batch-mode --errors --show-version verify javadoc:javadoc -Prun-its'
29+
2630

2731
# deploy:
2832
# name: Deploy

modello-maven-plugin/src/it/javadoc/src/main/mdo/model.mdo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<classes>
3232
<class rootElement="true">
33-
<name>Root</name>
33+
<name>TestRoot</name>
3434
<version>1.0.0+</version>
3535
<fields>
3636
<field>
@@ -43,15 +43,15 @@
4343
<type>List</type>
4444
<association>
4545
<type>String</type>
46-
<multiplicity>1</multiplicity>
46+
<multiplicity>*</multiplicity>
4747
</association>
4848
</field>
4949
<field>
5050
<name>setField</name>
5151
<type>Set</type>
5252
<association>
5353
<type>String</type>
54-
<multiplicity>1</multiplicity>
54+
<multiplicity>*</multiplicity>
5555
</association>
5656
</field>
5757
<field>

0 commit comments

Comments
 (0)