Revision 31035
Added by Marek Horst about 10 years ago
pom.xml | ||
---|---|---|
231 | 231 |
</plugins> |
232 | 232 |
</build> |
233 | 233 |
<repositories> |
234 |
<repository> |
|
235 |
<id>cloudera</id> |
|
236 |
<name>Cloudera Repository</name> |
|
237 |
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url> |
|
238 |
<releases> |
|
239 |
<enabled>true</enabled> |
|
240 |
</releases> |
|
241 |
<snapshots> |
|
242 |
<enabled>false</enabled> |
|
243 |
</snapshots> |
|
244 |
</repository> |
|
245 | 234 |
<!-- Cascading --> |
246 | 235 |
<repository> |
247 | 236 |
<id>conjars.org</id> |
Also available in: Unified diff
introducing cloudera repository in parent container, removing repository definitions from individual IIS modules