Skip to content

Commit 937a4d4

Browse files
authored
now with profile for ossrh
1 parent 39de8e8 commit 937a4d4

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

travis-settings.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,16 @@
1111
<password>${env.SONATYPE_PASSWORD}</password>
1212
</server>
1313
</servers>
14-
</settings>
14+
<profiles>
15+
<profile>
16+
<id>ossrh</id>
17+
<activation>
18+
<activeByDefault>true</activeByDefault>
19+
</activation>
20+
<properties>
21+
<gpg.executable>${env.GPG_EXECUTABLE}</gpg.executable>
22+
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
23+
</properties>
24+
</profile>
25+
</profiles>
26+
</settings>

0 commit comments

Comments
 (0)