Some tweaks to license download

... related to http -> https conversion
This commit is contained in:
Kris De Volder
2019-05-16 14:22:37 -07:00
parent 0c7576e1f8
commit 79d8e1ab43
5 changed files with 31 additions and 47 deletions

View File

@@ -84,6 +84,10 @@
</executions>
<configuration>
<licenseUrlReplacements>
<licenseUrlReplacement>
<regexp>http://javolution.org/LICENSE.txt</regexp>
<replacement>https://raw.githubusercontent.com/javolution/javolution/master/LICENSE</replacement>
</licenseUrlReplacement>
<licenseUrlReplacement>
<regexp>http://(.*)</regexp>
<replacement>https://$1</replacement>
@@ -186,7 +190,6 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@@ -123,18 +123,17 @@
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<!-- Set source 1.8 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>

View File

@@ -66,15 +66,6 @@
<build>
<plugins>
<!-- Set source 1.8 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<!-- Configure fat jar -->
<plugin>
<groupId>org.springframework.boot</groupId>
@@ -90,6 +81,7 @@
</execution>
</executions>
</plugin>
<!-- generate and package license information for included dependencies -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -106,6 +98,10 @@
</executions>
<configuration>
<licenseUrlReplacements>
<licenseUrlReplacement>
<regexp>http://javolution.org/LICENSE.txt</regexp>
<replacement>https://raw.githubusercontent.com/javolution/javolution/master/LICENSE</replacement>
</licenseUrlReplacement>
<licenseUrlReplacement>
<regexp>http://(.*)</regexp>
<replacement>https://$1</replacement>
@@ -208,7 +204,6 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@@ -86,15 +86,6 @@
<build>
<plugins>
<!-- Set source 1.8 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<!-- Configure fat jar -->
<plugin>
<groupId>org.springframework.boot</groupId>
@@ -110,7 +101,7 @@
</execution>
</executions>
</plugin>
<!-- generate and package license information for included dependencies -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -127,6 +118,10 @@
</executions>
<configuration>
<licenseUrlReplacements>
<licenseUrlReplacement>
<regexp>http://javolution.org/LICENSE.txt</regexp>
<replacement>https://raw.githubusercontent.com/javolution/javolution/master/LICENSE</replacement>
</licenseUrlReplacement>
<licenseUrlReplacement>
<regexp>http://(.*)</regexp>
<replacement>https://$1</replacement>
@@ -229,7 +224,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@@ -107,8 +107,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- <dependency> <groupId>com.fasterxml</groupId> <artifactId>aalto-xml</artifactId>
<version>1.1.1</version> </dependency> -->
<!-- Test harness -->
<dependency>
@@ -132,15 +130,6 @@
</dependencies>
<build>
<plugins>
<!-- Set source 1.8 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<!-- Configure fat jar -->
<plugin>
<groupId>org.springframework.boot</groupId>
@@ -168,7 +157,7 @@
</excludes>
</configuration>
</plugin>
<!-- generate and package license information for included dependencies -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -185,6 +174,10 @@
</executions>
<configuration>
<licenseUrlReplacements>
<licenseUrlReplacement>
<regexp>http://javolution.org/LICENSE.txt</regexp>
<replacement>https://raw.githubusercontent.com/javolution/javolution/master/LICENSE</replacement>
</licenseUrlReplacement>
<licenseUrlReplacement>
<regexp>http://(.*)</regexp>
<replacement>https://$1</replacement>
@@ -287,7 +280,6 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>