Skip to content

Commit 537971d

Browse files
committed
Updated pom.xml
1 parent e442e29 commit 537971d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<id>bonigarcia</id>
1515
<name>Boni Garcia</name>
1616
<email>boni.gg@gmail.com</email>
17+
<url>http://bonigarcia.github.io/</url>
1718
</developer>
1819
</developers>
1920

@@ -78,22 +79,6 @@
7879
</descriptors>
7980
</configuration>
8081
</plugin>
81-
<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>
9782
</plugins>
9883
<resources>
9984
<resource>

0 commit comments

Comments
 (0)