~popey/+junk/che

« back to all changes in this revision

Viewing changes to snap/snapcraft.yaml

  • Committer: Alan Pope
  • Date: 2018-04-04 11:56:44 UTC
  • Revision ID: alan@popey.com-20180404115644-k0lyp65d017fh74i
Actually set the proxy settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    source-tag: '6.3.0'
16
16
    build: |
17
17
      export MAVEN_CLI_OPTS="-DproxySet=true -Dhttp.proxyHost=snap-proxy.launchpad.net -Dhttp.proxyPort=3128"
18
 
      mvn -e -DskipTests=true -Dfindbugs.skip=true -Dgwt.compiler.localWorkers=2 -T 1C -Dmdep.analyze.skip=true -Dlicense.skip=true -Pnative clean install
 
18
      mvn $MAVEN_CLI_OPTS -e -DskipTests=true -Dfindbugs.skip=true -Dgwt.compiler.localWorkers=2 -T 1C -Dmdep.analyze.skip=true -Dlicense.skip=true -Pnative clean install
19
19
    build-packages:
20
20
      - golang
21
21
      #- nodejs