Skip to content

DATAJDBC-576 - Control test execution with missing licence via profile. #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

schauder
Copy link
Contributor

Running all tests with

./mvnw clean install -Pall-dbs

or similar now requires an appropriate container-license-acceptance.txt to be on the classpath.

In order to ignore the tests that require an explicit license acceptance one may add the maven profile ignore-missing-licence like so

./mvnw clean install -Pall-dbs,ignore-missing-licence

DATAJDBC-576.

schauder added 2 commits July 15, 2020 09:54
Running all tests with

```
./mvnw clean install -Pall-dbs
```

or similar now requires an appropriate `container-license-acceptance.txt` to be on the classpath.

In order to ignore the tests that require an explicit license acceptance one may add the maven profile `ignore-missing-licence` like so

```
./mvnw clean install -Pall-dbs,ignore-missing-licence
```
mp911de pushed a commit that referenced this pull request Jul 17, 2020
Running all tests with

```
./mvnw clean install -Pall-dbs
```

or similar now requires an appropriate `container-license-acceptance.txt` to be on the classpath.

In order to ignore the tests that require an explicit license acceptance one may add the maven profile `ignore-missing-license` like so

```
./mvnw clean install -Pall-dbs,ignore-missing-license
```

Original pull request: #239.
mp911de added a commit that referenced this pull request Jul 17, 2020
Consistent spelling of license. Tweak exception propagation. Consistently use asciidoc syntax for code blocks.

Original pull request: #239.
@mp911de
Copy link
Member

mp911de commented Jul 17, 2020

That's merged and polished now.

@mp911de mp911de closed this Jul 17, 2020
@mp911de mp911de deleted the issue/DATAJDBC-576 branch July 17, 2020 07:23
mp911de added a commit that referenced this pull request Jul 17, 2020
Consistent spelling of license. Tweak exception propagation. Consistently use asciidoc syntax for code blocks.

Original pull request: #239.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants