File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 71
71
</goals >
72
72
<configuration >
73
73
<uploads >
74
+ <!-- Bundles -->
74
75
<upload >
75
76
<file >${project.build.directory} /${project.artifactId} -${project.version} -bundle.zip</file >
76
77
<summary >MyBatis Persistence Framework ${project.version} </summary >
87
88
<label >Type-Archive</label >
88
89
</labels >
89
90
</upload >
91
+ <!-- Manuals -->
92
+ <upload >
93
+ <file >${project.build.directory} /doc/en/MyBatis-3-User-Guide.pdf</file >
94
+ <summary >MyBatis Persistence Framework ${project.version} GA - User Guide</summary >
95
+ <labels >
96
+ <label >Featured</label >
97
+ <label >Type-Docs</label >
98
+ </labels >
99
+ </upload >
100
+ <upload >
101
+ <file >${project.build.directory} /doc/zh_cn/MyBatis 3 User Guide Simplified Chinese.pdf</file >
102
+ <summary >MyBatis Persistence Framework ${project.version} GA - User Guide (Simplified Chinese)</summary >
103
+ <labels >
104
+ <label >Featured</label >
105
+ <label >Type-Docs</label >
106
+ </labels >
107
+ </upload >
108
+ <upload >
109
+ <file >${project.build.directory} /${project.artifactId} -${project.version} -migrations.zip</file >
110
+ <summary >MyBatis Schema Migrations ${project.version} GA - User Guide</summary >
111
+ <labels >
112
+ <label >Featured</label >
113
+ <label >Type-Docs</label >
114
+ </labels >
115
+ </upload >
90
116
</uploads >
91
117
</configuration >
92
118
</execution >
You can’t perform that action at this time.
0 commit comments