You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by 1ambda <gi...@git.apache.org> on 2017/01/02 05:38:39 UTC

[GitHub] zeppelin issue #1824: [ZEPPELIN-1850] Remove grunt-contrib-clean (grunt)

Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/1824
  
    @Leemoonsoo Thanks for review!
    
    Now `mvn clean` will execute `npm run clean` (8baaea2)
    
    ```
    $ zeppelin-web git:(ZEPPELIN-1850/remove-grunt-clean) mvn clean
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in8.0
    [INFO] Scanning for projects...
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Zeppelin: web Application 0.7.0-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ zeppelin-web ---
    [INFO] Deleting /Users/lambda/github/apache-zeppelin/zeppelin-master/zeppelin-web/target
    [INFO]
    [INFO] --- frontend-maven-plugin:1.3:npm (npm clean) @ zeppelin-web ---
    [INFO] Running 'npm run clean' in /Users/lambda/github/apache-zeppelin/zeppelin-master/zeppelin-web
    [INFO]
    [INFO] > zeppelin-web@0.0.0 clean /Users/lambda/github/apache-zeppelin/zeppelin-master/zeppelin-web
    [INFO] > rimraf dist && rimraf .tmp
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---