Commit f2d5c4223b3aac1ffedee4a3e1db417ad76033ad
1 parent
d07b1b0d
Exists in
master
Definição dos repositórios do Nexus
Showing
19 changed files
with
331 additions
and
0 deletions
Show diff stats
archetype/jsf-jpa/pom.xml
| @@ -72,6 +72,23 @@ | @@ -72,6 +72,23 @@ | ||
| 72 | <id>sonatype-nexus-snapshots</id> | 72 | <id>sonatype-nexus-snapshots</id> |
| 73 | <name>Sonatype Nexus Snapshots</name> | 73 | <name>Sonatype Nexus Snapshots</name> |
| 74 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 74 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 75 | + <snapshots> | ||
| 76 | + <enabled>true</enabled> | ||
| 77 | + </snapshots> | ||
| 78 | + <releases> | ||
| 79 | + <enabled>false</enabled> | ||
| 80 | + </releases> | ||
| 81 | + </repository> | ||
| 82 | + <repository> | ||
| 83 | + <id>sonatype-nexus-releases</id> | ||
| 84 | + <name>Sonatype Nexus Releases</name> | ||
| 85 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 86 | + <snapshots> | ||
| 87 | + <enabled>false</enabled> | ||
| 88 | + </snapshots> | ||
| 89 | + <releases> | ||
| 90 | + <enabled>true</enabled> | ||
| 91 | + </releases> | ||
| 75 | </repository> | 92 | </repository> |
| 76 | </repositories> | 93 | </repositories> |
| 77 | </project> | 94 | </project> |
archetype/minimal/pom.xml
| @@ -72,6 +72,23 @@ | @@ -72,6 +72,23 @@ | ||
| 72 | <id>sonatype-nexus-snapshots</id> | 72 | <id>sonatype-nexus-snapshots</id> |
| 73 | <name>Sonatype Nexus Snapshots</name> | 73 | <name>Sonatype Nexus Snapshots</name> |
| 74 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 74 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 75 | + <snapshots> | ||
| 76 | + <enabled>true</enabled> | ||
| 77 | + </snapshots> | ||
| 78 | + <releases> | ||
| 79 | + <enabled>false</enabled> | ||
| 80 | + </releases> | ||
| 81 | + </repository> | ||
| 82 | + <repository> | ||
| 83 | + <id>sonatype-nexus-releases</id> | ||
| 84 | + <name>Sonatype Nexus Releases</name> | ||
| 85 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 86 | + <snapshots> | ||
| 87 | + <enabled>false</enabled> | ||
| 88 | + </snapshots> | ||
| 89 | + <releases> | ||
| 90 | + <enabled>true</enabled> | ||
| 91 | + </releases> | ||
| 75 | </repository> | 92 | </repository> |
| 76 | </repositories> | 93 | </repositories> |
| 77 | </project> | 94 | </project> |
documentation/quickstart/pom.xml
| @@ -69,6 +69,23 @@ | @@ -69,6 +69,23 @@ | ||
| 69 | <id>sonatype-nexus-snapshots</id> | 69 | <id>sonatype-nexus-snapshots</id> |
| 70 | <name>Sonatype Nexus Snapshots</name> | 70 | <name>Sonatype Nexus Snapshots</name> |
| 71 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 71 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 72 | + <snapshots> | ||
| 73 | + <enabled>true</enabled> | ||
| 74 | + </snapshots> | ||
| 75 | + <releases> | ||
| 76 | + <enabled>false</enabled> | ||
| 77 | + </releases> | ||
| 78 | + </repository> | ||
| 79 | + <repository> | ||
| 80 | + <id>sonatype-nexus-releases</id> | ||
| 81 | + <name>Sonatype Nexus Releases</name> | ||
| 82 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 83 | + <snapshots> | ||
| 84 | + <enabled>false</enabled> | ||
| 85 | + </snapshots> | ||
| 86 | + <releases> | ||
| 87 | + <enabled>true</enabled> | ||
| 88 | + </releases> | ||
| 72 | </repository> | 89 | </repository> |
| 73 | </repositories> | 90 | </repositories> |
| 74 | 91 |
documentation/reference/pom.xml
| @@ -69,6 +69,23 @@ | @@ -69,6 +69,23 @@ | ||
| 69 | <id>sonatype-nexus-snapshots</id> | 69 | <id>sonatype-nexus-snapshots</id> |
| 70 | <name>Sonatype Nexus Snapshots</name> | 70 | <name>Sonatype Nexus Snapshots</name> |
| 71 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 71 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 72 | + <snapshots> | ||
| 73 | + <enabled>true</enabled> | ||
| 74 | + </snapshots> | ||
| 75 | + <releases> | ||
| 76 | + <enabled>false</enabled> | ||
| 77 | + </releases> | ||
| 78 | + </repository> | ||
| 79 | + <repository> | ||
| 80 | + <id>sonatype-nexus-releases</id> | ||
| 81 | + <name>Sonatype Nexus Releases</name> | ||
| 82 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 83 | + <snapshots> | ||
| 84 | + <enabled>false</enabled> | ||
| 85 | + </snapshots> | ||
| 86 | + <releases> | ||
| 87 | + <enabled>true</enabled> | ||
| 88 | + </releases> | ||
| 72 | </repository> | 89 | </repository> |
| 73 | </repositories> | 90 | </repositories> |
| 74 | 91 |
impl/core/pom.xml
| @@ -183,6 +183,23 @@ | @@ -183,6 +183,23 @@ | ||
| 183 | <id>sonatype-nexus-snapshots</id> | 183 | <id>sonatype-nexus-snapshots</id> |
| 184 | <name>Sonatype Nexus Snapshots</name> | 184 | <name>Sonatype Nexus Snapshots</name> |
| 185 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 185 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 186 | + <snapshots> | ||
| 187 | + <enabled>true</enabled> | ||
| 188 | + </snapshots> | ||
| 189 | + <releases> | ||
| 190 | + <enabled>false</enabled> | ||
| 191 | + </releases> | ||
| 192 | + </repository> | ||
| 193 | + <repository> | ||
| 194 | + <id>sonatype-nexus-releases</id> | ||
| 195 | + <name>Sonatype Nexus Releases</name> | ||
| 196 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 197 | + <snapshots> | ||
| 198 | + <enabled>false</enabled> | ||
| 199 | + </snapshots> | ||
| 200 | + <releases> | ||
| 201 | + <enabled>true</enabled> | ||
| 202 | + </releases> | ||
| 186 | </repository> | 203 | </repository> |
| 187 | </repositories> | 204 | </repositories> |
| 188 | </project> | 205 | </project> |
impl/extension/jpa/pom.xml
| @@ -78,6 +78,23 @@ | @@ -78,6 +78,23 @@ | ||
| 78 | <id>sonatype-nexus-snapshots</id> | 78 | <id>sonatype-nexus-snapshots</id> |
| 79 | <name>Sonatype Nexus Snapshots</name> | 79 | <name>Sonatype Nexus Snapshots</name> |
| 80 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 80 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 81 | + <snapshots> | ||
| 82 | + <enabled>true</enabled> | ||
| 83 | + </snapshots> | ||
| 84 | + <releases> | ||
| 85 | + <enabled>false</enabled> | ||
| 86 | + </releases> | ||
| 87 | + </repository> | ||
| 88 | + <repository> | ||
| 89 | + <id>sonatype-nexus-releases</id> | ||
| 90 | + <name>Sonatype Nexus Releases</name> | ||
| 91 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 92 | + <snapshots> | ||
| 93 | + <enabled>false</enabled> | ||
| 94 | + </snapshots> | ||
| 95 | + <releases> | ||
| 96 | + <enabled>true</enabled> | ||
| 97 | + </releases> | ||
| 81 | </repository> | 98 | </repository> |
| 82 | </repositories> | 99 | </repositories> |
| 83 | </project> | 100 | </project> |
| 84 | \ No newline at end of file | 101 | \ No newline at end of file |
impl/extension/jsf/pom.xml
| @@ -87,6 +87,23 @@ | @@ -87,6 +87,23 @@ | ||
| 87 | <id>sonatype-nexus-snapshots</id> | 87 | <id>sonatype-nexus-snapshots</id> |
| 88 | <name>Sonatype Nexus Snapshots</name> | 88 | <name>Sonatype Nexus Snapshots</name> |
| 89 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 89 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 90 | + <snapshots> | ||
| 91 | + <enabled>true</enabled> | ||
| 92 | + </snapshots> | ||
| 93 | + <releases> | ||
| 94 | + <enabled>false</enabled> | ||
| 95 | + </releases> | ||
| 96 | + </repository> | ||
| 97 | + <repository> | ||
| 98 | + <id>sonatype-nexus-releases</id> | ||
| 99 | + <name>Sonatype Nexus Releases</name> | ||
| 100 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 101 | + <snapshots> | ||
| 102 | + <enabled>false</enabled> | ||
| 103 | + </snapshots> | ||
| 104 | + <releases> | ||
| 105 | + <enabled>true</enabled> | ||
| 106 | + </releases> | ||
| 90 | </repository> | 107 | </repository> |
| 91 | </repositories> | 108 | </repositories> |
| 92 | </project> | 109 | </project> |
impl/extension/jta/pom.xml
| @@ -78,6 +78,23 @@ | @@ -78,6 +78,23 @@ | ||
| 78 | <id>sonatype-nexus-snapshots</id> | 78 | <id>sonatype-nexus-snapshots</id> |
| 79 | <name>Sonatype Nexus Snapshots</name> | 79 | <name>Sonatype Nexus Snapshots</name> |
| 80 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 80 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 81 | + <snapshots> | ||
| 82 | + <enabled>true</enabled> | ||
| 83 | + </snapshots> | ||
| 84 | + <releases> | ||
| 85 | + <enabled>false</enabled> | ||
| 86 | + </releases> | ||
| 87 | + </repository> | ||
| 88 | + <repository> | ||
| 89 | + <id>sonatype-nexus-releases</id> | ||
| 90 | + <name>Sonatype Nexus Releases</name> | ||
| 91 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 92 | + <snapshots> | ||
| 93 | + <enabled>false</enabled> | ||
| 94 | + </snapshots> | ||
| 95 | + <releases> | ||
| 96 | + <enabled>true</enabled> | ||
| 97 | + </releases> | ||
| 81 | </repository> | 98 | </repository> |
| 82 | </repositories> | 99 | </repositories> |
| 83 | </project> | 100 | </project> |
| 84 | \ No newline at end of file | 101 | \ No newline at end of file |
impl/extension/se/pom.xml
| @@ -71,6 +71,23 @@ | @@ -71,6 +71,23 @@ | ||
| 71 | <id>sonatype-nexus-snapshots</id> | 71 | <id>sonatype-nexus-snapshots</id> |
| 72 | <name>Sonatype Nexus Snapshots</name> | 72 | <name>Sonatype Nexus Snapshots</name> |
| 73 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 73 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 74 | + <snapshots> | ||
| 75 | + <enabled>true</enabled> | ||
| 76 | + </snapshots> | ||
| 77 | + <releases> | ||
| 78 | + <enabled>false</enabled> | ||
| 79 | + </releases> | ||
| 80 | + </repository> | ||
| 81 | + <repository> | ||
| 82 | + <id>sonatype-nexus-releases</id> | ||
| 83 | + <name>Sonatype Nexus Releases</name> | ||
| 84 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 85 | + <snapshots> | ||
| 86 | + <enabled>false</enabled> | ||
| 87 | + </snapshots> | ||
| 88 | + <releases> | ||
| 89 | + <enabled>true</enabled> | ||
| 90 | + </releases> | ||
| 74 | </repository> | 91 | </repository> |
| 75 | </repositories> | 92 | </repositories> |
| 76 | </project> | 93 | </project> |
impl/extension/servlet/pom.xml
| @@ -78,6 +78,23 @@ | @@ -78,6 +78,23 @@ | ||
| 78 | <id>sonatype-nexus-snapshots</id> | 78 | <id>sonatype-nexus-snapshots</id> |
| 79 | <name>Sonatype Nexus Snapshots</name> | 79 | <name>Sonatype Nexus Snapshots</name> |
| 80 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 80 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 81 | + <snapshots> | ||
| 82 | + <enabled>true</enabled> | ||
| 83 | + </snapshots> | ||
| 84 | + <releases> | ||
| 85 | + <enabled>false</enabled> | ||
| 86 | + </releases> | ||
| 87 | + </repository> | ||
| 88 | + <repository> | ||
| 89 | + <id>sonatype-nexus-releases</id> | ||
| 90 | + <name>Sonatype Nexus Releases</name> | ||
| 91 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 92 | + <snapshots> | ||
| 93 | + <enabled>false</enabled> | ||
| 94 | + </snapshots> | ||
| 95 | + <releases> | ||
| 96 | + <enabled>true</enabled> | ||
| 97 | + </releases> | ||
| 81 | </repository> | 98 | </repository> |
| 82 | </repositories> | 99 | </repositories> |
| 83 | </project> | 100 | </project> |
parent/archetype/pom.xml
| @@ -90,6 +90,23 @@ | @@ -90,6 +90,23 @@ | ||
| 90 | <id>sonatype-nexus-snapshots</id> | 90 | <id>sonatype-nexus-snapshots</id> |
| 91 | <name>Sonatype Nexus Snapshots</name> | 91 | <name>Sonatype Nexus Snapshots</name> |
| 92 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 92 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 93 | + <snapshots> | ||
| 94 | + <enabled>true</enabled> | ||
| 95 | + </snapshots> | ||
| 96 | + <releases> | ||
| 97 | + <enabled>false</enabled> | ||
| 98 | + </releases> | ||
| 99 | + </repository> | ||
| 100 | + <repository> | ||
| 101 | + <id>sonatype-nexus-releases</id> | ||
| 102 | + <name>Sonatype Nexus Releases</name> | ||
| 103 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 104 | + <snapshots> | ||
| 105 | + <enabled>false</enabled> | ||
| 106 | + </snapshots> | ||
| 107 | + <releases> | ||
| 108 | + <enabled>true</enabled> | ||
| 109 | + </releases> | ||
| 93 | </repository> | 110 | </repository> |
| 94 | </repositories> | 111 | </repositories> |
| 95 | </project> | 112 | </project> |
parent/bom/pom.xml
| @@ -301,6 +301,23 @@ | @@ -301,6 +301,23 @@ | ||
| 301 | <id>sonatype-nexus-snapshots</id> | 301 | <id>sonatype-nexus-snapshots</id> |
| 302 | <name>Sonatype Nexus Snapshots</name> | 302 | <name>Sonatype Nexus Snapshots</name> |
| 303 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 303 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 304 | + <snapshots> | ||
| 305 | + <enabled>true</enabled> | ||
| 306 | + </snapshots> | ||
| 307 | + <releases> | ||
| 308 | + <enabled>false</enabled> | ||
| 309 | + </releases> | ||
| 310 | + </repository> | ||
| 311 | + <repository> | ||
| 312 | + <id>sonatype-nexus-releases</id> | ||
| 313 | + <name>Sonatype Nexus Releases</name> | ||
| 314 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 315 | + <snapshots> | ||
| 316 | + <enabled>false</enabled> | ||
| 317 | + </snapshots> | ||
| 318 | + <releases> | ||
| 319 | + <enabled>true</enabled> | ||
| 320 | + </releases> | ||
| 304 | </repository> | 321 | </repository> |
| 305 | </repositories> | 322 | </repositories> |
| 306 | 323 |
parent/extension/pom.xml
| @@ -138,6 +138,23 @@ | @@ -138,6 +138,23 @@ | ||
| 138 | <id>sonatype-nexus-snapshots</id> | 138 | <id>sonatype-nexus-snapshots</id> |
| 139 | <name>Sonatype Nexus Snapshots</name> | 139 | <name>Sonatype Nexus Snapshots</name> |
| 140 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 140 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 141 | + <snapshots> | ||
| 142 | + <enabled>true</enabled> | ||
| 143 | + </snapshots> | ||
| 144 | + <releases> | ||
| 145 | + <enabled>false</enabled> | ||
| 146 | + </releases> | ||
| 147 | + </repository> | ||
| 148 | + <repository> | ||
| 149 | + <id>sonatype-nexus-releases</id> | ||
| 150 | + <name>Sonatype Nexus Releases</name> | ||
| 151 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 152 | + <snapshots> | ||
| 153 | + <enabled>false</enabled> | ||
| 154 | + </snapshots> | ||
| 155 | + <releases> | ||
| 156 | + <enabled>true</enabled> | ||
| 157 | + </releases> | ||
| 141 | </repository> | 158 | </repository> |
| 142 | </repositories> | 159 | </repositories> |
| 143 | </project> | 160 | </project> |
| 144 | \ No newline at end of file | 161 | \ No newline at end of file |
parent/framework/pom.xml
| @@ -73,6 +73,23 @@ | @@ -73,6 +73,23 @@ | ||
| 73 | <id>sonatype-nexus-snapshots</id> | 73 | <id>sonatype-nexus-snapshots</id> |
| 74 | <name>Sonatype Nexus Snapshots</name> | 74 | <name>Sonatype Nexus Snapshots</name> |
| 75 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 75 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 76 | + <snapshots> | ||
| 77 | + <enabled>true</enabled> | ||
| 78 | + </snapshots> | ||
| 79 | + <releases> | ||
| 80 | + <enabled>false</enabled> | ||
| 81 | + </releases> | ||
| 82 | + </repository> | ||
| 83 | + <repository> | ||
| 84 | + <id>sonatype-nexus-releases</id> | ||
| 85 | + <name>Sonatype Nexus Releases</name> | ||
| 86 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 87 | + <snapshots> | ||
| 88 | + <enabled>false</enabled> | ||
| 89 | + </snapshots> | ||
| 90 | + <releases> | ||
| 91 | + <enabled>true</enabled> | ||
| 92 | + </releases> | ||
| 76 | </repository> | 93 | </repository> |
| 77 | </repositories> | 94 | </repositories> |
| 78 | </project> | 95 | </project> |
parent/jsf/pom.xml
| @@ -167,6 +167,23 @@ | @@ -167,6 +167,23 @@ | ||
| 167 | <id>sonatype-nexus-snapshots</id> | 167 | <id>sonatype-nexus-snapshots</id> |
| 168 | <name>Sonatype Nexus Snapshots</name> | 168 | <name>Sonatype Nexus Snapshots</name> |
| 169 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 169 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 170 | + <snapshots> | ||
| 171 | + <enabled>true</enabled> | ||
| 172 | + </snapshots> | ||
| 173 | + <releases> | ||
| 174 | + <enabled>false</enabled> | ||
| 175 | + </releases> | ||
| 176 | + </repository> | ||
| 177 | + <repository> | ||
| 178 | + <id>sonatype-nexus-releases</id> | ||
| 179 | + <name>Sonatype Nexus Releases</name> | ||
| 180 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 181 | + <snapshots> | ||
| 182 | + <enabled>false</enabled> | ||
| 183 | + </snapshots> | ||
| 184 | + <releases> | ||
| 185 | + <enabled>true</enabled> | ||
| 186 | + </releases> | ||
| 170 | </repository> | 187 | </repository> |
| 171 | </repositories> | 188 | </repositories> |
| 172 | </project> | 189 | </project> |
parent/minimal/pom.xml
| @@ -109,6 +109,23 @@ | @@ -109,6 +109,23 @@ | ||
| 109 | <id>sonatype-nexus-snapshots</id> | 109 | <id>sonatype-nexus-snapshots</id> |
| 110 | <name>Sonatype Nexus Snapshots</name> | 110 | <name>Sonatype Nexus Snapshots</name> |
| 111 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 111 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 112 | + <snapshots> | ||
| 113 | + <enabled>true</enabled> | ||
| 114 | + </snapshots> | ||
| 115 | + <releases> | ||
| 116 | + <enabled>false</enabled> | ||
| 117 | + </releases> | ||
| 118 | + </repository> | ||
| 119 | + <repository> | ||
| 120 | + <id>sonatype-nexus-releases</id> | ||
| 121 | + <name>Sonatype Nexus Releases</name> | ||
| 122 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 123 | + <snapshots> | ||
| 124 | + <enabled>false</enabled> | ||
| 125 | + </snapshots> | ||
| 126 | + <releases> | ||
| 127 | + <enabled>true</enabled> | ||
| 128 | + </releases> | ||
| 112 | </repository> | 129 | </repository> |
| 113 | </repositories> | 130 | </repositories> |
| 114 | </project> | 131 | </project> |
parent/se/pom.xml
| @@ -79,6 +79,23 @@ | @@ -79,6 +79,23 @@ | ||
| 79 | <id>sonatype-nexus-snapshots</id> | 79 | <id>sonatype-nexus-snapshots</id> |
| 80 | <name>Sonatype Nexus Snapshots</name> | 80 | <name>Sonatype Nexus Snapshots</name> |
| 81 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 81 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 82 | + <snapshots> | ||
| 83 | + <enabled>true</enabled> | ||
| 84 | + </snapshots> | ||
| 85 | + <releases> | ||
| 86 | + <enabled>false</enabled> | ||
| 87 | + </releases> | ||
| 88 | + </repository> | ||
| 89 | + <repository> | ||
| 90 | + <id>sonatype-nexus-releases</id> | ||
| 91 | + <name>Sonatype Nexus Releases</name> | ||
| 92 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 93 | + <snapshots> | ||
| 94 | + <enabled>false</enabled> | ||
| 95 | + </snapshots> | ||
| 96 | + <releases> | ||
| 97 | + <enabled>true</enabled> | ||
| 98 | + </releases> | ||
| 82 | </repository> | 99 | </repository> |
| 83 | </repositories> | 100 | </repositories> |
| 84 | </project> | 101 | </project> |
parent/servlet/pom.xml
| @@ -411,6 +411,23 @@ | @@ -411,6 +411,23 @@ | ||
| 411 | <id>sonatype-nexus-snapshots</id> | 411 | <id>sonatype-nexus-snapshots</id> |
| 412 | <name>Sonatype Nexus Snapshots</name> | 412 | <name>Sonatype Nexus Snapshots</name> |
| 413 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 413 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 414 | + <snapshots> | ||
| 415 | + <enabled>true</enabled> | ||
| 416 | + </snapshots> | ||
| 417 | + <releases> | ||
| 418 | + <enabled>false</enabled> | ||
| 419 | + </releases> | ||
| 420 | + </repository> | ||
| 421 | + <repository> | ||
| 422 | + <id>sonatype-nexus-releases</id> | ||
| 423 | + <name>Sonatype Nexus Releases</name> | ||
| 424 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 425 | + <snapshots> | ||
| 426 | + <enabled>false</enabled> | ||
| 427 | + </snapshots> | ||
| 428 | + <releases> | ||
| 429 | + <enabled>true</enabled> | ||
| 430 | + </releases> | ||
| 414 | </repository> | 431 | </repository> |
| 415 | </repositories> | 432 | </repositories> |
| 416 | </project> | 433 | </project> |
pom.xml
| @@ -93,6 +93,14 @@ | @@ -93,6 +93,14 @@ | ||
| 93 | </build> | 93 | </build> |
| 94 | 94 | ||
| 95 | <distributionManagement> | 95 | <distributionManagement> |
| 96 | + <repository> | ||
| 97 | + <id /> | ||
| 98 | + <url /> | ||
| 99 | + </repository> | ||
| 100 | + <snapshotRepository> | ||
| 101 | + <id /> | ||
| 102 | + <url /> | ||
| 103 | + </snapshotRepository> | ||
| 96 | <site> | 104 | <site> |
| 97 | <id>demoiselle.sourceforge.net</id> | 105 | <id>demoiselle.sourceforge.net</id> |
| 98 | <url>${site.url}</url> | 106 | <url>${site.url}</url> |
| @@ -110,6 +118,23 @@ | @@ -110,6 +118,23 @@ | ||
| 110 | <id>sonatype-nexus-snapshots</id> | 118 | <id>sonatype-nexus-snapshots</id> |
| 111 | <name>Sonatype Nexus Snapshots</name> | 119 | <name>Sonatype Nexus Snapshots</name> |
| 112 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 120 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 121 | + <snapshots> | ||
| 122 | + <enabled>true</enabled> | ||
| 123 | + </snapshots> | ||
| 124 | + <releases> | ||
| 125 | + <enabled>false</enabled> | ||
| 126 | + </releases> | ||
| 127 | + </repository> | ||
| 128 | + <repository> | ||
| 129 | + <id>sonatype-nexus-releases</id> | ||
| 130 | + <name>Sonatype Nexus Releases</name> | ||
| 131 | + <url>https://oss.sonatype.org/content/repositories/releases</url> | ||
| 132 | + <snapshots> | ||
| 133 | + <enabled>false</enabled> | ||
| 134 | + </snapshots> | ||
| 135 | + <releases> | ||
| 136 | + <enabled>true</enabled> | ||
| 137 | + </releases> | ||
| 113 | </repository> | 138 | </repository> |
| 114 | </repositories> | 139 | </repositories> |
| 115 | 140 |