Skip to content

Commit

Permalink
Change the 'publish' task to 'publishToMavenLocal' in the helper pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed May 15, 2019
1 parent ea12ed0 commit 6b0c3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openapi-generator-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<!-- calls "clean assemble install" -->
<task>clean</task>
<task>assemble</task>
<task>install</task>
<task>publishToMavenLocal</task>
</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit 6b0c3fa

Please sign in to comment.