Skip to content

Commit

Permalink
Updated restlet maven repo url to https address, so it should work wi…
Browse files Browse the repository at this point in the history
…th 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
  • Loading branch information
marinier committed Jun 4, 2021
1 parent 7e6bcd3 commit 5941eea
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 613 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
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
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
117 changes: 0 additions & 117 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

2 changes: 1 addition & 1 deletion jsoar-legilimens/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<repository>
<id>maven-restlet</id>
<name>Public online Restlet repository</name>
<url>http://maven.restlet.org</url>
<url>https://maven.restlet.talend.com</url>
</repository>
</repositories>

Expand Down
Loading

0 comments on commit 5941eea

Please sign in to comment.