Provide plugin release repository for Asciidoctor Extensions
See b5069a4f8a
This commit is contained in:
parent
dab69cfbd2
commit
9e514ab7f9
5
pom.xml
5
pom.xml
|
@ -193,6 +193,11 @@
|
|||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>springio</id>
|
||||
<name>Spring Release</name>
|
||||
<url>https://repo.spring.io/release</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone</name>
|
||||
|
|
|
@ -186,13 +186,6 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>springio</id>
|
||||
<name>Spring IO releases repository</name>
|
||||
<url>https://repo.spring.io/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>windows</id>
|
||||
|
|
Loading…
Reference in New Issue