Skip to content

Commit 06fb90a

Browse files
committed
I think I got the dmg working
1 parent 9391871 commit 06fb90a

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

pom.xml

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
<artifactId>jsoup</artifactId>
1616
<version>1.13.1</version>
1717
</dependency>
18-
<!--<dependency>-->
19-
<!--<groupId>sh.tak.appbundler</groupId>-->
20-
<!--<artifactId>appbundle-maven-plugin</artifactId>-->
21-
<!--<version>1.2.0</version>-->
22-
<!--</dependency>-->
2318
</dependencies>
2419

2520
<build>
@@ -30,23 +25,23 @@
3025
</resource>
3126
</resources>
3227
<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>
5045
<plugin>
5146
<groupId>org.apache.maven.plugins</groupId>
5247
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)