File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed
Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change 606606 </executions >
607607 </plugin >
608608 <!-- - migrated from PYTHON POM: end -->
609- <!--
610- <plugin>
611- <groupId>org.apache.maven.plugins</groupId>
612- <artifactId>maven-install-plugin</artifactId>
613- <version>${maven-install-plugin.version}</version>
614- <executions>
615- <execution>
616- <id>install-python-default-version</id>
617- <phase>install</phase>
618- <goals>
619- <goal>install-file</goal>
620- </goals>
621- <configuration>
622- <file>${project.build.directory}/${project.build.finalName}.jar</file>
623- <groupId>com.regnosys.rosetta.code-generators</groupId>
624- <artifactId>python</artifactId>
625- <version>${project.version}</version>
626- <packaging>jar</packaging>
627- <generatePom>true</generatePom>
628- </configuration>
629- </execution>
630- <execution>
631- <id>install-python-bundle-version</id>
632- <phase>install</phase>
633- <goals>
634- <goal>install-file</goal>
635- </goals>
636- <configuration>
637- <file>${project.build.directory}/${project.build.finalName}.jar</file>
638- <groupId>com.regnosys.rosetta.code-generators</groupId>
639- <artifactId>python</artifactId>
640- <version>${rosetta.bundle.version}</version>
641- <packaging>jar</packaging>
642- <generatePom>true</generatePom>
643- </configuration>
644- </execution>
645- </executions>
646- </plugin>
647- -->
648609 </plugins >
649610 </build >
650611</project >
You can’t perform that action at this time.
0 commit comments