Skip to content

Commit

Permalink
修改发布配置
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweijw committed Feb 6, 2018
1 parent 48a7351 commit bec87a0
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 16 deletions.
2 changes: 1 addition & 1 deletion fw-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>github-liuweijw-framework</artifactId>
<groupId>com.github.liuweijw</groupId>
<version>1.1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>github-liuweijw-aop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fw-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>github-liuweijw-framework</artifactId>
<groupId>com.github.liuweijw</groupId>
<version>1.1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.liuweijw.api</groupId>
Expand Down
2 changes: 1 addition & 1 deletion fw-bean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>github-liuweijw-framework</artifactId>
<groupId>com.github.liuweijw</groupId>
<version>1.1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>github-liuweijw-bean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fw-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>github-liuweijw-framework</artifactId>
<groupId>com.github.liuweijw</groupId>
<version>1.1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>github-liuweijw-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fw-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>github-liuweijw-framework</artifactId>
<groupId>com.github.liuweijw</groupId>
<version>1.1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>github-liuweijw-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fw-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>github-liuweijw-framework</artifactId>
<groupId>com.github.liuweijw</groupId>
<version>1.1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>github-liuweijw-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fw-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>github-liuweijw-framework</artifactId>
<groupId>com.github.liuweijw</groupId>
<version>1.1.1</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
126 changes: 117 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
<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">
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ /*
~ * Copyright 2016 http://www.hswebframework.org
~ *
~ * Licensed under the Apache License, Version 2.0 (the "License");
~ * you may not use this file except in compliance with the License.
~ * You may obtain a copy of the License at
~ *
~ * http://www.apache.org/licenses/LICENSE-2.0
~ *
~ * Unless required by applicable law or agreed to in writing, software
~ * distributed under the License is distributed on an "AS IS" BASIS,
~ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ * See the License for the specific language governing permissions and
~ * limitations under the License.
~ */
-->
<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>com.github.liuweijw</groupId>
<artifactId>github-liuweijw-framework</artifactId>
<version>1.1.1</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<modules>
<module>fw-aop</module>
<module>fw-base</module>
Expand All @@ -21,6 +35,37 @@
<module>fw-web</module>
</modules>

<name>liuweijw framework</name>
<url>https://github.com/liuweijw</url>
<description>
基于springboot + swagger2 + jwt 搭建RESTful API框架
</description>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>liuweijw</name>
<email>[email protected]</email>
<roles>
<role>Owner</role>
</roles>
<timezone>+8</timezone>
<url>https://github.com/liuweijw</url>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/liuweijw/fw-framework.git</connection>
<developerConnection>scm:git:https://github.com/liuweijw/fw-framework.git</developerConnection>
<url>https://github.com/liuweijw/fw-framework</url>
<tag>${project.version}</tag>
</scm>

<properties>
<!-- base setting -->
<api.version>${project.version}</api.version>
Expand Down Expand Up @@ -59,8 +104,71 @@
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-releases</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>sonatype-releases</id>
<name>sonatype repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<dependencies>
<dependency>
Expand Down

0 comments on commit bec87a0

Please sign in to comment.