This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Missed special properties…
master
Gintas Grigelionis
6 years ago
parent
3690ab246d
commit
f7aa06b03f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/etc/poms/ant/pom.xml
+ 2
- 2
src/etc/poms/ant/pom.xml
View File
@@ -229,11 +229,11 @@
</property>
<property>
<name>build.tests</name>
<value>target/
build
/testcases</value>
<value>target/
${project.artifactId}
/testcases</value>
</property>
<property>
<name>build.tests.value</name>
<value>${project.basedir}/target/
build
/testcases</value>
<value>${project.basedir}/target/
${project.artifactId}
/testcases</value>
</property>
<property>
<name>offline</name>
Write
Preview
Loading…
Cancel
Save