组织ID: |
com.hazelcast |
项目ID: |
hazelcast-code-generator |
版本: |
3.6-EA |
最后修改时间: |
2019-10-29 07:24:27 |
包类型: |
jar |
标题: |
hazelcast-code-generator |
大小: |
46.03KB |
|
Maven引入代码: |
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-code-generator</artifactId>
<version>3.6-EA</version>
</dependency>
|
Gradle引入代码: |
com.hazelcast:hazelcast-code-generator:3.6-EA
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>hazelcast-code-generator</name>
<artifactId>hazelcast-code-generator</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>3.6-EA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<!-- needed for checkstyle/findbugs -->
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin.version}</version>
<configuration combine.self="override">
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<runOrder>failedfirst</runOrder>
<!-- 1C means 1 process per cpu core -->
<!-- forkCount>1C</forkCount>
<reuseForks>true</reuseForks>
<threadCount>1</threadCount>
<perCoreThreadCount>true</perCoreThreadCount>
<parallel>methods</parallel -->
<!-- the argLine variable is needed for jacoco-->
<argLine>
-Xms128m -Xmx1G -XX:MaxPermSize=128M
-Dhazelcast.version.check.enabled=false
-Dhazelcast.mancenter.enabled=false
-Dhazelcast.logging.type=none
-Dhazelcast.test.use.network=false
</argLine>
<includes>
<include>**/**.java</include>
</includes>
<excludes>
<exclude>**/jsr/**.java</exclude>
<exclude>**/client/**Request.*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<!-- This profile is needed to override configuration from the root pom.xml.
Otherwise a build of hazelcast-code-generation module is failing as the Surefire Maven plugin
cannot load com.hazelcast.test.annotation.ParallelTest classes
-->
<id>parallelTest</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin.version}</version>
<executions>
<execution>
<id>singlejvm</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration combine.self="override">
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>
-Xms128m -Xmx1G -XX:MaxPermSize=128M
-Dhazelcast.version.check.enabled=false
-Dhazelcast.mancenter.enabled=false
-Dhazelcast.logging.type=none
-Dhazelcast.test.use.network=false
</argLine>
<includes>
<include>**/**.java</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>jdk-9</id>
<activation>
<jdk>1.9</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin.version}</version>
<configuration combine.self="override">
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>
-Xms128m -Xmx1G
-Dhazelcast.version.check.enabled=false
-Dhazelcast.mancenter.enabled=false
-Dhazelcast.test.use.network=false
</argLine>
<includes>
<include>**/**.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.23</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
codec-template-md.ftl
messagetype-template-cs.ftl
messagetype-template-java.ftl
messagefactory-template-java.ftl
codec-template-java.ftl
codec-template-cs.ftl
com.hazelcast.annotation.Codec.class
com.hazelcast.annotation.Nullable.class
com.hazelcast.annotation.GenerateCodec.class
com.hazelcast.annotation.Request.class
com.hazelcast.annotation.GenerateMessageTaskFactory.class
com.hazelcast.annotation.EventResponse.class
com.hazelcast.annotation.Response.class
com.hazelcast.client.protocol.generator.CodecCodeGenerator$DistributedObjectComparator.class
com.hazelcast.client.protocol.generator.CodeGeneratorMessageTaskFactory.class
com.hazelcast.client.protocol.generator.CodecModel$EventModel.class
com.hazelcast.client.protocol.generator.Model.class
com.hazelcast.client.protocol.generator.CodecModel.class
com.hazelcast.client.protocol.generator.CodecCodeGenerator.class
com.hazelcast.client.protocol.generator.CodecModel$ParameterModel.class
com.hazelcast.client.protocol.generator.CodeGenerationUtils.class
com.hazelcast.client.protocol.generator.MessageTypeEnumModel.class
com.hazelcast.client.protocol.generator.CodeGenerationUtils$1.class
com.hazelcast.client.protocol.generator.CodecCodeGenerator$1.class
com.hazelcast.client.protocol.generator.MessageTypeEnumModel$ParameterModel.class
com.hazelcast.client.protocol.generator.Lang.class
com.hazelcast.client.protocol.generator.MessageFactoryModel.class
META-INF/maven/com.hazelcast/hazelcast-code-generator/pom.xml
META-INF/maven/com.hazelcast/hazelcast-code-generator/pom.properties
|
依赖Jar: |
freemarker-2.3.23.jar
/org.freemarker/freemarker/2.3.23
查看freemarker所有版本文件
|