Maven artifacts for 1.8.1

mvn-repo
Vyacheslav N. Boyko 2017-07-07 07:15:53 +00:00
parent 6f94e7c6cb
commit 76270edb78
9 changed files with 125 additions and 4 deletions

View File

@ -0,0 +1 @@
0918863ece477f6088df1837940c6dfc

View File

@ -0,0 +1 @@
56825576574b7aea88615182395aad4bb5e48037

View File

@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.bvn13</groupId>
<artifactId>licenseserverjclient</artifactId>
<version>1.8.1</version>
<name>licenseserverjclient</name>
<description>LicenseServerJ client</description>
<url>https://github.com/bvn13/LicenseServerJClient</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>owner</id>
<name>Vyacheslav Boyko</name>
<email>mail4bvn@gmail.com</email>
<timezone>UTC+3</timezone>
</developer>
</developers>
<properties>
<java.version>1.8</java.version>
<github.global.server>github</github.global.server>
<github.maven-plugin>0.12</github.maven-plugin>
<!-- <github.global.oauth2Token>${env.GITHUB_OAUTH_TOKEN}</github.global.oauth2Token> -->
<site.path>https://github.com/bvn13/LicenseServerJClient</site.path>
</properties>
<distributionManagement>
<repository>
<id>internal.repo</id>
<name>Temporary Staging Repository</name>
<url>file://${project.build.directory}/mvn-repo</url>
</repository>
</distributionManagement>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.16</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>internal.repo::default::file://${project.build.directory}/mvn-repo</altDeploymentRepository>
</configuration>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>${github.maven-plugin}</version>
<configuration>
<message>Maven artifacts for ${project.version}</message>
<noJekyll>true</noJekyll>
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<branch>refs/heads/mvn-repo</branch>
<includes><include>**/*</include></includes>
<repositoryName>licenseserverjclient</repositoryName>
<repositoryOwner>bvn13</repositoryOwner>
</configuration>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<phase>deploy</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
05abaca0ef753dfafead2af3c3afdecb

View File

@ -0,0 +1 @@
c3ff7a303293d66efe9b901a5fcacff67c97fc32

View File

@ -3,7 +3,7 @@
<groupId>ru.bvn13</groupId>
<artifactId>licenseserverjclient</artifactId>
<versioning>
<release>1.8</release>
<release>1.8.1</release>
<versions>
<version>1.0</version>
<version>1.1</version>
@ -14,7 +14,8 @@
<version>1.6</version>
<version>1.7</version>
<version>1.8</version>
<version>1.8.1</version>
</versions>
<lastUpdated>20170707070828</lastUpdated>
<lastUpdated>20170707071240</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
5bd97f56735b13edb7f0da3b57ea7f4a
30d36c714c7a6fb9078e2589e6f35f7e

View File

@ -1 +1 @@
774c5afbab28da3e569a1e7bf0c1cc8f88c590b8
d77f5780403f895f78b6cbc7c2fe7c14b0c87bc8