-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbobfile
44 lines (42 loc) · 1.6 KB
/
bobfile
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
include https://raw.githubusercontent.com/codemonstur/bobfiles/master/foss-lib-github-maven
vendor: com.github.codemonstur
name: htmlcompiler
version: 5.8.0
description: An HTML compiler, with maven plugin
license:
name: MIT
developer:
name: Jurgen Voorneveld
email: [email protected]
enablePreview: false
packaging: maven-plugin
dependencies:
- repository: org.jsoup:jsoup:1.18.1
- repository: com.google.code.gson:gson:2.11.0
- repository: commons-io:commons-io:2.16.1
- repository: io.pebbletemplates:pebble:3.2.2
- repository: com.github.hazendaz:htmlcompressor:2.0.1
- repository: com.yahoo.platform.yui:yuicompressor:2.4.8
- repository: com.google.javascript:closure-compiler:v20240317
- repository: de.inetsoftware:jlessc:1.12
- repository: com.vaadin:vaadin-sass-compiler:0.9.13
- repository: de.neuland-bfi:jade4j:1.3.2
# This library doesn't work, but bob fails to load the older version (2.0.4) because its pom is invalid
- repository: de.neuland-bfi:pug4j:2.2.0
- repository: com.github.codemonstur:simplexml:3.2.0
- repository: org.apache.maven:maven-core:3.9.6
scope: provided
- repository: org.apache.maven:maven-plugin-api:3.9.6
scope: provided
- repository: org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1
scope: provided
- repository: org.apache.maven:maven-project:3.0-alpha-2
scope: provided
# - repository: com.helger:ph-css:6.3.0
# scope: test
- repository: net.sourceforge.cssparser:cssparser:0.9.30
scope: test
- repository: org.junit.jupiter:junit-jupiter:5.10.1
scope: test
build
| mvn clean package -DskipTests