Skip to content

Commit c06e782

Browse files
Username and Password as parameters
1 parent c1903f9 commit c06e782

File tree

1 file changed

+2
-2
lines changed
  • artifactory-maven-plugin-example

1 file changed

+2
-2
lines changed

artifactory-maven-plugin-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
</artifactory>
7171
<publisher>
7272
<contextUrl>{{ARTIFACTORY_CONTEXT_URL|"http://localhost:8081/artifactory"}}</contextUrl>
73-
<username>deployer</username>
74-
<password>{DESede}0XIOf5RBEyFKbzWU1h2XGQ==</password>
73+
<username>${username}</username>
74+
<password>${password}</password>
7575
<excludePatterns>*-tests.jar</excludePatterns>
7676
<repoKey>libs-release-local</repoKey>
7777
<snapshotRepoKey>libs-snapshot-local</snapshotRepoKey>

0 commit comments

Comments
 (0)