hal / testsuite.next

Testsuite for HAL
Apache License 2.0
2 stars 26 forks source link

added all profile to work in IntelliJ IDEA, changed repository snapsh… #17

Closed spriadka closed 6 years ago

spriadka commented 6 years ago

This PR is a combination of solutions for these issues: #14 #15 #16. When ticking the all profile in the Maven Projects window, project layout is visualized as expected. Setting the <snapshots> configuration in the repositories solves the problem of the timestamped SNAPSHOT version issue. Disabling the default-jar goal of the maven-jar-plugin results in no excessive warnings in the build and the test-jar goal is introduced as tests/basic, tests/rbac, tests/transactions contain only test code.

spriadka commented 6 years ago

@zebrik WDYT?

hpehl commented 6 years ago

LGTM. If there are no objections from your side @zebrik, I'm going to merge this PR.

zebrik commented 6 years ago

LGTM.