Skip to content

Commit

Permalink
#1612 fix version sync + cleaning dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Olosutean committed Feb 11, 2021
1 parent a52af47 commit e1280b9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion menas-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@

<build>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>${basedir}/ui/dist</directory>
<directory>${basedir}/ui/node_modules</directory>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
Expand Down Expand Up @@ -65,7 +76,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>version ${project.parent.version}</arguments>
<arguments>version ${project.parent.version} --allow-same-version</arguments>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit e1280b9

Please sign in to comment.