Skip to content

Commit 8391b8b

Browse files
committed
Minor changes.
1 parent 4bdafcc commit 8391b8b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

full-build-1.6.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
setlocal
2+
echo Setting JAVA_HOME to %JAVA6_HOME%.
3+
set JAVA_HOME=%JAVA6_HOME%
4+
call mvn clean install -Pall -DperformRelease
5+
endlocal

tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<module>issues</module>
1717
<module>JAXB-1058</module>
1818
<module>one</module>
19+
<module>simple-hashCode-equals-01</module>
1920
<module>simplify-01</module>
2021
<module>wildcard</module>
2122
<module>zj</module>

0 commit comments

Comments
 (0)