Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pom.xml 内の settings.xml からサーバー資格情報を読み取ることは可能ですか? ここで説明されているようにファイルをダウンロードしたいのですが、資格情報をバージョン管理に入れないようにします。
ありがとうございます!
あなたが探しているのは、以下に示すようなプロファイルベースのプロパティだと思います:
<profile> <id>jira</id> <properties> <jiraUser>user</jiraUser> <jiraPassword>password</jiraPassword> </properties> </profile>
これらは、POM で参照でき${jiraUser}ます{jiraPassword}。でプロファイルを有効にしてくださいsettings.xml。
${jiraUser}
{jiraPassword}
settings.xml