Skip to content

Commit

Permalink
chore: Return common module to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurkambay committed Mar 8, 2024
1 parent dcb5de5 commit f0f99dd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 231 deletions.
23 changes: 0 additions & 23 deletions server/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<junit.platform.version>1.6.0</junit.platform.version>
<mockito.core.version>5.10.0</mockito.core.version>
<maven.surefire.plugin.version>3.0.0-M3</maven.surefire.plugin.version>
<maven.checkstyle.plugin.version>3.1.1</maven.checkstyle.plugin.version>
<maven.cobertura.plugin.version>2.7</maven.cobertura.plugin.version>
<maven.coveralls.plugin.version>4.3.0</maven.coveralls.plugin.version>
<maven.jacoco.plugin.version>0.8.11</maven.jacoco.plugin.version>
Expand Down Expand Up @@ -225,28 +224,6 @@
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven.checkstyle.plugin.version}</version>
<configuration>
<configLocation>${project.basedir}/src/style/checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
Expand Down
25 changes: 0 additions & 25 deletions server/common/src/style/checkstyle-suppressions.xml

This file was deleted.

181 changes: 0 additions & 181 deletions server/common/src/style/checkstyle.xml

This file was deleted.

2 changes: 0 additions & 2 deletions server/common/src/style/javaHeader.txt

This file was deleted.

1 change: 1 addition & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<module>dialect-idms</module>
<module>dialect-daco</module>
<module>test</module>
<module>common</module>
</modules>

<properties>
Expand Down

0 comments on commit f0f99dd

Please sign in to comment.