Commit 3293e0bfc2d30bdcc9d828db6bc4a3541d430e9b
1 parent
21645a41
Exists in
master
Inclusão do repo da JBoss para achar o docbook
Showing
2 changed files
with
22 additions
and
0 deletions
Show diff stats
documentation/quickstart/pom.xml
| ... | ... | @@ -87,6 +87,17 @@ |
| 87 | 87 | <enabled>true</enabled> |
| 88 | 88 | </releases> |
| 89 | 89 | </repository> |
| 90 | + <repository> | |
| 91 | + <id>nexus.jboss.org</id> | |
| 92 | + <name>JBoss Maven Repository</name> | |
| 93 | + <url>http://repository.jboss.org/nexus/content/groups/public</url> | |
| 94 | + <snapshots> | |
| 95 | + <enabled>false</enabled> | |
| 96 | + </snapshots> | |
| 97 | + <releases> | |
| 98 | + <enabled>true</enabled> | |
| 99 | + </releases> | |
| 100 | + </repository> | |
| 90 | 101 | </repositories> |
| 91 | 102 | |
| 92 | 103 | <distributionManagement> | ... | ... |
documentation/reference/pom.xml
| ... | ... | @@ -87,6 +87,17 @@ |
| 87 | 87 | <enabled>true</enabled> |
| 88 | 88 | </releases> |
| 89 | 89 | </repository> |
| 90 | + <repository> | |
| 91 | + <id>nexus.jboss.org</id> | |
| 92 | + <name>JBoss Maven Repository</name> | |
| 93 | + <url>http://repository.jboss.org/nexus/content/groups/public</url> | |
| 94 | + <snapshots> | |
| 95 | + <enabled>false</enabled> | |
| 96 | + </snapshots> | |
| 97 | + <releases> | |
| 98 | + <enabled>true</enabled> | |
| 99 | + </releases> | |
| 100 | + </repository> | |
| 90 | 101 | </repositories> |
| 91 | 102 | |
| 92 | 103 | <distributionManagement> | ... | ... |