We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e442e29 commit 537971dCopy full SHA for 537971d
pom.xml
@@ -14,6 +14,7 @@
14
<id>bonigarcia</id>
15
<name>Boni Garcia</name>
16
<email>boni.gg@gmail.com</email>
17
+ <url>http://bonigarcia.github.io/</url>
18
</developer>
19
</developers>
20
@@ -78,22 +79,6 @@
78
79
</descriptors>
80
</configuration>
81
</plugin>
- <plugin>
82
- <groupId>org.codehaus.mojo</groupId>
83
- <artifactId>osxappbundle-maven-plugin</artifactId>
84
- <version>1.0-alpha-2</version>
85
- <configuration>
86
- <mainClass>com.example.Main</mainClass>
87
- </configuration>
88
- <executions>
89
- <execution>
90
- <phase>package</phase>
91
- <goals>
92
- <goal>bundle</goal>
93
- </goals>
94
- </execution>
95
- </executions>
96
- </plugin>
97
</plugins>
98
<resources>
99
<resource>
0 commit comments