|
7 | 7 | </parent>
|
8 | 8 |
|
9 | 9 | <artifactId>sacer-xml</artifactId>
|
10 |
| - <version>2.11.1-SNAPSHOT</version> |
| 10 | + <version>2.11.1</version> |
11 | 11 | <name>sacer-xml</name>
|
12 | 12 | <description>Progetto SACER-XML</description>
|
13 | 13 |
|
14 |
| - <distributionManagement> |
| 14 | +<distributionManagement> |
15 | 15 | <repository>
|
16 | 16 | <id>github</id>
|
17 | 17 | <url>https://maven.pkg.github.com/RegioneER/parer-sacer-xml</url>
|
18 | 18 | </repository>
|
19 | 19 | </distributionManagement>
|
20 | 20 |
|
21 |
| - <scm> |
22 |
| - <developerConnection>scm:git:https://github.com/RegioneER/parer-sacer-xml.git</developerConnection> |
23 |
| - <tag>HEAD</tag> |
24 |
| - </scm> |
25 |
| - |
26 |
| - <repositories> |
| 21 | +<repositories> |
27 | 22 | <repository>
|
28 | 23 | <id>github</id>
|
29 | 24 | <url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
|
|
33 | 28 | <url>https://repo1.maven.org/maven2</url>
|
34 | 29 | </repository>
|
35 | 30 | </repositories>
|
36 |
| - |
| 31 | + |
| 32 | +<scm> |
| 33 | + <developerConnection>scm:git:https://github.com/RegioneER/parer-sacer-xml.git</developerConnection> |
| 34 | + <tag>HEAD</tag> |
| 35 | + </scm> |
37 | 36 | <properties>
|
38 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
39 | 38 | <sonar.projectVersion>${project.version}</sonar.projectVersion>
|
|
70 | 69 | <version>${jaxb2-maven-plugin.version}</version>
|
71 | 70 | <executions>
|
72 | 71 |
|
73 |
| - <!-- elenco fascicoli --> |
| 72 | + <!-- elenco fascicoli --> |
74 | 73 | <execution>
|
75 | 74 | <id>xjc-elencoFascicoli</id>
|
76 | 75 | <goals>
|
|
85 | 84 | </configuration>
|
86 | 85 | </execution>
|
87 | 86 |
|
88 |
| - <!-- EVO#20972 --> |
89 |
| - <!-- aip v2.0--> |
| 87 | + <!-- EVO#20972 --> |
| 88 | + <!-- aip v2.0--> |
90 | 89 | <execution>
|
91 | 90 | <id>xjc-usmainRespV2</id>
|
92 | 91 | <goals>
|
|
108 | 107 | </configuration>
|
109 | 108 | </execution>
|
110 | 109 |
|
111 |
| - <!-- aip ud v2.0 --> |
| 110 | + <!-- aip ud v2.0 --> |
112 | 111 | <execution>
|
113 | 112 | <id>xjc-usselfdescRespV2</id>
|
114 | 113 | <goals>
|
|
135 | 134 | <clearOutputDir>false</clearOutputDir>
|
136 | 135 | </configuration>
|
137 | 136 | </execution>
|
138 |
| - <!-- end EVO#20972 --> |
| 137 | + <!-- end EVO#20972 --> |
139 | 138 |
|
140 |
| - <!-- aip --> |
| 139 | + <!-- aip --> |
141 | 140 | <execution>
|
142 | 141 | <id>xjc-usmainResp</id>
|
143 | 142 | <goals>
|
|
152 | 151 | </configuration>
|
153 | 152 | </execution>
|
154 | 153 |
|
155 |
| - <!-- aip ud --> |
| 154 | + <!-- aip ud --> |
156 | 155 | <execution>
|
157 | 156 | <id>xjc-usdocResp</id>
|
158 | 157 | <goals>
|
|
206 | 205 | </configuration>
|
207 | 206 | </execution>
|
208 | 207 |
|
209 |
| - <!-- aip serie --> |
| 208 | + <!-- aip serie --> |
210 | 209 | <execution>
|
211 | 210 | <id>xjc-serfileResp</id>
|
212 | 211 | <goals>
|
|
299 | 298 | </configuration>
|
300 | 299 | </execution>
|
301 | 300 |
|
302 |
| - <!-- aip elenco fascicoli --> |
| 301 | + <!-- aip elenco fascicoli --> |
303 | 302 | <execution>
|
304 | 303 | <id>xjc-aipelencoFascicoli</id>
|
305 | 304 | <goals>
|
|
314 | 313 | </configuration>
|
315 | 314 | </execution>
|
316 | 315 |
|
317 |
| - <!-- MEV#26576 --> |
318 |
| - <!-- aip fascicoli --> |
| 316 | + <!-- MEV#26576 --> |
| 317 | + <!-- aip fascicoli --> |
319 | 318 | <execution>
|
320 | 319 | <id>xjc-aipFascicoliUsmainResp</id>
|
321 | 320 | <goals>
|
|
356 | 355 | </configuration>
|
357 | 356 | </execution>
|
358 | 357 |
|
359 |
| - <!-- aip fascicoli v2.0 --> |
| 358 | + <!-- aip fascicoli v2.0 --> |
360 | 359 | <execution>
|
361 | 360 | <id>xjc-aipFascicoliUsmainRespV2</id>
|
362 | 361 | <goals>
|
|
421 | 420 | </arguments>
|
422 | 421 | </configuration>
|
423 | 422 | </execution>
|
424 |
| - <!-- end MEV#26576 --> |
| 423 | + <!-- end MEV#26576 --> |
425 | 424 |
|
426 | 425 |
|
427 | 426 | <execution>
|
|
478 | 477 | </configuration>
|
479 | 478 | </execution>
|
480 | 479 |
|
481 |
| - <!-- ws recupero --> |
| 480 | + <!-- MEV#34100 --> |
| 481 | + <execution> |
| 482 | + <id>xjc-fascicoliReqV3</id> |
| 483 | + <goals> |
| 484 | + <goal>xjc</goal> |
| 485 | + </goals> |
| 486 | + <configuration> |
| 487 | + <sources> |
| 488 | + <source>src/main/resources/xsd/it/eng/parer/ws/xml/versfascicoloV3/WSRequestIndiceSIPFascicolo.xsd</source> |
| 489 | + </sources> |
| 490 | + <packageName>it.eng.parer.ws.xml.versfascicoloV3</packageName> |
| 491 | + <clearOutputDir>false</clearOutputDir> |
| 492 | + </configuration> |
| 493 | + </execution> |
| 494 | + <execution> |
| 495 | + <id>xjc-fascicoliRespV3</id> |
| 496 | + <goals> |
| 497 | + <goal>xjc</goal> |
| 498 | + </goals> |
| 499 | + <configuration> |
| 500 | + <sources> |
| 501 | + <source>src/main/resources/xsd/it/eng/parer/ws/xml/versfascicolorespV3/WSResponseRapportoVersamentoFascicolo.xsd</source> |
| 502 | + </sources> |
| 503 | + <packageName>it.eng.parer.ws.xml.versfascicolorespV3</packageName> |
| 504 | + <clearOutputDir>false</clearOutputDir> |
| 505 | + </configuration> |
| 506 | + </execution> |
| 507 | + <!-- end MEV#34100 --> |
| 508 | + |
| 509 | + <!-- ws recupero --> |
482 | 510 | <execution>
|
483 | 511 | <id>xjc-versReqStato</id>
|
484 | 512 | <goals>
|
|
518 | 546 | <clearOutputDir>false</clearOutputDir>
|
519 | 547 | </configuration>
|
520 | 548 | </execution>
|
521 |
| - <!-- EVO#13993 --> |
| 549 | + <!-- EVO#13993 --> |
522 | 550 | <execution>
|
523 | 551 | <id>xjc-versReqStatoFasc</id>
|
524 | 552 | <goals>
|
|
545 | 573 | <clearOutputDir>false</clearOutputDir>
|
546 | 574 | </configuration>
|
547 | 575 | </execution>
|
548 |
| - <!-- end EVO#13993 --> |
| 576 | + <!-- end EVO#13993 --> |
549 | 577 |
|
550 |
| - <!-- ws annulla versamento --> |
| 578 | + <!-- ws annulla versamento --> |
551 | 579 | <execution>
|
552 | 580 | <id>xjc-richAnnullVers</id>
|
553 | 581 | <goals>
|
|
575 | 603 | </configuration>
|
576 | 604 | </execution>
|
577 | 605 |
|
578 |
| - <!-- Creazione Elenco Versamento --> |
| 606 | + <!-- Creazione Elenco Versamento --> |
579 | 607 | <execution>
|
580 | 608 | <id>xjc-indice</id>
|
581 | 609 | <goals>
|
|
590 | 618 | </configuration>
|
591 | 619 | </execution>
|
592 | 620 |
|
593 |
| - <!-- Indice Volume Serie--> |
| 621 | + <!-- Indice Volume Serie--> |
594 | 622 | <execution>
|
595 | 623 | <id>xjc-indiceVolumeSerie</id>
|
596 | 624 | <goals>
|
|
605 | 633 | </configuration>
|
606 | 634 | </execution>
|
607 | 635 |
|
608 |
| - <!-- Creazione Elenco Indice AIP --> |
| 636 | + <!-- Creazione Elenco Indice AIP --> |
609 | 637 | <execution>
|
610 | 638 | <id>xjc-elencoAIP</id>
|
611 | 639 | <goals>
|
|
633 | 661 | </configuration>
|
634 | 662 | </execution>
|
635 | 663 |
|
636 |
| - <!-- ws versamento --> |
| 664 | + <!-- ws versamento --> |
637 | 665 | <execution>
|
638 | 666 | <id>xjc-versamentoReq</id>
|
639 | 667 | <goals>
|
|
673 | 701 | <clearOutputDir>false</clearOutputDir>
|
674 | 702 | </configuration>
|
675 | 703 | </execution>
|
676 |
| - <!-- ws aggiornamento metadati di versamento --> |
| 704 | + <!-- ws aggiornamento metadati di versamento --> |
677 | 705 | <execution>
|
678 | 706 | <id>xjc-aggiornamentoVersReq</id>
|
679 | 707 | <goals>
|
|
700 | 728 | <clearOutputDir>false</clearOutputDir>
|
701 | 729 | </configuration>
|
702 | 730 | </execution>
|
703 |
| - <!-- verifica firma --> |
| 731 | + <!-- verifica firma --> |
704 | 732 | <execution>
|
705 | 733 | <id>xjc-firma-wrapper</id>
|
706 | 734 | <goals>
|
|
735 | 763 | </plugin>
|
736 | 764 |
|
737 | 765 | <plugin>
|
738 |
| - <!-- We use this plugin to ensure that our usage of the |
| 766 | + <!-- We use this plugin to ensure that our usage of the |
739 | 767 | jaxb2-maven-plugin is JDK 8 compatible -->
|
740 | 768 | <groupId>org.codehaus.mojo</groupId>
|
741 | 769 | <artifactId>properties-maven-plugin</artifactId>
|
|
761 | 789 | <groupId>org.apache.maven.plugins</groupId>
|
762 | 790 | <artifactId>maven-deploy-plugin</artifactId>
|
763 | 791 | </plugin>
|
764 |
| - <!-- Sovrascrive il padre, necessario per rilasciare su git --> |
| 792 | + <!-- Sovrascrive il padre, necessario per rilasciare su git --> |
765 | 793 | <plugin>
|
766 | 794 | <groupId>org.apache.maven.plugins</groupId>
|
767 | 795 | <artifactId>maven-release-plugin</artifactId>
|
|
770 | 798 | <groupId>org.apache.maven.plugins</groupId>
|
771 | 799 | <artifactId>maven-javadoc-plugin</artifactId>
|
772 | 800 | <configuration>
|
773 |
| - <!-- Esclusione dai javadoc delle classi generate da jaxb --> |
| 801 | + <!-- Esclusione dai javadoc delle classi generate da jaxb --> |
774 | 802 | <excludePackageNames>it.eng.parer.*</excludePackageNames>
|
775 | 803 | </configuration>
|
776 | 804 | </plugin>
|
777 | 805 | </plugins>
|
778 | 806 | <resources>
|
779 |
| - <!-- Copia i file XSD che saranno utilizzati in fase di validazione --> |
| 807 | + <!-- Copia i file XSD che saranno utilizzati in fase di validazione --> |
780 | 808 | <resource>
|
781 | 809 | <directory>src/main/resources/xsd</directory>
|
782 | 810 | </resource>
|
|
789 | 817 | <groupId>org.apache.maven.plugins</groupId>
|
790 | 818 | <artifactId>maven-javadoc-plugin</artifactId>
|
791 | 819 | <configuration>
|
792 |
| - <!-- Esclusione dai javadoc delle classi generate da jaxb --> |
| 820 | + <!-- Esclusione dai javadoc delle classi generate da jaxb --> |
793 | 821 | <excludePackageNames>it.eng.parer.*</excludePackageNames>
|
794 | 822 | </configuration>
|
795 | 823 | </plugin>
|
|
0 commit comments