Skip to content

Commit

Permalink
HV-2068 Stop publishing relocation poms
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 10, 2024
1 parent b16bb4a commit bbb7415
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 145 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Build code and run tests and basic checks (Standalone)
run: |
./mvnw $MAVEN_ARGS ${{ matrix.os.maven.args }} clean install \
-Pjqassistant -Pdist -Prelocation
-Pjqassistant -Pdist
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_KEY || '' }}"
# For jobs running on 'pull_request', upload build scan data.
Expand Down
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ stage('Configure') {
maven {
defaultTool MAVEN_TOOL
producedArtifactPattern "org/hibernate/validator/*"
// Relocation artifacts
producedArtifactPattern "org/hibernate/hibernate-validator*"
}
}

Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1666,12 +1666,6 @@
<module>distribution</module>
</modules>
</profile>
<profile>
<id>relocation</id>
<modules>
<module>relocation</module>
</modules>
</profile>
<profile>
<id>release</id>
<properties>
Expand Down
28 changes: 0 additions & 28 deletions relocation/annotation-processor/pom.xml

This file was deleted.

28 changes: 0 additions & 28 deletions relocation/cdi/pom.xml

This file was deleted.

28 changes: 0 additions & 28 deletions relocation/engine/pom.xml

This file was deleted.

52 changes: 0 additions & 52 deletions relocation/pom.xml

This file was deleted.

0 comments on commit bbb7415

Please sign in to comment.