Skip to content

Commit c5bf3be

Browse files
committed
Update pom.xml
Updated disManagement and repos.
1 parent 728864d commit c5bf3be

File tree

1 file changed

+27
-52
lines changed

1 file changed

+27
-52
lines changed

pom.xml

Lines changed: 27 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19-
<slf4j.version>1.6.1</slf4j.version>
2019
</properties>
2120

2221
<organization>
@@ -147,33 +146,6 @@
147146
</extensions>
148147
<pluginManagement>
149148
<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) -->
177149
<plugin>
178150
<groupId>org.apache.maven.plugins</groupId>
179151
<artifactId>maven-gpg-plugin</artifactId>
@@ -372,32 +344,35 @@
372344
</build>
373345

374346
<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+
388363

389364
<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>
401376

402377
<issueManagement>
403378
<system>GitHub</system>

0 commit comments

Comments
 (0)