We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe0892 commit 18e868cCopy full SHA for 18e868c
pom.xml
@@ -708,4 +708,25 @@ under the License.
708
</build>
709
</profile>
710
</profiles>
711
+
712
+ <repositories>
713
+ <repository><!-- useful to resolve parent pom when it is a SNAPSHOT -->
714
+ <id>apache.snapshots</id>
715
+ <name>Apache Snapshot Repository</name>
716
+ <url>https://repository.apache.org/snapshots</url>
717
+ <releases>
718
+ <enabled>false</enabled>
719
+ </releases>
720
+ </repository>
721
+ </repositories>
722
+ <pluginRepositories>
723
+ <pluginRepository>
724
725
726
727
728
729
730
+ </pluginRepository>
731
+ </pluginRepositories>
732
</project>
0 commit comments