-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.yml
More file actions
31 lines (24 loc) · 773 Bytes
/
pom.yml
File metadata and controls
31 lines (24 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
modelVersion: 4.0.0
parent:
groupId: io.skullabs.boilerplates
artifactId: java-8
version: 1.0.0
artifactId: class-generator
groupId: io.skullabs.apt
version: "0.4.1"
properties:
version.lombok: "1.18.24"
versions.mustache: "0.9.4"
versions.compile-testing: "0.18"
url: "https://github.com/Skullabs/class-generator"
description: "A simplified class generator"
dependencies:
- { groupId: com.github.spullara.mustache.java, artifactId: compiler, version: "${versions.mustache}" }
- { groupId: com.google.testing.compile, artifactId: compile-testing, version: "${versions.compile-testing}", scope: test }
build:
plugins:
- groupId: org.apache.maven.plugins
artifactId: maven-javadoc-plugin
version: 3.1.0
configuration:
source: "8"