17
17
</developer >
18
18
<developer >
19
19
<name >Jörg Wüthrich</name >
20
- <email >jwu @gmx.ch</email >
20
+ <email >gcviewer @gmx.ch</email >
21
21
<url >http://github.com/chewiebug/GCViewer</url >
22
22
</developer >
23
+ <developer >
24
+ <name >Cka3o4Huk</name >
25
+ </developer >
26
+ <developer >
27
+ <name >Johan Kaving</name >
28
+ </developer >
23
29
<developer >
24
30
<name >Serafín Sedano</name >
25
31
</developer >
59
65
<version >2.5</version >
60
66
<configuration >
61
67
<encoding >UTF-8</encoding >
62
- </configuration >
68
+ </configuration >
63
69
</plugin >
64
70
<plugin >
65
- <artifactId >maven-antrun-plugin</artifactId >
71
+ <artifactId >maven-antrun-plugin</artifactId >
66
72
<version >1.7</version >
67
73
</plugin >
68
74
</plugins >
98
104
</archive >
99
105
<excludes >
100
106
<exclude >**/*.psd</exclude >
101
- <!-- version.properties is only a template; the productive one is generated
102
- to where the other ressources are -->
103
- <exclude >version.properties</exclude >
104
107
</excludes >
105
108
</configuration >
106
109
</plugin >
149
152
</executions >
150
153
</plugin >
151
154
152
- <plugin >
153
- <groupId >org.apache.maven.plugins</groupId >
154
- <artifactId >maven-antrun-plugin</artifactId >
155
- <executions >
156
- <execution >
157
- <id >mac-distribution</id >
158
- <phase >package</phase >
159
- <configuration >
160
- <target >
161
- <mkdir dir =" target" />
162
- <zip destfile =" target/gcviewer_mac_${project.version}.zip" >
163
- <zipfileset dir =" src/main/mac" excludes =" **/JavaApplicationStub" />
164
- <zipfileset dir =" src/main/mac/GCViewer.app/Contents/MacOS/" prefix =" GCViewer.app/Contents/MacOS/" filemode =" 755" />
165
- <zipfileset dir =" target" includes =" gcviewer-${project.version}.jar" prefix =" GCViewer.app/Contents/Resources/" />
166
- <zipfileset dir =" target/mac" includes =" Info.plist" prefix =" GCViewer.app/Contents/" />
167
- </zip >
168
- </target >
169
- </configuration >
170
- <goals >
171
- <goal >run</goal >
172
- </goals >
173
- </execution >
174
- </executions >
175
- </plugin >
155
+ <plugin >
156
+ <groupId >org.apache.maven.plugins</groupId >
157
+ <artifactId >maven-antrun-plugin</artifactId >
158
+ <executions >
159
+ <execution >
160
+ <id >mac-distribution</id >
161
+ <phase >package</phase >
162
+ <configuration >
163
+ <target >
164
+ <mkdir dir =" target" />
165
+ <zip destfile =" target/gcviewer_mac_${project.version}.zip" >
166
+ <zipfileset dir =" src/main/mac" excludes =" **/JavaApplicationStub" />
167
+ <zipfileset dir =" src/main/mac/GCViewer.app/Contents/MacOS/"
168
+ prefix=" GCViewer.app/Contents/MacOS/" filemode =" 755" />
169
+ <zipfileset dir =" target" includes =" gcviewer-${project.version}.jar"
170
+ prefix=" GCViewer.app/Contents/Resources/" />
171
+ <zipfileset dir =" target/mac" includes =" Info.plist"
172
+ prefix=" GCViewer.app/Contents/" />
173
+ </zip >
174
+ </target >
175
+ </configuration >
176
+ <goals >
177
+ <goal >run</goal >
178
+ </goals >
179
+ </execution >
180
+ </executions >
181
+ </plugin >
176
182
</plugins >
177
183
</build >
178
184
</project >
0 commit comments