ice maven

编程入门 行业动态 更新时间:2024-10-13 02:20:45

<a href=https://www.elefans.com/category/jswz/34/1762527.html style=ice maven"/>

ice maven

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns=".0.0"xmlns:xsi=""xsi:schemaLocation=".0.0 .0.0.xsd"><modelVersion>4.0.0</modelVersion><groupId>com.ice</groupId><artifactId>demo</artifactId><version>1.0-SNAPSHOT</version><properties><slice.home.dir>D:\Program Files (x86)\ZeroC\Ice-3.6.2</slice.home.dir></properties><repositories><!-- 如有Nexus私服, 取消注释并指向正确的服务器地址.--><repository><id>ice</id><name>ice Nexus Repository</name><url>/</url></repository></repositories><dependencies><dependency><groupId>com.zeroc</groupId><artifactId>ice</artifactId><version>3.6.2</version><!-- <scope>system</scope><systemPath>${slice.home.dir}/lib/ice-3.6.2.jar</systemPath> --></dependency><dependency><groupId>com.zeroc</groupId><artifactId>icebox</artifactId><version>3.6.2</version><!-- <scope>system</scope><systemPath>${slice.home.dir}/lib/icebox-3.6.2.jar</systemPath> --></dependency><dependency><groupId>com.zeroc</groupId><artifactId>ant-ice</artifactId><version>4.0.0</version><!-- <scope>system</scope><systemPath>${slice.home.dir}/lib/ant-ice-4.0.0.jar</systemPath> --></dependency></dependencies><build><plugins><plugin><artifactId>maven-antrun-plugin</artifactId><version>1.7</version><executions><execution><phase>generate-sources</phase><goals><goal>run</goal></goals><configuration><target name="slice2java"><taskdef name="slice2java" classname="Slice2JavaTask" classpathref="maven.plugin.classpath" ></taskdef><slice2java outputdir="ice/generated"><fileset dir="ice/slice" includes="*.ice"></fileset></slice2java></target></configuration></execution></executions><dependencies><dependency><groupId>com.zeroc</groupId><artifactId>ant-ice</artifactId><version>4.0.0</version><scope>system</scope><systemPath>${slice.home.dir}/lib/ant-ice-4.0.0.jar</systemPath></dependency></dependencies></plugin><plugin><groupId>org.codehaus.mojo</groupId><artifactId>build-helper-maven-plugin</artifactId><version>1.7</version><executions><execution><id>add-source</id><phase>generate-sources</phase><goals><goal>add-source</goal></goals><configuration><sources><source>ice/generated</source></sources></configuration></execution></executions></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.1</version><configuration><source>1.7</source><target>1.7</target></configuration></plugin></plugins></build>
</project>

更多推荐

ice maven

本文发布于:2024-03-15 05:22:18,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1738185.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:ice   maven

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!