| 组织ID: |
com.github.1991wangliang |
| 项目ID: |
lorne_exception |
| 版本: |
1.0.0-test |
| 最后修改时间: |
2019-11-30 08:41:40 |
| 包类型: |
jar |
| 标题: |
lorne_exception |
| 描述: |
exception framework |
| 相关URL: |
https://github.com/1991wangliang/lorne_exception |
| 大小: |
7.68KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.1991wangliang</groupId>
<artifactId>lorne_exception</artifactId>
<version>1.0.0-test</version>
</dependency>
|
| Gradle引入代码: |
com.github.1991wangliang:lorne_exception:1.0.0-test
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>com.github.1991wangliang</groupId>
<artifactId>lorne_exception</artifactId>
<version>1.0.0-test</version>
<name>lorne_exception</name>
<description>exception framework</description>
<url>https://github.com/1991wangliang/lorne_exception</url>
<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>lorne</name>
<email>1991wangliang@gmail.com</email>
<roles>
<role>developer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/1991wangliang/lorne_exception.git</connection>
<developerConnection>scm:git:https://github.com/1991wangliang/lorne_exception.git</developerConnection>
<url>https://github.com/1991wangliang/lorne_exception</url>
<tag>v${project.version}</tag>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<name>Maven Central Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<!--<packaging>pom</packaging>-->
<properties>
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compile.source>1.7</maven.compile.source>
<maven.compile.target>1.7</maven.compile.target>
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${maven.compile.source}</source>
<target>${maven.compile.target}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.lorne.core.framework.exception.IOException.class
com.lorne.core.framework.exception.ServiceException.class
com.lorne.core.framework.exception.FeignErrorException.class
com.lorne.core.framework.exception.TransactionException.class
com.lorne.core.framework.exception.LEException.class
com.lorne.core.framework.exception.DBException.class
com.lorne.core.framework.exception.ParamException.class
com.lorne.core.framework.exception.SerializerException.class
META-INF/maven/com.github.1991wangliang/lorne_exception/pom.xml
META-INF/maven/com.github.1991wangliang/lorne_exception/pom.properties
|
| 依赖Jar: |
无
|