~bigdata-dev/bigdata-data/snap-hadoop

« back to all changes in this revision

Viewing changes to snap/snapcraft.yaml

  • Committer: Kevin W Monroe
  • Date: 2017-09-08 04:43:36 UTC
  • Revision ID: git-v1:f3b94980ace3105df8a271f895f5f10105b82921
bigtop-groovy requires maven

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    after:
67
67
      - bigtop
68
68
    source: https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.10.zip
69
 
    plugin: dump
 
69
    plugin: maven
70
70
    prepare: |
71
71
      cp ../../bigtop/build/bigtop-snap.bom \
72
72
        ../../bigtop/build/bigtop-packages/src/common/bigtop-groovy/bigtop.bom
73
73
      chmod 755 ../../bigtop/build/bigtop-packages/src/common/bigtop-groovy/do-component-build
74
74
      chmod 755 ../../bigtop/build/bigtop-packages/src/common/bigtop-groovy/install_groovy.sh
75
75
    build: |
 
76
      # the maven plugin ensures we get the right build tools, but we \
 
77
      # still want to use the bigtop build recipe.
76
78
      ../../bigtop/build/bigtop-packages/src/common/bigtop-groovy/do-component-build
77
79
    install: |
78
80
      ../../bigtop/build/bigtop-packages/src/common/bigtop-groovy/install_groovy.sh \