|
@@ -43,8 +43,7 @@
|
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
-
|
|
|
- <name>${project.groupId}:${project.artifactId}</name>
|
|
|
+ <name>hsweb framework</name>
|
|
|
<url>http://www.hswebframework.org</url>
|
|
|
<description>hsweb (haʊs wɛb) 是一个用于快速搭建企业后台管理系统的基础项目,集成一揽子便捷功能如:通用增删改查,在线代码生成,权限管理(可控制到列和行),动态多数据源分布式事务,动态脚本,动态定时任务,在线数据库维护等等</description>
|
|
|
|
|
@@ -160,6 +159,18 @@
|
|
|
</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>
|
|
|
</profile>
|
|
|
</profiles>
|
|
|
|
|
@@ -190,36 +201,36 @@
|
|
|
</plugin>
|
|
|
|
|
|
<!--<plugin>-->
|
|
|
- <!--<artifactId>maven-source-plugin</artifactId>-->
|
|
|
- <!--<version>2.4</version>-->
|
|
|
- <!--<configuration>-->
|
|
|
- <!--<attach>true</attach>-->
|
|
|
- <!--</configuration>-->
|
|
|
- <!--<executions>-->
|
|
|
- <!--<execution>-->
|
|
|
- <!--<phase>compile</phase>-->
|
|
|
- <!--<goals>-->
|
|
|
- <!--<goal>jar</goal>-->
|
|
|
- <!--</goals>-->
|
|
|
- <!--</execution>-->
|
|
|
- <!--</executions>-->
|
|
|
+ <!--<artifactId>maven-source-plugin</artifactId>-->
|
|
|
+ <!--<version>2.4</version>-->
|
|
|
+ <!--<configuration>-->
|
|
|
+ <!--<attach>true</attach>-->
|
|
|
+ <!--</configuration>-->
|
|
|
+ <!--<executions>-->
|
|
|
+ <!--<execution>-->
|
|
|
+ <!--<phase>compile</phase>-->
|
|
|
+ <!--<goals>-->
|
|
|
+ <!--<goal>jar</goal>-->
|
|
|
+ <!--</goals>-->
|
|
|
+ <!--</execution>-->
|
|
|
+ <!--</executions>-->
|
|
|
<!--</plugin>-->
|
|
|
|
|
|
<!--<plugin>-->
|
|
|
- <!--<groupId>org.apache.maven.plugins</groupId>-->
|
|
|
- <!--<artifactId>maven-javadoc-plugin</artifactId>-->
|
|
|
- <!--<version>2.9.1</version>-->
|
|
|
- <!--<configuration>-->
|
|
|
- <!--<aggregate>true</aggregate>-->
|
|
|
- <!--</configuration>-->
|
|
|
- <!--<executions>-->
|
|
|
- <!--<execution>-->
|
|
|
- <!--<phase>deploy</phase>-->
|
|
|
- <!--<goals>-->
|
|
|
- <!--<goal>jar</goal>-->
|
|
|
- <!--</goals>-->
|
|
|
- <!--</execution>-->
|
|
|
- <!--</executions>-->
|
|
|
+ <!--<groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+ <!--<artifactId>maven-javadoc-plugin</artifactId>-->
|
|
|
+ <!--<version>2.9.1</version>-->
|
|
|
+ <!--<configuration>-->
|
|
|
+ <!--<aggregate>true</aggregate>-->
|
|
|
+ <!--</configuration>-->
|
|
|
+ <!--<executions>-->
|
|
|
+ <!--<execution>-->
|
|
|
+ <!--<phase>deploy</phase>-->
|
|
|
+ <!--<goals>-->
|
|
|
+ <!--<goal>jar</goal>-->
|
|
|
+ <!--</goals>-->
|
|
|
+ <!--</execution>-->
|
|
|
+ <!--</executions>-->
|
|
|
<!--</plugin>-->
|
|
|
|
|
|
<plugin>
|
|
@@ -375,29 +386,17 @@
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
- <!--<distributionManagement>-->
|
|
|
- <!--<repository>-->
|
|
|
- <!--<id>releases</id>-->
|
|
|
- <!--<name>Nexus Release Repository</name>-->
|
|
|
- <!--<url>http://nexus.hsweb.me/content/repositories/releases/</url>-->
|
|
|
- <!--</repository>-->
|
|
|
- <!--<snapshotRepository>-->
|
|
|
- <!--<id>snapshots</id>-->
|
|
|
- <!--<name>Nexus Snapshot Repository</name>-->
|
|
|
- <!--<url>http://nexus.hsweb.me/content/repositories/snapshots/</url>-->
|
|
|
- <!--</snapshotRepository>-->
|
|
|
- <!--</distributionManagement>-->
|
|
|
|
|
|
<distributionManagement>
|
|
|
<repository>
|
|
|
- <id>sonatype-releases</id>
|
|
|
- <name>sonatype repository</name>
|
|
|
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
|
|
+ <id>releases</id>
|
|
|
+ <name>Nexus Release Repository</name>
|
|
|
+ <url>http://nexus.hsweb.me/content/repositories/releases/</url>
|
|
|
</repository>
|
|
|
<snapshotRepository>
|
|
|
- <id>sonatype-snapshots</id>
|
|
|
+ <id>snapshots</id>
|
|
|
<name>Nexus Snapshot Repository</name>
|
|
|
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
+ <url>http://nexus.hsweb.me/content/repositories/snapshots/</url>
|
|
|
</snapshotRepository>
|
|
|
</distributionManagement>
|
|
|
|
|
@@ -411,9 +410,9 @@
|
|
|
</snapshots>
|
|
|
</pluginRepository>
|
|
|
<pluginRepository>
|
|
|
- <id>aliyun-nexus</id>
|
|
|
- <name>aliyun</name>
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
+ <id>aliyun-nexus</id>
|
|
|
+ <name>aliyun</name>
|
|
|
+ <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
</project>
|