Skip to content

Commit fa57903

Browse files
pom clean up
1 parent a6df828 commit fa57903

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

pom.xml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -606,45 +606,6 @@
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>

0 commit comments

Comments
 (0)