The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
78 Star 240 Fork 59

nico / no-framework
Paused

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pom.xml 5.05 KB
Copy Edit Raw Blame History
nico authored 2018-10-16 19:50 . 版本更新至1.1.4
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gitee.ainilili</groupId>
<artifactId>noframework</artifactId>
<version>1.1.4</version>
<name>noframework</name>
<url>https://gitee.com/ainilili/No-Framework</url>
<packaging>pom</packaging>
<description>From the service container to the service framework, from hypertext parsing to document configuration, the handlebar implements a simple Spring family bucket</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>nico</name>
<email>ainililia@163.com</email>
<organization>iamnico</organization>
<organizationUrl>http://iamnico.cn</organizationUrl>
</developer>
</developers>
<scm>
<url>https://gitee.com/ainilili/No-Framework</url>
</scm>
<properties>
<java.version.source>1.7</java.version.source>
<java.version.target>1.7</java.version.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.compiler.argument />
<java.test.compiler.argument>${java.compiler.argument}</java.test.compiler.argument>
<modules.version>1.0.3</modules.version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${java.version.source}</source>
<target>${java.version.target}</target>
<compilerArgument>${java.compiler.argument}</compilerArgument>
<testSource>${java.specification.version}</testSource>
<testTarget>${java.specification.version}</testTarget>
<testCompilerArgument>${java.test.compiler.argument}</testCompilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>nico</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</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.sonatype.plugins</groupId>
<artifactId>jarjar-maven-plugin</artifactId>
<version>1.9</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
</plugins>
</build>
<modules>
<module>nico-nf</module>
<module>nico-nofig</module>
<module>nico-noaoc</module>
<module>nico-noaoc-listener-for-nocat</module>
<module>nico-noasm</module>
<module>nico-nocat</module>
<module>nico-nodb</module>
<module>nico-nolog</module>
<module>nico-nomvc</module>
<module>nico-nomvc-support-for-nocat</module>
<module>nico-nomvc-support-for-tomcat</module>
<module>nico-noson</module>
<module>nico-seeker</module>
</modules>
<distributionManagement>
<snapshotRepository>
<id>nico</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>nico</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
Java
1
https://gitee.com/ainilili/No-Framework.git
git@gitee.com:ainilili/No-Framework.git
ainilili
No-Framework
no-framework
master

Search