|
33 | 33 | <name>Apache Tika application</name> |
34 | 34 | <url>https://tika.apache.org/</url> |
35 | 35 |
|
36 | | - <properties> |
37 | | - <ikvm>${env.IKVM_HOME}</ikvm> |
38 | | - </properties> |
39 | 36 |
|
40 | 37 | <dependencies> |
41 | 38 | <dependency> |
|
180 | 177 | </plugins> |
181 | 178 | </build> |
182 | 179 |
|
183 | | - <profiles> |
184 | | - <profile> |
185 | | - <id>ikvm</id> |
186 | | - <activation> |
187 | | - <file> |
188 | | - <exists>${ikvm}/bin/ikvmc.exe</exists> |
189 | | - </file> |
190 | | - </activation> |
191 | | - <build> |
192 | | - <plugins> |
193 | | - <plugin> |
194 | | - <artifactId>maven-antrun-plugin</artifactId> |
195 | | - <version>${maven.antrun.version}</version> |
196 | | - <executions> |
197 | | - <execution> |
198 | | - <phase>package</phase> |
199 | | - <goals> |
200 | | - <goal>run</goal> |
201 | | - </goals> |
202 | | - <configuration> |
203 | | - <target> |
204 | | - <exec executable="${ikvm}/bin/ikvmc.exe"> |
205 | | - <arg value="-nowarn:0100" /> |
206 | | - <arg value="-nowarn:0105" /> |
207 | | - <arg value="-nowarn:0109" /> |
208 | | - <arg value="-nowarn:0111" /> |
209 | | - <arg value="-nowarn:0112" /> |
210 | | - <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Util.dll" /> |
211 | | - <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Charsets.dll" /> |
212 | | - <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Text.dll" /> |
213 | | - <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Core.dll" /> |
214 | | - <arg value="-reference:${ikvm}/bin/IKVM.AWT.WinForms.dll" /> |
215 | | - <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Media.dll" /> |
216 | | - <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Misc.dll" /> |
217 | | - <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Security.dll" /> |
218 | | - <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.SwingAWT.dll" /> |
219 | | - <arg value="-target:library" /> |
220 | | - <arg value="-compressresources" /> |
221 | | - <arg value="-out:${project.build.directory}/${project.build.finalName}.dll" /> |
222 | | - <arg value="${project.build.directory}/${project.build.finalName}.jar" /> |
223 | | - </exec> |
224 | | - </target> |
225 | | - </configuration> |
226 | | - </execution> |
227 | | - </executions> |
228 | | - </plugin> |
229 | | - <plugin> |
230 | | - <groupId>org.codehaus.mojo</groupId> |
231 | | - <artifactId>build-helper-maven-plugin</artifactId> |
232 | | - <version>3.6.1</version> |
233 | | - <executions> |
234 | | - <execution> |
235 | | - <phase>package</phase> |
236 | | - <goals> |
237 | | - <goal>attach-artifact</goal> |
238 | | - </goals> |
239 | | - <configuration> |
240 | | - <artifacts> |
241 | | - <artifacts> |
242 | | - <file>${project.build.directory}/${project.build.finalName}.dll</file> |
243 | | - <type>dll</type> |
244 | | - </artifacts> |
245 | | - </artifacts> |
246 | | - </configuration> |
247 | | - </execution> |
248 | | - </executions> |
249 | | - </plugin> |
250 | | - </plugins> |
251 | | - </build> |
252 | | - </profile> |
253 | | - </profiles> |
254 | | - |
255 | 180 | <organization> |
256 | 181 | <name>The Apache Software Foundation</name> |
257 | 182 | <url>http://www.apache.org</url> |
|
0 commit comments