Skip to content

Commit

Permalink
Convert build to Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jan 14, 2020
1 parent 167490a commit df88f8f
Show file tree
Hide file tree
Showing 24 changed files with 769 additions and 803 deletions.
46 changes: 19 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
# Build files
.gradle/
gradle.properties
build/

# Ignore IntelliJ files
.idea/
out/
*.iml
*.eml

*.pyc

# vi temp files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]

# tests logging output
tempto_logs

# test reports
*.ipr
*.iws
target/
pom.xml.versionsBackup
test-output/
test-reports/

# python packaging artifacts
dist/

# etc
*.log
*.orig
tempto_logs/
.idea
.DS_Store
.classpath
.settings
.project
temp-testng-customsuite.xml
test-output
.externalToolBuilders
*~
benchmark_outputs
*.pyc
*.class
.checkstyle
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ jdk: openjdk8
git:
quiet: true

install: ./gradlew build -x test
install:
- mvn install -B -V -DskipTests -Dair.check.skip-all
- mvn dependency:go-offline -B -Dsilent

script:
- ./gradlew test
- mvn install -B
- ./tempto-examples/bin/run_on_docker.sh --thread-count 2 -x failing
- CONFIG_FILE=tempto-configuration-read-only.yaml ./tempto-examples/bin/run_on_docker.sh --thread-count 2 -g in_memory
- CONFIG_FILE=tempto-configuration-no-db.yaml ./tempto-examples/bin/run_on_docker.sh --thread-count 2 -g ssh
Expand Down
11 changes: 0 additions & 11 deletions apache_license_header.txt

This file was deleted.

209 changes: 0 additions & 209 deletions build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions gradle.properties.example

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit df88f8f

Please sign in to comment.