File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
modello-maven-plugin/src/it/javadoc/src/main/mdo Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,14 @@ name: GitHub CI
19
19
20
20
on : [push, pull_request]
21
21
22
+
22
23
jobs :
23
24
build :
24
25
name : Build it
25
26
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
+
26
30
27
31
# deploy:
28
32
# name: Deploy
Original file line number Diff line number Diff line change 30
30
31
31
<classes>
32
32
<class rootElement="true">
33
- <name>Root </name>
33
+ <name>TestRoot </name>
34
34
<version>1.0.0+</version>
35
35
<fields>
36
36
<field>
43
43
<type>List</type>
44
44
<association>
45
45
<type>String</type>
46
- <multiplicity>1 </multiplicity>
46
+ <multiplicity>* </multiplicity>
47
47
</association>
48
48
</field>
49
49
<field>
50
50
<name>setField</name>
51
51
<type>Set</type>
52
52
<association>
53
53
<type>String</type>
54
- <multiplicity>1 </multiplicity>
54
+ <multiplicity>* </multiplicity>
55
55
</association>
56
56
</field>
57
57
<field>
You can’t perform that action at this time.
0 commit comments