Polishing.
Remove superfluous versions. Improve make clean by removing stale pid files. See #2711
This commit is contained in:
2
Makefile
2
Makefile
@@ -167,7 +167,7 @@ cluster-init: cluster-start cluster-meet cluster-slots
|
||||
# Global
|
||||
########
|
||||
clean:
|
||||
rm -rf work/*.conf work/*.log dump.rdb
|
||||
rm -rf work/*.conf work/*.pid work/*.log dump.rdb
|
||||
|
||||
clobber:
|
||||
rm -rf work
|
||||
|
||||
3
pom.xml
3
pom.xml
@@ -354,7 +354,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
@@ -364,8 +363,8 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
<configuration>
|
||||
<groups>RuntimeHintsTests</groups>
|
||||
<argLine>-javaagent:${org.springframework:spring-core-test:jar}</argLine>
|
||||
|
||||
Reference in New Issue
Block a user