Skip to content

Commit

Permalink
Merge pull request #1864 from koo-taejin/#1843
Browse files Browse the repository at this point in the history
Integrating Grunt's build into an existing Maven build. #1843
  • Loading branch information
koo-taejin committed Jun 22, 2016
2 parents a28968a + e92d766 commit ef5c171
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,20 +461,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<filesets>
<fileset>
<directory>${project.basedir}/src/node</directory>
</fileset>
<fileset>
<directory>${project.basedir}/src/node_modules</directory>
</fileset>
</filesets>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit ef5c171

Please sign in to comment.