Skip to content

Commit b0229f8

Browse files
committed
Added a few missing ignores #91.
1 parent 440eb17 commit b0229f8

File tree

8 files changed

+13
-29
lines changed

8 files changed

+13
-29
lines changed

.gitignore

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
/err
22
/std
3-
4-
plugins/.settings/org.eclipse.core.resources.prefs
5-
6-
plugins/.settings/org.eclipse.jdt.core.prefs
7-
8-
tests/simple-hashCode-equals-01/.project
9-
10-
tests/simple-hashCode-equals-01/.classpath
3+
target
4+
.project
5+
.settings

build-1.7.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

dist/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/files/
1+
files
2+
target

full-build-1.7.bat

Lines changed: 0 additions & 5 deletions
This file was deleted.

full-build-9.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setlocal
22
echo Setting JAVA_HOME to %JAVA9_HOME%.
33
set JAVA_HOME=%JAVA9_HOME%
4-
call mvn clean install --fail-at-end -Pall -DperformRelease
4+
call mvn clean install --fail-at-end -DperformRelease -Pall,sonatype-oss-release
55
endlocal

install-1.7.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

qrelease.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
setlocal
2-
echo Setting JAVA_HOME to %JAVA7_HOME%.
3-
set JAVA_HOME=%JAVA7_HOME%
2+
echo Setting JAVA_HOME to %JAVA9_HOME%.
3+
set JAVA_HOME=%JAVA9_HOME%
44

55
echo Performing a full clean build.
66
rem pause
7-
call mvn clean install -DperformRelease -Pall
7+
call mvn clean install -Pall,sonatype-oss-release -DperformRelease
88
echo Full clean build completed.
99
rem pause
1010

@@ -19,7 +19,7 @@ rem pause
1919

2020
echo Performing a full clean build.
2121
rem pause
22-
call mvn clean install -Pall -DperformRelease
22+
call mvn clean install -Pall,sonatype-oss-release -DperformRelease
2323
echo Full clean build completed.
2424
rem pause
2525

@@ -44,7 +44,7 @@ rem pause
4444

4545
echo Performing full clean deploy.
4646
rem pause
47-
call mvn -DperformRelease -Psonatype-oss-release,all clean deploy
47+
call mvn -DperformRelease -Pall,sonatype-oss-release clean deploy
4848
echo Full clean deploy done.
4949
rem pause
5050

@@ -59,7 +59,7 @@ rem pause
5959

6060
echo Performing a full clean build.
6161
rem pause
62-
call mvn clean install -DperformRelease -Pall
62+
call mvn clean install -DperformRelease -Pall,sonatype-oss-release
6363
echo Full clean build completed.
6464
rem pause
6565

samples/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target

0 commit comments

Comments
 (0)