|
190 | 190 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
191 | 191 | <maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version> |
192 | 192 | <!-- Used by the Python generator --> |
193 | | - <cdm.rosetta.source.path>[path to rosetta files]</cdm.rosetta.source.path> |
| 193 | + <cdm.rosetta.source.path>build/common-domain-model/rosetta-source/src/main/rosetta</cdm.rosetta.source.path> |
194 | 194 | <cdm.python.output.path>target/python-cdm</cdm.python.output.path> |
195 | 195 | <unittest.rosetta.source.path>test/python_unit_tests/rosetta</unittest.rosetta.source.path> |
196 | 196 | <unittest.python.output.path>target/python-tests/unit_tests</unittest.python.output.path> |
|
606 | 606 | </executions> |
607 | 607 | </plugin> |
608 | 608 | <!--- migrated from PYTHON POM: end --> |
609 | | - <plugin> |
610 | | - <groupId>org.apache.maven.plugins</groupId> |
611 | | - <artifactId>maven-install-plugin</artifactId> |
612 | | - <version>${maven-install-plugin.version}</version> |
613 | | - <executions> |
614 | | - <execution> |
615 | | - <id>install-python-default-version</id> |
616 | | - <phase>install</phase> |
617 | | - <goals> |
618 | | - <goal>install-file</goal> |
619 | | - </goals> |
620 | | - <configuration> |
621 | | - <file>${project.build.directory}/${project.build.finalName}.jar</file> |
622 | | - <groupId>com.regnosys.rosetta.code-generators</groupId> |
623 | | - <artifactId>python</artifactId> |
624 | | - <version>${project.version}</version> |
625 | | - <packaging>jar</packaging> |
626 | | - <generatePom>true</generatePom> |
627 | | - </configuration> |
628 | | - </execution> |
629 | | - <execution> |
630 | | - <id>install-python-bundle-version</id> |
631 | | - <phase>install</phase> |
632 | | - <goals> |
633 | | - <goal>install-file</goal> |
634 | | - </goals> |
635 | | - <configuration> |
636 | | - <file>${project.build.directory}/${project.build.finalName}.jar</file> |
637 | | - <groupId>com.regnosys.rosetta.code-generators</groupId> |
638 | | - <artifactId>python</artifactId> |
639 | | - <version>${rosetta.bundle.version}</version> |
640 | | - <packaging>jar</packaging> |
641 | | - <generatePom>true</generatePom> |
642 | | - </configuration> |
643 | | - </execution> |
644 | | - </executions> |
645 | | - </plugin> |
646 | 609 | </plugins> |
647 | 610 | </build> |
648 | 611 | </project> |
0 commit comments