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.
This PR is a combination of solutions for these issues: #14 #15 #16. When ticking the
all
profile in theMaven Projects
window, project layout is visualized as expected. Setting the<snapshots>
configuration in the repositories solves the problem of the timestampedSNAPSHOT
version issue. Disabling thedefault-jar
goal of themaven-jar-plugin
results in no excessive warnings in the build and thetest-jar
goal is introduced astests/basic
,tests/rbac
,tests/transactions
contain only test code.