Skip to content

Commit 34be4a3

Browse files
Merge pull request #4 from dschwartznyc/cdm-deployment
Cdm deployment
2 parents f4ec030 + fa57903 commit 34be4a3

File tree

3 files changed

+3
-113
lines changed

3 files changed

+3
-113
lines changed

.github/workflows/build-and-tag-release-rosetta-bundle.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/create-tagged-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Build JAR on Tag
1+
name: Create Tagged Release
2+
# Build JAR and create tagged release
23

34
on:
45
push:

pom.xml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
191191
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
192192
<!-- 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>
194194
<cdm.python.output.path>target/python-cdm</cdm.python.output.path>
195195
<unittest.rosetta.source.path>test/python_unit_tests/rosetta</unittest.rosetta.source.path>
196196
<unittest.python.output.path>target/python-tests/unit_tests</unittest.python.output.path>
@@ -606,43 +606,6 @@
606606
</executions>
607607
</plugin>
608608
<!--- 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>
646609
</plugins>
647610
</build>
648611
</project>

0 commit comments

Comments
 (0)