Skip to content

Commit

Permalink
[CALCITE-2905] Drop pom.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Nov 19, 2019
1 parent 1ef6a06 commit f2b437a
Show file tree
Hide file tree
Showing 28 changed files with 14 additions and 5,468 deletions.
16 changes: 0 additions & 16 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

13 changes: 8 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
#
version: '{build}'
image: Visual Studio 2017
clone_depth: 10000
clone_depth: 100
# Space and plus are here to catch unit tests that fail to support folders with spaces
clone_folder: C:\projects\calcite +
# branches to build
init:
# We expect that Windows would have CRLF for newlines, so autocrlf=true should be used
# to automatically convert text files to CRLF on checkout
- git config --global core.autocrlf true
branches:
# whitelist
only:
Expand All @@ -34,9 +38,8 @@ matrix:
environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
#- JAVA_HOME: C:\Program Files\Java\jdk9
#- JAVA_HOME: C:\Program Files\Java\jdk10
- JAVA_HOME: C:\Program Files\Java\jdk13
build_script:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Djavax.net.ssl.trustStorePassword=changeit -B -V -Djna.nosys=true
- ./gradlew assemble javadoc
test_script:
- mvn -Dcheckstyle.skip -Dsurefire.useFile=false -Dsurefire.threadCount=1 -Dsurefire.perCoreThreadCount=false -Djavax.net.ssl.trustStorePassword=changeit test -Djna.nosys=true
- ./gradlew check
222 changes: 0 additions & 222 deletions babel/pom.xml

This file was deleted.

Loading

0 comments on commit f2b437a

Please sign in to comment.