Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
PYushchenko committed Dec 28, 2018
1 parent 356d9d3 commit 25adc23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.smartdec</groupId>
<artifactId>smartcheck</artifactId>
Expand Down Expand Up @@ -68,7 +68,9 @@
</execution>
</executions>
<configuration>
<excludes>**/generated-source/**/*</excludes>
<sourceDirectories>
<sourceDirectory>src/main/java</sourceDirectory>
</sourceDirectories>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 25adc23

Please sign in to comment.