File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 110
110
111
111
<profiles >
112
112
<profile >
113
- <id >github </id >
113
+ <id >gpg-cicd </id >
114
114
<activation >
115
115
<property >
116
- <name >MAVEN_GPG_PASSPHRASE</name >
116
+ <name >env. MAVEN_GPG_PASSPHRASE</name >
117
117
</property >
118
118
</activation >
119
119
<build >
120
- <plugins >
121
- <plugin >
122
- <groupId >org.apache.maven.plugins</groupId >
123
- <artifactId >maven-gpg-plugin</artifactId >
124
- <configuration >
125
- <signer >bc</signer >
126
- </configuration >
127
- </plugin >
128
- </plugins >
120
+ <pluginManagement >
121
+ <plugins >
122
+ <plugin >
123
+ <groupId >org.apache.maven.plugins</groupId >
124
+ <artifactId >maven-gpg-plugin</artifactId >
125
+ <configuration >
126
+ <gpgArguments >
127
+ <arg >--pinentry-mode</arg >
128
+ <arg >loopback</arg >
129
+ </gpgArguments >
130
+ </configuration >
131
+ </plugin >
132
+ </plugins >
133
+ </pluginManagement >
129
134
</build >
130
135
</profile >
131
136
<profile >
You can’t perform that action at this time.
0 commit comments