Skip to content

Commit

Permalink
MID-6319: POM fixes + checkstyle disabled for repo because of Q* classes
Browse files Browse the repository at this point in the history
Querydsl uses different convention for static final fields (still OK).
  • Loading branch information
virgo47 committed Jun 23, 2020
1 parent d8bd999 commit 043a18d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@
Hence, " -Dmaven.javadoc.skip" is not necessary with "-P -dist".
Quick developer's run without any tests, skipping distribution (~6m):
mvn clean install -P -dist -DskipTests -Dcheckstyle.skip
mvn clean install -P -dist -DskipTests
"Quick" build with unit tests only and checkstyle (~30m):
mvn clean install -P -dist -DskipITs
Expand Down
6 changes: 6 additions & 0 deletions repo/repo-sql-impl/pom.xml
Expand Up @@ -26,6 +26,7 @@

<!-- TODO MID-6319 -->
<querydsl.version>4.3.1</querydsl.version>
<checkstyle.skip>true</checkstyle.skip>
</properties>

<dependencies>
Expand Down Expand Up @@ -169,6 +170,11 @@
<artifactId>querydsl-sql</artifactId>
<version>${querydsl.version}</version>
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-core</artifactId>
<version>${querydsl.version}</version>
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-sql-codegen</artifactId>
Expand Down

0 comments on commit 043a18d

Please sign in to comment.