Skip to content

Commit 80cbe5f

Browse files
committed
clean up
1 parent 7aa385c commit 80cbe5f

File tree

33 files changed

+11
-438
lines changed

33 files changed

+11
-438
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
- name: Checkout ci.common
4949
uses: actions/checkout@v3
5050
with:
51-
repository: cherylking/ci.common
52-
ref: updateBinaryScannerDep
51+
repository: OpenLiberty/ci.common
5352
path: ci.common
5453
- name: Checkout ci.ant
5554
uses: actions/checkout@v3
@@ -103,7 +102,7 @@ jobs:
103102
- name: Clone ci.ant and ci.common repos to github.workspace
104103
run: |
105104
echo ${{github.workspace}}
106-
git clone https://github.com/cherylking/ci.common.git --branch updateBinaryScannerDep --single-branch ${{github.workspace}}/ci.common
105+
git clone https://github.com/OpenLiberty/ci.common.git ${{github.workspace}}/ci.common
107106
git clone https://github.com/OpenLiberty/ci.ant.git ${{github.workspace}}/ci.ant
108107
- name: Set up Maven
109108
uses: stCarolas/[email protected]

liberty-maven-plugin/src/it/binary-scanner-it/resources/basic-dev-project10/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,7 @@
2020
<!-- end::ports[] -->
2121
<packaging.type>usr</packaging.type>
2222
</properties>
23-
<repositories>
24-
<!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25-
<!-- <repository>
26-
<id>oss-sonatype</id>
27-
<name>oss-sonatype</name>
28-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29-
<snapshots>
30-
<enabled>true</enabled>
31-
</snapshots>
32-
</repository> -->
33-
</repositories>
23+
3424
<dependencyManagement>
3525
<dependencies>
3626
<dependency>

liberty-maven-plugin/src/it/binary-scanner-it/resources/basic-dev-project6/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,7 @@
2020
<!-- end::ports[] -->
2121
<packaging.type>usr</packaging.type>
2222
</properties>
23-
<repositories>
24-
<!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25-
<!-- <repository>
26-
<id>oss-sonatype</id>
27-
<name>oss-sonatype</name>
28-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29-
<snapshots>
30-
<enabled>true</enabled>
31-
</snapshots>
32-
</repository> -->
33-
</repositories>
23+
3424
<dependencyManagement>
3525
<dependencies>
3626
<dependency>

liberty-maven-plugin/src/it/binary-scanner-it/resources/basic-dev-project7/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,7 @@
2020
<!-- end::ports[] -->
2121
<packaging.type>usr</packaging.type>
2222
</properties>
23-
<repositories>
24-
<!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25-
<!-- <repository>
26-
<id>oss-sonatype</id>
27-
<name>oss-sonatype</name>
28-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29-
<snapshots>
30-
<enabled>true</enabled>
31-
</snapshots>
32-
</repository> -->
33-
</repositories>
23+
3424
<dependencyManagement>
3525
<dependencies>
3626
<dependency>

liberty-maven-plugin/src/it/binary-scanner-it/resources/basic-dev-project8/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,7 @@
2020
<!-- end::ports[] -->
2121
<packaging.type>usr</packaging.type>
2222
</properties>
23-
<repositories>
24-
<!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25-
<!-- <repository>
26-
<id>oss-sonatype</id>
27-
<name>oss-sonatype</name>
28-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29-
<snapshots>
30-
<enabled>true</enabled>
31-
</snapshots>
32-
</repository> -->
33-
</repositories>
23+
3424
<dependencyManagement>
3525
<dependencies>
3626
<dependency>

liberty-maven-plugin/src/it/binary-scanner-it/resources/basic-dev-project9/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,7 @@
2020
<!-- end::ports[] -->
2121
<packaging.type>usr</packaging.type>
2222
</properties>
23-
<repositories>
24-
<!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25-
<!-- <repository>
26-
<id>oss-sonatype</id>
27-
<name>oss-sonatype</name>
28-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29-
<snapshots>
30-
<enabled>true</enabled>
31-
</snapshots>
32-
</repository> -->
33-
</repositories>
23+
3424
<dependencyManagement>
3525
<dependencies>
3626
<dependency>

liberty-maven-plugin/src/it/dev-container-it/resources/container-test-project/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ xsi:schemaLocation=
2121
<liberty.var.default.https.port>9443</liberty.var.default.https.port>
2222
</properties>
2323

24-
<pluginRepositories>
25-
<!-- Configure Sonatype OSS Maven snapshots repository -->
26-
<!-- <pluginRepository>
27-
<id>sonatype-nexus-snapshots</id>
28-
<name>Sonatype Nexus Snapshots</name>
29-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
30-
<snapshots>
31-
<enabled>true</enabled>
32-
</snapshots>
33-
<releases>
34-
<enabled>false</enabled>
35-
</releases>
36-
</pluginRepository> -->
37-
</pluginRepositories>
38-
3924
<dependencies>
4025

4126
<!-- Provided dependencies -->

liberty-maven-plugin/src/it/dev-it/resources/basic-dev-project-umbrella-deps/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@
2121
<packaging.type>usr</packaging.type>
2222
</properties>
2323

24-
<repositories>
25-
<!-- Sonatype repository used to get the latest binary scanner jar -->
26-
<!-- <repository>
27-
<id>oss-sonatype</id>
28-
<name>oss-sonatype</name>
29-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
30-
<snapshots>
31-
<enabled>true</enabled>
32-
</snapshots>
33-
<releases>
34-
<enabled>false</enabled>
35-
</releases>
36-
</repository> -->
37-
</repositories>
38-
3924
<dependencies>
4025
<dependency>
4126
<groupId>jakarta.platform</groupId>

liberty-maven-plugin/src/it/dev-it/resources/basic-dev-project/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,6 @@
2222
<packaging.type>usr</packaging.type>
2323
</properties>
2424

25-
<repositories>
26-
<!-- Sonatype repository used to get the latest binary scanner jar -->
27-
<!-- <repository>
28-
<id>oss-sonatype</id>
29-
<name>oss-sonatype</name>
30-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
31-
<snapshots>
32-
<enabled>true</enabled>
33-
</snapshots>
34-
<releases>
35-
<enabled>false</enabled>
36-
</releases>
37-
</repository> -->
38-
</repositories>
39-
4025
<dependencyManagement>
4126
<dependencies>
4227
<dependency>

liberty-maven-plugin/src/it/dev-it/resources/mp-starter-project/pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,7 @@
1414
<maven.compiler.source>1.8</maven.compiler.source>
1515
<maven.compiler.target>1.8</maven.compiler.target>
1616
</properties>
17-
<repositories>
18-
<!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
19-
<!-- <repository>
20-
<id>oss-sonatype</id>
21-
<name>oss-sonatype</name>
22-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
23-
<snapshots>
24-
<enabled>true</enabled>
25-
</snapshots>
26-
<releases>
27-
<enabled>false</enabled>
28-
</releases>
29-
</repository> -->
30-
</repositories>
17+
3118
<dependencies>
3219
<dependency>
3320
<groupId>org.eclipse.microprofile</groupId>

0 commit comments

Comments
 (0)