File tree Expand file tree Collapse file tree 1 file changed +17
-22
lines changed Expand file tree Collapse file tree 1 file changed +17
-22
lines changed Original file line number Diff line number Diff line change 15
15
<artifactId >jsoup</artifactId >
16
16
<version >1.13.1</version >
17
17
</dependency >
18
- <!-- <dependency>-->
19
- <!-- <groupId>sh.tak.appbundler</groupId>-->
20
- <!-- <artifactId>appbundle-maven-plugin</artifactId>-->
21
- <!-- <version>1.2.0</version>-->
22
- <!-- </dependency>-->
23
18
</dependencies >
24
19
25
20
<build >
30
25
</resource >
31
26
</resources >
32
27
<plugins >
33
- <!-- < plugin> -- >
34
- <!-- < groupId>sh.tak.appbundler</groupId> -- >
35
- <!-- < artifactId>appbundle-maven-plugin</artifactId> -- >
36
- <!-- < version>1.2.0</version> -- >
37
- <!-- < configuration> -- >
38
- <!-- < mainClass>w101buddy.W101Buddy</mainClass> -- >
39
- <!-- < generateDiskImageFile>true</generateDiskImageFile> -- >
40
- <!-- < /configuration> -- >
41
- <!-- < executions> -- >
42
- <!-- < execution> -- >
43
- <!-- < phase>package</phase> -- >
44
- <!-- < goals> -- >
45
- <!-- < goal>bundle</goal> -- >
46
- <!-- < /goals> -- >
47
- <!-- < /execution> -- >
48
- <!-- < /executions> -- >
49
- <!-- < /plugin> -- >
28
+ <plugin >
29
+ <groupId >sh.tak.appbundler</groupId >
30
+ <artifactId >appbundle-maven-plugin</artifactId >
31
+ <version >1.2.0</version >
32
+ <configuration >
33
+ <mainClass >w101buddy.W101Buddy</mainClass >
34
+ <generateDiskImageFile >true</generateDiskImageFile >
35
+ </configuration >
36
+ <executions >
37
+ <execution >
38
+ <phase >package</phase >
39
+ <goals >
40
+ <goal >bundle</goal >
41
+ </goals >
42
+ </execution >
43
+ </executions >
44
+ </plugin >
50
45
<plugin >
51
46
<groupId >org.apache.maven.plugins</groupId >
52
47
<artifactId >maven-assembly-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments