Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xezard committed Jul 21, 2022
1 parent 63cc347 commit ceb15ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<build>
<defaultGoal>install</defaultGoal>
<defaultGoal>clean package install</defaultGoal>

<finalName>XGlowExample-${project.parent.version}</finalName>

Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<build>
<defaultGoal>install</defaultGoal>
<defaultGoal>clean package install</defaultGoal>

<finalName>XGlow-${project.parent.version}</finalName>

Expand Down

0 comments on commit ceb15ef

Please sign in to comment.