~dholbach/snapcraft/1491303

« back to all changes in this revision

Viewing changes to plugins/maven-project.yaml

  • Committer: Snappy Tarmac
  • Author(s): Loïc Minier
  • Date: 2015-08-20 21:21:30 UTC
  • mfrom: (88.2.15 mvn-plugin)
  • Revision ID: snappy_tarmac-20150820212130-q8ujclwicmxdjlyo
Add initial and trivial mvn plugin; runs "mvn package" and copies resulting *.jar and *.war files. by lool approved by sergiusens

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
module: maven_project
 
2
build-tools:
 
3
  - maven
 
4
requires:
 
5
  - jdk
 
6
options:
 
7
  source:
 
8
    required: true
 
9
  source-type:
 
10
  source-tag:
 
11
  source-branch: