File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 579579 </plugins >
580580 </reporting >
581581 </profile >
582-
583- <profile >
584- <id >generate-records</id >
585- <build >
586- <plugins >
587- <plugin >
588- <groupId >org.codehaus.mojo</groupId >
589- <artifactId >jaxb2-maven-plugin</artifactId >
590- <version >3.3.0</version >
591- <executions >
592- <execution >
593- <id >xjc</id >
594- <goals >
595- <goal >xjc</goal >
596- </goals >
597- </execution >
598- </executions >
599- <configuration >
600- <sources >
601- <source >${project.basedir} /src/main/resources/xsd/dip.xsd</source >
602- <source >${project.basedir} /src/main/resources/xsd/dip-types.xsd</source >
603- <source >${project.basedir} /src/main/resources/xsd/dipResponse.xsd</source >
604- </sources >
605- <outputDirectory >${project.basedir} /src/main/java</outputDirectory >
606- <packageName >software.xdev.bzst.dip.client.generatedxmls</packageName >
607- <clearOutputDir >false</clearOutputDir >
608- </configuration >
609- </plugin >
610- </plugins >
611- </build >
612- </profile >
613582 </profiles >
614583</project >
You can’t perform that action at this time.
0 commit comments