Skip to content

Commit

Permalink
Add source into packaged jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrevarthen committed Aug 5, 2018
1 parent e69b3b8 commit 71cb874
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.detroitlabs</groupId>
<artifactId>katalon-mobile-util</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>katalon-mobile-util</name>
Expand All @@ -18,6 +18,14 @@
</properties>

<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.java</include>
</includes>
</resource>
</resources>
<plugins>
<!-- `mvn install` will copy the built jar to your Katalon project -->
<plugin>
Expand Down

0 comments on commit 71cb874

Please sign in to comment.