Skip to content

Commit f7aa2bb

Browse files
authored
Revert "FDP-3269 create the setup for the package. (#1614)" (#1620)
This reverts commit 22fa93e. Signed-off-by: JKruisheer <kruisheer@outlook.com>
1 parent 22fa93e commit f7aa2bb

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

.github/settings.xml

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

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ jobs:
4949
with:
5050
name: warFiles
5151
path: staging
52-
- name: Publish Maven artifacts
53-
run: ./mvnw -pl osgp/shared/osgp-dto deploy --settings .github/settings.xml
54-
if: contains(github.ref, 'release') || contains(github.ref, 'development')
55-
env:
56-
GITHUB_ACTOR: ${{ github.actor }}
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5852

5953
docker:
6054
name: Building docker images

osgp/shared/osgp-dto/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ SPDX-License-Identifier: Apache-2.0
2323
<relativePath>../parent-shared/pom.xml</relativePath>
2424
</parent>
2525

26-
<distributionManagement>
27-
<repository>
28-
<id>github</id>
29-
<url>https://maven.pkg.github.com/osgp/open-smart-grid-platform</url>
30-
</repository>
31-
</distributionManagement>
32-
3326
<dependencies>
3427
<dependency>
3528
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)