File tree Expand file tree Collapse file tree 3 files changed +39
-52
lines changed
swagger-codegen-distribution Expand file tree Collapse file tree 3 files changed +39
-52
lines changed Original file line number Diff line number Diff line change 9
9
<groupId >com.wordnik</groupId >
10
10
<artifactId >swagger-codegen-distribution</artifactId >
11
11
<packaging >jar</packaging >
12
- <name >swagger-codegen-distribution </name >
12
+ <name >swagger-codegen (executable) </name >
13
13
<version >2.1.0-M1</version >
14
14
<build >
15
15
<testSourceDirectory >src/test/scala</testSourceDirectory >
18
18
<defaultGoal >install</defaultGoal >
19
19
<directory >target</directory >
20
20
<finalName >${project.artifactId} -${project.version} </finalName >
21
-
22
21
<plugins >
23
22
<plugin >
24
23
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 49
49
<mainClass >com.wordnik.swagger.codegen.Codegen</mainClass >
50
50
</configuration >
51
51
</plugin >
52
- <plugin >
53
- <groupId >org.apache.maven.plugins</groupId >
54
- <artifactId >maven-jar-plugin</artifactId >
55
- <configuration >
56
- <archive >
57
- <manifest >
58
- <addClasspath >true</addClasspath >
59
- <mainClass >com.wordnik.swagger.codegen.Codegen</mainClass >
60
- </manifest >
61
- </archive >
62
- </configuration >
63
- </plugin >
64
52
<plugin >
65
53
<artifactId >maven-dependency-plugin</artifactId >
66
54
<executions >
113
101
</launchers >
114
102
</configuration >
115
103
</plugin >
116
- <plugin >
117
- <groupId >org.apache.maven.plugins</groupId >
118
- <artifactId >maven-source-plugin</artifactId >
119
- <version >2.1.2</version >
120
- <executions >
121
- <execution >
122
- <id >attach-sources</id >
123
- <phase >verify</phase >
124
- <goals >
125
- <goal >jar-no-fork</goal >
126
- </goals >
127
- </execution >
128
- </executions >
129
- </plugin >
130
- <plugin >
131
- <groupId >org.apache.maven.plugins</groupId >
132
- <artifactId >maven-javadoc-plugin</artifactId >
133
- <version >2.7</version >
134
- <configuration >
135
- <aggregate >true</aggregate >
136
- <source >1.6</source >
137
- <encoding >UTF-8</encoding >
138
- <maxmemory >1g</maxmemory >
139
- <links >
140
- <link >http://java.sun.com/javase/6/docs/api/</link >
141
- </links >
142
- <excludePackageNames >${javadoc.package.exclude} </excludePackageNames >
143
- </configuration >
144
- <executions >
145
- <execution >
146
- <id >attach-javadocs</id >
147
- <phase >verify</phase >
148
- <goals >
149
- <goal >jar</goal >
150
- </goals >
151
- </execution >
152
- </executions >
153
- </plugin >
154
104
<plugin >
155
105
<artifactId >maven-compiler-plugin</artifactId >
156
106
<version >3.0</version >
Original file line number Diff line number Diff line change 168
168
<goals >sign</goals >
169
169
</configuration >
170
170
</plugin >
171
+ <plugin >
172
+ <groupId >org.apache.maven.plugins</groupId >
173
+ <artifactId >maven-javadoc-plugin</artifactId >
174
+ <version >2.7</version >
175
+ <configuration >
176
+ <aggregate >true</aggregate >
177
+ <source >1.6</source >
178
+ <encoding >UTF-8</encoding >
179
+ <maxmemory >1g</maxmemory >
180
+ <links >
181
+ <link >http://java.sun.com/javase/6/docs/api/</link >
182
+ </links >
183
+ <excludePackageNames >${javadoc.package.exclude} </excludePackageNames >
184
+ </configuration >
185
+ <executions >
186
+ <execution >
187
+ <id >attach-javadocs</id >
188
+ <phase >verify</phase >
189
+ <goals >
190
+ <goal >jar</goal >
191
+ </goals >
192
+ </execution >
193
+ </executions >
194
+ </plugin >
195
+ <plugin >
196
+ <groupId >org.apache.maven.plugins</groupId >
197
+ <artifactId >maven-source-plugin</artifactId >
198
+ <version >2.1.2</version >
199
+ <executions >
200
+ <execution >
201
+ <id >attach-sources</id >
202
+ <phase >verify</phase >
203
+ <goals >
204
+ <goal >jar-no-fork</goal >
205
+ </goals >
206
+ </execution >
207
+ </executions >
208
+ </plugin >
171
209
</plugins >
172
210
</pluginManagement >
173
211
</build >
You can’t perform that action at this time.
0 commit comments