|
16 | 16 | <maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel> |
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | 18 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
19 | | - <slf4j.version>1.6.1</slf4j.version> |
20 | 19 | </properties> |
21 | 20 |
|
22 | 21 | <organization> |
|
147 | 146 | </extensions> |
148 | 147 | <pluginManagement> |
149 | 148 | <plugins> |
150 | | - <!-- ======================================================= --> |
151 | | - <!-- License --> |
152 | | - <!-- ======================================================= --> |
153 | | - <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> |
154 | | - <version>1.4</version> </plugin> --> |
155 | | - <plugin> |
156 | | - <groupId>com.google.code.maven-license-plugin</groupId> |
157 | | - <artifactId>maven-license-plugin</artifactId> |
158 | | - <version>1.4.0</version> |
159 | | - <configuration> |
160 | | - <basedir>${basedir}</basedir> |
161 | | - <header>${basedir}/src/etc/header.txt</header> |
162 | | - <quiet>false</quiet> |
163 | | - <failIfMissing>true</failIfMissing> |
164 | | - <aggregate>false</aggregate> |
165 | | - <encoding>UTF-8</encoding> |
166 | | - <excludes> |
167 | | - <exclude>target/**</exclude> |
168 | | - <exclude>LICENSE*.html</exclude> |
169 | | - <exclude>README.*</exclude> |
170 | | - <exclude>checkstyle*.*</exclude> |
171 | | - <exclude>*.css</exclude> |
172 | | - </excludes> |
173 | | - </configuration> |
174 | | - </plugin> |
175 | | - <!-- TODO enable this only for major upgrades (ensure to copy LICENSE.txt |
176 | | - to LICENSE.bak first) --> |
177 | 149 | <plugin> |
178 | 150 | <groupId>org.apache.maven.plugins</groupId> |
179 | 151 | <artifactId>maven-gpg-plugin</artifactId> |
|
372 | 344 | </build> |
373 | 345 |
|
374 | 346 | <repositories> |
375 | | - <repository> |
376 | | - <name>Sonatype OSS Snapshots</name> |
377 | | - <id>SonatypeOSS</id> |
378 | | - <snapshots> |
379 | | - <enabled>true</enabled> |
380 | | - <updatePolicy>daily</updatePolicy> |
381 | | - </snapshots> |
382 | | - <releases> |
383 | | - <enabled>false</enabled> |
384 | | - </releases> |
385 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
386 | | - </repository> |
387 | | - </repositories> |
| 347 | + <repository> |
| 348 | + <snapshots> |
| 349 | + <enabled>false</enabled> |
| 350 | + </snapshots> |
| 351 | + <id>central</id> |
| 352 | + <name>libs-release</name> |
| 353 | + <url>http://oss.jfrog.org/artifactory/libs-release</url> |
| 354 | + </repository> |
| 355 | + <repository> |
| 356 | + <snapshots /> |
| 357 | + <id>snapshots</id> |
| 358 | + <name>libs-snapshot</name> |
| 359 | + <url>http://oss.jfrog.org/artifactory/libs-snapshot</url> |
| 360 | + </repository> |
| 361 | + </repositories> |
| 362 | + |
388 | 363 |
|
389 | 364 | <distributionManagement> |
390 | | - <repository> |
391 | | - <id>sonatype-nexus-staging</id> |
392 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
393 | | - <name>Sonatype Release Repository</name> |
394 | | - </repository> |
395 | | - <snapshotRepository> |
396 | | - <id>sonatype-nexus-snapshots</id> |
397 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
398 | | - <name>Sonatype Nexus Snapshots</name> |
399 | | - </snapshotRepository> |
400 | | - </distributionManagement> |
| 365 | + <repository> |
| 366 | + <id>bintray</id> |
| 367 | + <name>oss-jfrog-artifactory-snapshots</name> |
| 368 | + <url>https://oss.jfrog.org/artifactory/oss-release-local</url> |
| 369 | + </repository> |
| 370 | + <snapshotRepository> |
| 371 | + <id>bintray</id> |
| 372 | + <name>oss-jfrog-artifactory-snapshots</name> |
| 373 | + <url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url> |
| 374 | + </snapshotRepository> |
| 375 | + </distributionManagement> |
401 | 376 |
|
402 | 377 | <issueManagement> |
403 | 378 | <system>GitHub</system> |
|
0 commit comments