Skip to content

Commit

Permalink
include source
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioRomano committed Feb 15, 2024
1 parent 2b037c5 commit b124ba4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<groupId>at.jku.cps</groupId>
<artifactId>travart-core</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -66,12 +65,9 @@
<resource>
<filtering>false</filtering>
<directory>src/main/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.java</include>
</includes>
</resource>
</resources>
<plugins>
Expand Down

0 comments on commit b124ba4

Please sign in to comment.