Skip to content

Commit a6df828

Browse files
clean up github actions
1 parent a57fda0 commit a6df828

File tree

3 files changed

+5
-76
lines changed

3 files changed

+5
-76
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: 3 additions & 1 deletion
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,6 +606,7 @@
606606
</executions>
607607
</plugin>
608608
<!--- migrated from PYTHON POM: end -->
609+
<!--
609610
<plugin>
610611
<groupId>org.apache.maven.plugins</groupId>
611612
<artifactId>maven-install-plugin</artifactId>
@@ -643,6 +644,7 @@
643644
</execution>
644645
</executions>
645646
</plugin>
647+
-->
646648
</plugins>
647649
</build>
648650
</project>

0 commit comments

Comments
 (0)