Skip to content

Commit 1f4ae9f

Browse files
committed
add repo to resolve SNAPSHOT parent POM
1 parent 868fdd2 commit 1f4ae9f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,4 +696,15 @@ under the License.
696696
</build>
697697
</profile>
698698
</profiles>
699+
700+
<repositories>
701+
<repository><!-- useful to resolve parent pom when it is a SNAPSHOT -->
702+
<id>apache.snapshots</id>
703+
<name>Apache Snapshot Repository</name>
704+
<url>https://repository.apache.org/snapshots</url>
705+
<releases>
706+
<enabled>false</enabled>
707+
</releases>
708+
</repository>
709+
</repositories>
699710
</project>

0 commit comments

Comments
 (0)