Repository: nifi-registry Updated Branches: refs/heads/master 7b707a05d -> 5fbe5012b
NIFIREG-25 - mvn clean should delete everything from the frontend working directory This closes #16. Signed-off-by: Bryan Bende <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/5fbe5012 Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/5fbe5012 Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/5fbe5012 Branch: refs/heads/master Commit: 5fbe5012bec93fa6c020de5085927d7f6af213cb Parents: 7b707a0 Author: Scott Aslan <[email protected]> Authored: Tue Oct 10 09:55:34 2017 -0400 Committer: Bryan Bende <[email protected]> Committed: Tue Oct 10 11:20:57 2017 -0400 ---------------------------------------------------------------------- nifi-registry-web-ui/pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/5fbe5012/nifi-registry-web-ui/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-web-ui/pom.xml b/nifi-registry-web-ui/pom.xml index 9ea2f4e..56b733e 100644 --- a/nifi-registry-web-ui/pom.xml +++ b/nifi-registry-web-ui/pom.xml @@ -265,30 +265,6 @@ </webResources> </configuration> </plugin> - <!-- - Speed up build time by excluding node, npm, and any node_modules from `mvn clean` since the front-end-maven plugin uses these - directories as cache. - --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> - <configuration> - <excludeDefaultDirectories>true</excludeDefaultDirectories> - <filesets> - <fileset> - <directory>${project.build.directory}</directory> - <includes> - <include>**</include> - </includes> - <excludes> - <exclude>frontend-working-directory/node/**/*</exclude> - <exclude>frontend-working-directory/node_modules/**/*</exclude> - </excludes> - </fileset> - </filesets> - </configuration> - </plugin> <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId>
