|
180 | 180 | <groupId>org.apache.maven.plugins</groupId>
|
181 | 181 | <artifactId>maven-resources-plugin</artifactId>
|
182 | 182 | </plugin>
|
183 |
| - <!-- The code below will not allow the compilation when one of the Standards gets deprecated --> |
184 |
| - <!-- |
185 |
| - <plugin> |
186 |
| - <groupId>com.googlecode.maven-download-plugin</groupId> |
187 |
| - <artifactId>download-maven-plugin</artifactId> |
188 |
| - <version>1.4.0</version> |
189 |
| - <executions> |
190 |
| - <execution> |
191 |
| - <id>get-mal-java-api-spec</id> |
192 |
| - <phase>process-resources</phase> |
193 |
| - <goals> |
194 |
| - <goal>wget</goal> |
195 |
| - </goals> |
196 |
| - <configuration> |
197 |
| - <url>https://public.ccsds.org/Pubs/523x1m1.pdf</url> |
198 |
| - <outputFileName>CCSDS_MO_MAL_Java_API_523x1m1.pdf</outputFileName> |
199 |
| - <outputDirectory>${esa.nmf.sdk.assembly.outputdir}/docs/MO_Services</outputDirectory> |
200 |
| - </configuration> |
201 |
| - </execution> |
202 |
| - <execution> |
203 |
| - <id>get-mo-services-concept</id> |
204 |
| - <phase>process-resources</phase> |
205 |
| - <goals> |
206 |
| - <goal>wget</goal> |
207 |
| - </goals> |
208 |
| - <configuration> |
209 |
| - <url>https://public.ccsds.org/Pubs/520x0g3.pdf</url> |
210 |
| - <outputFileName>CCSDS_MO_Services_Concept_520x0g3.pdf</outputFileName> |
211 |
| - <outputDirectory>${esa.nmf.sdk.assembly.outputdir}/docs/MO_Services</outputDirectory> |
212 |
| - </configuration> |
213 |
| - </execution> |
214 |
| - <execution> |
215 |
| - <id>get-com-spec</id> |
216 |
| - <phase>process-resources</phase> |
217 |
| - <goals> |
218 |
| - <goal>wget</goal> |
219 |
| - </goals> |
220 |
| - <configuration> |
221 |
| - <url>https://public.ccsds.org/Pubs/521x0b3.pdf</url> |
222 |
| - <outputFileName>CCSDS_MO_COM_521x0b3.pdf</outputFileName> |
223 |
| - <outputDirectory>${esa.nmf.sdk.assembly.outputdir}/docs/MO_Services</outputDirectory> |
224 |
| - </configuration> |
225 |
| - </execution> |
226 |
| - <execution> |
227 |
| - <id>get-mc-spec</id> |
228 |
| - <phase>process-resources</phase> |
229 |
| - <goals> |
230 |
| - <goal>wget</goal> |
231 |
| - </goals> |
232 |
| - <configuration> |
233 |
| - <url>https://public.ccsds.org/Pubs/522x1b1.pdf</url> |
234 |
| - <outputFileName>CCSDS_MO_MC_522x1b1.pdf</outputFileName> |
235 |
| - <outputDirectory>${esa.nmf.sdk.assembly.outputdir}/docs/MO_Services</outputDirectory> |
236 |
| - </configuration> |
237 |
| - </execution> |
238 |
| - <execution> |
239 |
| - <id>get-common-spec</id> |
240 |
| - <phase>process-resources</phase> |
241 |
| - <goals> |
242 |
| - <goal>wget</goal> |
243 |
| - </goals> |
244 |
| - <configuration> |
245 |
| - <url>https://public.ccsds.org/Lists/CCSDS%205220R1/522x0r1.pdf</url> |
246 |
| - <outputFileName>CCSDS_MO_Common_Draft_522x0r1.pdf</outputFileName> |
247 |
| - <outputDirectory>${esa.nmf.sdk.assembly.outputdir}/docs/MO_Services</outputDirectory> |
248 |
| - </configuration> |
249 |
| - </execution> |
250 |
| - </executions> |
251 |
| - </plugin> |
252 |
| - --> |
253 | 183 | <plugin>
|
254 | 184 | <artifactId>maven-install-plugin</artifactId>
|
255 | 185 | <version>2.5.2</version>
|
|
0 commit comments