Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions jni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
<!-- Uploads and stops, the way the AAR does: a human releases it
from the portal, and Central is immutable once released. -->
<autoPublish>false</autoPublish>
<!-- The plugin's default is the literal "Deployment", which tells
nobody which of the two uploads they are looking at. Same
shape the AAR's plugin builds for itself. -->
<deploymentName>${project.groupId}-${project.artifactId}-${project.version}</deploymentName>
</configuration>
</plugin>
</plugins>
Expand Down
Loading