Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
ba5fccd4
Unverified
提交
ba5fccd4
authored
7 年前
作者:
Noel Grandin
提交者:
GitHub
7 年前
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #664 from LingMan/pom-update
Update POM file
上级
6814aff8
e8b7d214
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
38 行增加
和
38 行删除
+38
-38
pom.xml
h2/pom.xml
+38
-38
没有找到文件。
h2/pom.xml
浏览文件 @
ba5fccd4
...
@@ -206,11 +206,13 @@
...
@@ -206,11 +206,13 @@
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
build-helper-maven-plugin
</artifactId>
<artifactId>
build-helper-maven-plugin
</artifactId>
<version>
1.1
0
</version>
<version>
3.0.
0
</version>
<executions>
<executions>
<execution>
<execution>
<phase>
generate-test-sources
</phase>
<phase>
generate-test-sources
</phase>
<goals><goal>
add-test-source
</goal></goals>
<goals>
<goal>
add-test-source
</goal>
</goals>
<configuration>
<configuration>
<sources>
<sources>
<source>
src/tools
</source>
<source>
src/tools
</source>
...
@@ -219,53 +221,51 @@
...
@@ -219,53 +221,51 @@
</execution>
</execution>
</executions>
</executions>
</plugin>
</plugin>
<!-- Ma
ven requires at least JRE 1.7 but we want to build with JDK 1.6
-->
<!-- Ma
ke sure neither we nor one of our dependencies uses anything outside JDK 1.7
-->
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-
toolchains
-plugin
</artifactId>
<artifactId>
maven-
enforcer
-plugin
</artifactId>
<version>
1.
1
</version>
<version>
3.0.0-M
1
</version>
<executions>
<executions>
<execution>
<execution>
<id>
check-java-version
</id>
<goals>
<goals>
<goal>
toolchain
</goal>
<goal>
enforce
</goal>
</goals>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>
1.6
</version>
</jdk>
</toolchains>
</configuration>
</plugin>
<!-- Make sure we are not using anything outside JDK 1.6 -->
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
animal-sniffer-maven-plugin
</artifactId>
<version>
1.15
</version>
<executions>
<execution>
<id>
check-java-api
</id>
<phase>
test
</phase>
<goals>
<goal>
check
</goal>
</goals>
</execution>
</executions>
<configuration>
<configuration>
<rules>
<enforceBytecodeVersion>
<maxJdkVersion>
1.7
</maxJdkVersion>
</enforceBytecodeVersion>
<checkSignatureRule
implementation=
"org.codehaus.mojo.animal_sniffer.enforcer.CheckSignatureRule"
>
<signature>
<signature>
<groupId>
org.codehaus.mojo.signature
</groupId>
<groupId>
org.codehaus.mojo.signature
</groupId>
<artifactId>
java16
</artifactId>
<artifactId>
java17
</artifactId>
<version>
1.1
</version>
<version>
1.0
</version>
</signature>
</signature>
</checkSignatureRule>
</rules>
<fail>
true
</fail>
</configuration>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
extra-enforcer-rules
</artifactId>
<version>
1.0-beta-6
</version>
</dependency>
<dependency>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
animal-sniffer-enforcer-rule
</artifactId>
<version>
1.16
</version>
</dependency>
</dependencies>
</plugin>
</plugin>
<!-- Disable surefire since we don't use Junit -->
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.
19
.1
</version>
<version>
2.
20
.1
</version>
<configuration>
<configuration>
<includes>
<includes>
<include>
TestAllJunit.java
</include>
<include>
TestAllJunit.java
</include>
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论