File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 77
77
78
78
- name : Publish package
79
79
run : |
80
- mvn $MAVEN_ARGS -DyojRelease -DskipTests -Dgpg.passphrase=${{ secrets.MAVEN_OSSRH_GPG_PASSWORD }} clean deploy
80
+ mvn $MAVEN_ARGS -Possrh-s01 -Plombok -Pjavadoc-and-source -DskipTests -Dgpg.passphrase=${{ secrets.MAVEN_OSSRH_GPG_PASSWORD }} clean deploy
81
81
env :
82
82
MAVEN_USERNAME : ${{ secrets.MAVEN_OSSRH_USERNAME }}
83
83
MAVEN_PASSWORD : ${{ secrets.MAVEN_OSSRH_TOKEN }}
Original file line number Diff line number Diff line change 160
160
<profile >
161
161
<activation >
162
162
<activeByDefault >true</activeByDefault >
163
- <property >
164
- <name >yojRelease</name >
165
- </property >
166
163
</activation >
167
164
<id >lombok</id >
168
165
<dependencies >
204
201
<id >javadoc-and-source</id >
205
202
<activation >
206
203
<activeByDefault >false</activeByDefault >
207
- <property >
208
- <name >yojRelease</name >
209
- </property >
210
204
</activation >
211
205
<build >
212
206
<plugins >
253
247
<id >ossrh-s01</id >
254
248
<activation >
255
249
<activeByDefault >false</activeByDefault >
256
- <property >
257
- <name >yojRelease</name >
258
- </property >
259
250
</activation >
260
251
261
252
<build >
You can’t perform that action at this time.
0 commit comments