clean-up a bit#1942
clean-up a bit#1942ryanjbaxter merged 7 commits intospring-cloud:3.1.xfrom wind57:cache_maven_plugins
Conversation
| -Dhttp.keepAlive=false \ | ||
| -Dmaven.wagon.http.pool=false \ | ||
| -Dmaven.wagon.http.retryHandler.class=standard \ | ||
| -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \ |
There was a problem hiding this comment.
I have observed that we get some timeouts from time to time when we need something from maven central, seems that adding these options fixes the problem.
| </repository> | ||
| </repositories> | ||
| <pluginRepositories> | ||
| <pluginRepository> |
There was a problem hiding this comment.
I am not sure why, but if I put this one here explicitly, it will not go to spring repositories for download, but use maven central
| </configuration> | ||
| </plugin> | ||
| <plugin> | ||
| <artifactId>maven-surefire-plugin</artifactId> |
There was a problem hiding this comment.
remove explicit versions and use the inherited ones
| <version>3.1.7-SNAPSHOT</version> | ||
| </parent> | ||
|
|
||
| <!-- override the ones coming from spring-cloud-build, until it is fixed other there --> |
There was a problem hiding this comment.
until (and if you agree) with this one : spring-cloud/spring-cloud-build#487, I am proposing to override the versions here
There was a problem hiding this comment.
This is merged now, can you remove this?
There was a problem hiding this comment.
you're right, removed.
| using: "composite" | ||
| steps: | ||
|
|
||
| - name: Disable man-db to make package install and removal faster |
There was a problem hiding this comment.
about 1m improvement here because of this
Signed-off-by: wind57 <eugen.rabii@gmail.com>
| <name>${project.artifactId}</name> | ||
| <build> | ||
| <plugins> | ||
| <plugin> |
There was a problem hiding this comment.
drop explicit java version
Signed-off-by: wind57 <eugen.rabii@gmail.com>
|
@ryanjbaxter some clean-up here and there, thank you. Ready to be looked at |
Signed-off-by: wind57 <eugen.rabii@gmail.com>
No description provided.