Skip to content

Commit 01bc4e1

Browse files
pom and github action clean up
1 parent c52e82a commit 01bc4e1

File tree

4 files changed

+2
-72
lines changed

4 files changed

+2
-72
lines changed

.github/workflows/build-and-test-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version: '3.11'
3434
- name: Build with Maven
35-
run: mvn -B package --file pom.xml
35+
run: mvn -B package -Psign-artifacts --file pom.xml
3636
- name: Run Python Unit Tests
3737
run: |
3838
chmod +x build/setup_python_env.sh

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
TAG_NAME=${GITHUB_REF#refs/tags/}
3838
echo "Updating POM version to $TAG_NAME"
3939
mvn -B versions:set -DnewVersion=$TAG_NAME
40-
mvn -B package
40+
mvn -B package -Psign-artifacts
4141
4242
- name: Revert POM changes
4343
run: git checkout -- pom.xml

CDM-Build-Integration.md

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

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,6 @@
252252
<version>${hamcrest.version}</version>
253253
<scope>test</scope>
254254
</dependency>
255-
<dependency>
256-
<groupId>commons-io</groupId>
257-
<artifactId>commons-io</artifactId>
258-
<version>${commons-io.version}</version>
259-
</dependency>
260255
</dependencies>
261256
</dependencyManagement>
262257

@@ -513,7 +508,6 @@
513508
</goals>
514509
<configuration>
515510
<keyname>${gpg.keyname}</keyname>
516-
<!-- No passphraseServerId (deprecated) -->
517511
<!-- Use gpg-agent or env variable for passphrase -->
518512
</configuration>
519513
</execution>

0 commit comments

Comments
 (0)