mirror of https://github.com/qos-ch/slf4j
Added access to the apache snapshot repo
This commit is contained in:
parent
3696d72d3b
commit
06f1fc7fd1
17
pom.xml
17
pom.xml
|
|
@ -127,7 +127,20 @@
|
|||
</profile>
|
||||
</profiles>
|
||||
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Snapshot Plugin Repository</name>
|
||||
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
@ -190,5 +203,5 @@
|
|||
</repository>
|
||||
|
||||
</distributionManagement>
|
||||
|
||||
|
||||
</project>
|
||||
Loading…
Reference in New Issue