Skip to content

Commit

Permalink
Merge pull request #41 from Moesif/maven_fix
Browse files Browse the repository at this point in the history
Fix maven error
  • Loading branch information
qmjava authored Sep 29, 2023
2 parents 2f54b42 + ed2a12e commit dcc1666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>install</phase>
<goals>
<goal>jar</goal>
</goals>
Expand All @@ -121,6 +122,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>install</phase>
<goals>
<goal>jar</goal>
</goals>
Expand Down

0 comments on commit dcc1666

Please sign in to comment.