Adjusted local repository policy
When running plugin test, set local repository update policy to always.
This commit is contained in:
parent
d56619c4c2
commit
132ba63bc3
2
pom.xml
2
pom.xml
|
@ -304,6 +304,8 @@
|
|||
<id>ElasticsearchRepo</id>
|
||||
<name>ElasticsearchRepo</name>
|
||||
<url>file://${elasticsearch.lib}</url>
|
||||
<releases><enabled>true</enabled><updatePolicy>always</updatePolicy></releases>
|
||||
<snapshots><enabled>true</enabled><updatePolicy>always</updatePolicy></snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
|
|
Loading…
Reference in New Issue