We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996b951 commit 7e05570Copy full SHA for 7e05570
share-oauth-repo/pom.xml
@@ -59,4 +59,7 @@
59
</snapshotRepository>
60
</distributionManagement>
61
62
+ <build>
63
+ <finalName>${project.artifactId}-${project.version}</finalName>
64
+ </build>
65
</project>
share-oauth/pom.xml
@@ -65,6 +65,7 @@
</dependencies>
66
67
<build>
68
69
<plugins>
70
<plugin>
71
<groupId>net.alchim31.maven</groupId>
0 commit comments