Skip to content

Commit 2bdf0c2

Browse files
committed
[ACS-9977]: [publish] automatic tag creation work
1 parent c8f00ea commit 2bdf0c2

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
run: |
209209
mvn --batch-mode clean package gpg:sign central-publishing:publish release:prepare release:perform \
210210
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \
211+
-Dsite.skip=true \
211212
-Dusername=$GIT_USERNAME \
212213
-Dpassword=$GIT_PASSWORD \
213214
-Psdk-release \

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,6 @@
7575

7676
<test.acs.endpoint.path />
7777
<scm.url.base>https://github.com/Alfresco/alfresco-sdk</scm.url.base>
78-
<release.profiles.tests>
79-
sdk-release,
80-
enterprise-71-tests,
81-
enterprise-72-tests,
82-
enterprise-73-tests,
83-
enterprise-74-tests,
84-
enterprise-231-tests,
85-
enterprise-232-tests,
86-
enterprise-233-tests,
87-
enterprise-234-tests,
88-
enterprise-235-tests
89-
</release.profiles.tests>
9078
</properties>
9179

9280
<profiles>
@@ -450,7 +438,6 @@
450438
<goals>${maven.release.goals}</goals>
451439
<autoVersionSubmodules>true</autoVersionSubmodules>
452440
<releaseProfiles>sdk-release</releaseProfiles>
453-
<releaseProfiles>${release.profiles.tests}</releaseProfiles>
454441
</configuration>
455442
</plugin>
456443
<plugin>
@@ -483,6 +470,7 @@
483470
</reportSet>
484471
</reportSets>
485472
<configuration>
473+
<failIfNoIssues>false</failIfNoIssues>
486474
<onlyCurrentVersion>true</onlyCurrentVersion>
487475
<includeOpenIssues>false</includeOpenIssues>
488476
</configuration>

0 commit comments

Comments
 (0)