Committed by
Brian O'Connor
Adding plugin repository to onos root pom
Change-Id: Ie3291bf79b98f82302378e9f72d852ff923aca6b
Showing
1 changed file
with
14 additions
and
1 deletions
| ... | @@ -82,12 +82,25 @@ | ... | @@ -82,12 +82,25 @@ |
| 82 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 82 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 83 | <snapshots> | 83 | <snapshots> |
| 84 | <enabled>true</enabled> | 84 | <enabled>true</enabled> |
| 85 | - <updatePolicy>never</updatePolicy> | 85 | + <updatePolicy>daily</updatePolicy> |
| 86 | <checksumPolicy>fail</checksumPolicy> | 86 | <checksumPolicy>fail</checksumPolicy> |
| 87 | </snapshots> | 87 | </snapshots> |
| 88 | </repository> | 88 | </repository> |
| 89 | </repositories> | 89 | </repositories> |
| 90 | 90 | ||
| 91 | + <!-- FIXME required for onos-maven-plugin:1.10-SNAPSHOT --> | ||
| 92 | + <pluginRepositories> | ||
| 93 | + <pluginRepository> | ||
| 94 | + <id>snapshots</id> | ||
| 95 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
| 96 | + <snapshots> | ||
| 97 | + <enabled>true</enabled> | ||
| 98 | + <updatePolicy>daily</updatePolicy> | ||
| 99 | + <checksumPolicy>fail</checksumPolicy> | ||
| 100 | + </snapshots> | ||
| 101 | + </pluginRepository> | ||
| 102 | + </pluginRepositories> | ||
| 103 | + | ||
| 91 | <distributionManagement> | 104 | <distributionManagement> |
| 92 | <snapshotRepository> | 105 | <snapshotRepository> |
| 93 | <id>ossrh</id> | 106 | <id>ossrh</id> | ... | ... |
-
Please register or login to post a comment