Skip to content

Commit 9ea963f

Browse files
committed
HV-2068 Stop publishing relocation poms
1 parent 7732291 commit 9ea963f

File tree

7 files changed

+1
-145
lines changed

7 files changed

+1
-145
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Build code and run tests and basic checks (Standalone)
107107
run: |
108108
./mvnw $MAVEN_ARGS ${{ matrix.os.maven.args }} clean install \
109-
-Pjqassistant -Pdist -Prelocation
109+
-Pjqassistant -Pdist
110110
env:
111111
DEVELOCITY_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_KEY || '' }}"
112112
# For jobs running on 'pull_request', upload build scan data.

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ stage('Configure') {
150150
maven {
151151
defaultTool MAVEN_TOOL
152152
producedArtifactPattern "org/hibernate/validator/*"
153-
// Relocation artifacts
154-
producedArtifactPattern "org/hibernate/hibernate-validator*"
155153
}
156154
}
157155

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,12 +1666,6 @@
16661666
<module>distribution</module>
16671667
</modules>
16681668
</profile>
1669-
<profile>
1670-
<id>relocation</id>
1671-
<modules>
1672-
<module>relocation</module>
1673-
</modules>
1674-
</profile>
16751669
<profile>
16761670
<id>release</id>
16771671
<properties>

relocation/annotation-processor/pom.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

relocation/cdi/pom.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

relocation/engine/pom.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

relocation/pom.xml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)