Skip to content

Commit 31c02f6

Browse files
authored
Merge pull request #1623 from stonesmi/maven-publish-fixes
Fix maven publish action
2 parents 67bafaa + 7471483 commit 31c02f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</parent>
1010

1111
<packaging>pom</packaging>
12-
1312
<artifactId>example</artifactId>
13+
<name>${artifactId}</name>
1414

1515
<modules>
1616
<module>editable</module>

plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<artifactId>plugin</artifactId>
1111
<packaging>pom</packaging>
12+
<name>${artifactId}</name>
1213

1314
<modules>
1415
<module>ignite-plugin</module>

0 commit comments

Comments
 (0)