|
@@ -45,7 +45,9 @@
|
|
|
|
|
|
<name>hsweb framework</name>
|
|
|
<url>http://www.hswebframework.org</url>
|
|
|
- <description>hsweb (haʊs wɛb) 是一个用于快速搭建企业后台管理系统的基础项目,集成一揽子便捷功能如:通用增删改查,在线代码生成,权限管理(可控制到列和行),动态多数据源分布式事务,动态脚本,动态定时任务,在线数据库维护等等</description>
|
|
|
+ <description>hsweb (haʊs wɛb)
|
|
|
+ 是一个用于快速搭建企业后台管理系统的基础项目,集成一揽子便捷功能如:通用增删改查,在线代码生成,权限管理(可控制到列和行),动态多数据源分布式事务,动态脚本,动态定时任务,在线数据库维护等等
|
|
|
+ </description>
|
|
|
|
|
|
<licenses>
|
|
|
<license>
|
|
@@ -173,9 +175,78 @@
|
|
|
</distributionManagement>
|
|
|
</profile>
|
|
|
</profiles>
|
|
|
-
|
|
|
<build>
|
|
|
+
|
|
|
<plugins>
|
|
|
+ <!--<plugin>-->
|
|
|
+ <!--<groupId>org.eluder.coveralls</groupId>-->
|
|
|
+ <!--<artifactId>coveralls-maven-plugin</artifactId>-->
|
|
|
+ <!--<version>4.3.0</version>-->
|
|
|
+ <!--</plugin>-->
|
|
|
+
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.jacoco</groupId>
|
|
|
+ <artifactId>jacoco-maven-plugin</artifactId>
|
|
|
+ <version>0.7.9</version>
|
|
|
+ <configuration>
|
|
|
+ <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile>
|
|
|
+ <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
|
|
|
+ <output>file</output>
|
|
|
+ <append>true</append>
|
|
|
+ </configuration>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <goals>
|
|
|
+ <goal>prepare-agent</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ <execution>
|
|
|
+ <id>report</id>
|
|
|
+ <phase>prepare-package</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>report</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!--<plugin>-->
|
|
|
+ <!--<groupId>org.codehaus.mojo</groupId>-->
|
|
|
+ <!--<artifactId>cobertura-maven-plugin</artifactId>-->
|
|
|
+ <!--<version>2.7</version>-->
|
|
|
+ <!--<configuration>-->
|
|
|
+ <!--<formats>-->
|
|
|
+ <!--<format>xml</format>-->
|
|
|
+ <!--<format>html</format>-->
|
|
|
+ <!--</formats>-->
|
|
|
+ <!--<aggregate>true</aggregate>-->
|
|
|
+ <!--<instrumentation>-->
|
|
|
+ <!--<excludes>-->
|
|
|
+ <!--<exclude>**/*Test.class</exclude>-->
|
|
|
+ <!--<exclude>**/*Tests.class</exclude>-->
|
|
|
+ <!--<exclude>**/*Entity.class</exclude>-->
|
|
|
+ <!--<exclude>**/*Configuration.class</exclude>-->
|
|
|
+ <!--</excludes>-->
|
|
|
+ <!--</instrumentation>-->
|
|
|
+ <!--</configuration>-->
|
|
|
+ <!--<executions>-->
|
|
|
+ <!--<execution>-->
|
|
|
+ <!--<phase>package</phase>-->
|
|
|
+ <!--<goals>-->
|
|
|
+ <!--<goal>cobertura</goal>-->
|
|
|
+ <!--</goals>-->
|
|
|
+ <!--</execution>-->
|
|
|
+ <!--</executions>-->
|
|
|
+ <!--<dependencies>-->
|
|
|
+ <!--<dependency>-->
|
|
|
+ <!--<groupId>org.codehaus.javancss</groupId>-->
|
|
|
+ <!--<artifactId>javancss</artifactId>-->
|
|
|
+ <!--<version>33.54</version>-->
|
|
|
+ <!--</dependency>-->
|
|
|
+ <!--</dependencies>-->
|
|
|
+ <!--</plugin>-->
|
|
|
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -401,18 +472,18 @@
|
|
|
</distributionManagement>
|
|
|
|
|
|
<pluginRepositories>
|
|
|
- <pluginRepository>
|
|
|
- <id>hsweb-nexus</id>
|
|
|
- <name>Nexus Release Repository</name>
|
|
|
- <url>http://nexus.hsweb.me/content/groups/public/</url>
|
|
|
- <snapshots>
|
|
|
- <enabled>true</enabled>
|
|
|
- </snapshots>
|
|
|
- </pluginRepository>
|
|
|
+ <!--<pluginRepository>-->
|
|
|
+ <!--<id>hsweb-nexus</id>-->
|
|
|
+ <!--<name>Nexus Release Repository</name>-->
|
|
|
+ <!--<url>http://nexus.hsweb.me/content/groups/public/</url>-->
|
|
|
+ <!--<snapshots>-->
|
|
|
+ <!--<enabled>true</enabled>-->
|
|
|
+ <!--</snapshots>-->
|
|
|
+ <!--</pluginRepository>-->
|
|
|
<pluginRepository>
|
|
|
<id>aliyun-nexus</id>
|
|
|
<name>aliyun</name>
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
-</project>
|
|
|
+</project>
|