Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit ed81411

Browse files
authored
Merge pull request #377 from sofastack/youji-dev
add snapshot for sofaboot samples
2 parents 3dda3b9 + aac68a2 commit ed81411

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

samples/sofaboot-samples/pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,31 @@
7878
</plugins>
7979
</build>
8080

81+
<profiles>
82+
<profile>
83+
<id>default</id>
84+
<activation>
85+
<activeByDefault>true</activeByDefault>
86+
</activation>
87+
<repositories>
88+
<repository>
89+
<snapshots>
90+
<enabled>true</enabled>
91+
</snapshots>
92+
<id>ark-snapshot</id>
93+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
94+
</repository>
95+
</repositories>
96+
<pluginRepositories>
97+
<pluginRepository>
98+
<snapshots>
99+
<enabled>true</enabled>
100+
</snapshots>
101+
<id>ark-snapshot</id>
102+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
103+
</pluginRepository>
104+
</pluginRepositories>
105+
</profile>
106+
</profiles>
107+
81108
</project>

0 commit comments

Comments
 (0)