...
For getting it from public available repository, the follwong additonal repository was added to the related ODLUX pom files:
...
Code Block |
---|
<pluginRepository>
|
...
<id>highstreet repo</id>
|
...
<url>https://cloud-highstreet-technologies.com/mvn/</url>
|
...
<snapshots>
|
...
<enabled>true</enabled> |
...
<updatePolicy>always</updatePolicy> |
...
</snapshots>
|
...
</pluginRepository> |
...
How to compile it locally
...