Skip to content

Commit

Permalink
add: mvn_settings.xml中的密钥名称写错了
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Nov 10, 2016
1 parent d5456ca commit cfd6c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mvn_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ under the License.
</server>
<server>
<id>nutzcn-snapshots</id>
<username>${env.NUTZMAVEN_USER_ID}</username>
<password>${env.NUTZMAVEN_USER_PWD}</password>
<username>${env.S_NUTZMAVEN_USER_ID}</username>
<password>${env.S_NUTZMAVEN_USER_PWD}</password>
</server>

<!-- Another sample, using keys to authenticate.
Expand Down

0 comments on commit cfd6c88

Please sign in to comment.