Skip to content

Commit 5941eea

Browse files
committed
Updated restlet maven repo url to https address, so it should work with maven 3.8.1 now
Previously I had baked in an earlier version of maven to work around this issue on github, which always uses the latest maven. But it should work now without that workaround. See restlet/restlet-framework-java#1384
1 parent 7e6bcd3 commit 5941eea

File tree

7 files changed

+2
-613
lines changed

7 files changed

+2
-613
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
java-version: ${{ matrix.java }}
2626
- name: Build with Maven
27-
run: ./mvnw -B package --file pom.xml "-Dmaven.wagon.http.retryHandler.count=10" "-Dhttp.keepAlive=false" "-Dmaven.wagon.http.pool=false" "-Dmaven.wagon.httpconnectionManager.ttlSeconds=120" -e
27+
run: mvn -B package --file pom.xml "-Dmaven.wagon.http.retryHandler.count=10" "-Dhttp.keepAlive=false" "-Dmaven.wagon.http.pool=false" "-Dmaven.wagon.httpconnectionManager.ttlSeconds=120" -e

.mvn/wrapper/MavenWrapperDownloader.java

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

.mvn/wrapper/maven-wrapper.jar

-49.5 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

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

jsoar-legilimens/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<repository>
1313
<id>maven-restlet</id>
1414
<name>Public online Restlet repository</name>
15-
<url>http://maven.restlet.org</url>
15+
<url>https://maven.restlet.talend.com</url>
1616
</repository>
1717
</repositories>
1818

0 commit comments

Comments
 (0)