Skip to content

Commit dd025f3

Browse files
committed
Added snapshot repo for TomEE to test nightlies like 7.0.2-SNAPSHOT
1 parent ef99f0a commit dd025f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,19 @@
781781
<profile>
782782
<id>tomee-managed-arquillian</id>
783783

784+
<repositories>
785+
<repository>
786+
<id>apache.snapshots</id>
787+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
788+
<releases>
789+
<enabled>false</enabled>
790+
</releases>
791+
<snapshots>
792+
<enabled>true</enabled>
793+
</snapshots>
794+
</repository>
795+
</repositories>
796+
784797
<dependencies>
785798

786799
<!-- The arquillian "remote" adapter that installs and starts/stops TomEE and deploys/undeploys tests -->

0 commit comments

Comments
 (0)