|
134 | 134 | <type>jar</type>
|
135 | 135 | <overWrite>false</overWrite>
|
136 | 136 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 137 | + <includes>**/*.java</includes> |
137 | 138 | </artifactItem>
|
138 | 139 | <artifactItem>
|
139 | 140 | <groupId>org.jline</groupId>
|
|
142 | 143 | <type>jar</type>
|
143 | 144 | <overWrite>false</overWrite>
|
144 | 145 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 146 | + <includes>**/*.java</includes> |
145 | 147 | </artifactItem>
|
146 | 148 | <artifactItem>
|
147 | 149 | <groupId>org.jline</groupId>
|
|
150 | 152 | <type>jar</type>
|
151 | 153 | <overWrite>false</overWrite>
|
152 | 154 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 155 | + <includes>**/*.java</includes> |
153 | 156 | </artifactItem>
|
154 | 157 | <artifactItem>
|
155 | 158 | <groupId>org.jline</groupId>
|
|
158 | 161 | <type>jar</type>
|
159 | 162 | <overWrite>false</overWrite>
|
160 | 163 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 164 | + <includes>**/*.java</includes> |
161 | 165 | </artifactItem>
|
162 | 166 | <artifactItem>
|
163 | 167 | <groupId>org.jline</groupId>
|
|
166 | 170 | <type>jar</type>
|
167 | 171 | <overWrite>false</overWrite>
|
168 | 172 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 173 | + <includes>**/*.java</includes> |
169 | 174 | </artifactItem>
|
170 | 175 | <artifactItem>
|
171 | 176 | <groupId>org.jline</groupId>
|
|
174 | 179 | <type>jar</type>
|
175 | 180 | <overWrite>false</overWrite>
|
176 | 181 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 182 | + <includes>**/*.java</includes> |
177 | 183 | </artifactItem>
|
178 | 184 | <artifactItem>
|
179 | 185 | <groupId>org.jline</groupId>
|
|
182 | 188 | <type>jar</type>
|
183 | 189 | <overWrite>false</overWrite>
|
184 | 190 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 191 | + <includes>**/*.java</includes> |
185 | 192 | </artifactItem>
|
186 | 193 | <artifactItem>
|
187 | 194 | <groupId>org.jline</groupId>
|
|
190 | 197 | <type>jar</type>
|
191 | 198 | <overWrite>false</overWrite>
|
192 | 199 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 200 | + <includes>**/*.java</includes> |
193 | 201 | </artifactItem>
|
194 | 202 | <artifactItem>
|
195 | 203 | <groupId>org.jline</groupId>
|
|
198 | 206 | <type>jar</type>
|
199 | 207 | <overWrite>false</overWrite>
|
200 | 208 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 209 | + <includes>**/*.java</includes> |
201 | 210 | </artifactItem>
|
202 | 211 | <artifactItem>
|
203 | 212 | <groupId>org.jline</groupId>
|
|
206 | 215 | <type>jar</type>
|
207 | 216 | <overWrite>false</overWrite>
|
208 | 217 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 218 | + <includes>**/*.java</includes> |
209 | 219 | </artifactItem>
|
210 | 220 | <artifactItem>
|
211 | 221 | <groupId>org.jline</groupId>
|
|
214 | 224 | <type>jar</type>
|
215 | 225 | <overWrite>false</overWrite>
|
216 | 226 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 227 | + <includes>**/*.java</includes> |
217 | 228 | </artifactItem>
|
218 | 229 | <artifactItem>
|
219 | 230 | <groupId>org.jline</groupId>
|
|
222 | 233 | <type>jar</type>
|
223 | 234 | <overWrite>false</overWrite>
|
224 | 235 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 236 | + <includes>**/*.java</includes> |
225 | 237 | </artifactItem>
|
226 | 238 | <artifactItem>
|
227 | 239 | <groupId>org.jline</groupId>
|
|
230 | 242 | <type>jar</type>
|
231 | 243 | <overWrite>false</overWrite>
|
232 | 244 | <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
| 245 | + <includes>**/*.java</includes> |
233 | 246 | </artifactItem>
|
234 | 247 |
|
235 | 248 | <!-- resources -->
|
| 249 | + <artifactItem> |
| 250 | + <groupId>org.jline</groupId> |
| 251 | + <artifactId>jline-native</artifactId> |
| 252 | + <type>jar</type> |
| 253 | + <overWrite>false</overWrite> |
| 254 | + <outputDirectory>${project.build.directory}/generated-resources</outputDirectory> |
| 255 | + <excludes>**/*.class</excludes> |
| 256 | + </artifactItem> |
236 | 257 | <artifactItem>
|
237 | 258 | <groupId>org.jline</groupId>
|
238 | 259 | <artifactId>jline-terminal</artifactId>
|
|
0 commit comments