| 组织ID: |
io.vertx |
| 项目ID: |
vertx-sockjs-service-proxy |
| 版本: |
3.5.3.CR1 |
| 最后修改时间: |
2019-12-02 04:57:27 |
| 包类型: |
jar |
| 大小: |
11.35KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sockjs-service-proxy</artifactId>
<version>3.5.3.CR1</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-sockjs-service-proxy:3.5.3.CR1
|
| 下载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>
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>3.5.3.CR1</version>
</parent>
<artifactId>vertx-sockjs-service-proxy</artifactId>
<properties>
<codegen.rxjava.deprecated>true</codegen.rxjava.deprecated>
</properties>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-proxy</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<classifier>client</classifier>
<version>${project.version}</version>
<scope>test</scope>
<type>js</type>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>default-clean</id>
<configuration>
<filesets>
<fileset>
<directory>src/main/asciidoc</directory>
</fileset>
<fileset>
<directory>${asciidoc.dir}</directory>
</fileset>
</filesets>
</configuration>
</execution>
</executions>
</plugin>
<!-- Configure the execution of the compiler to execute the codegen processor -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<annotationProcessors>
<annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
<annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor>
<annotationProcessor>io.vertx.docgen.DocGenProcessor</annotationProcessor>
</annotationProcessors>
<generatedSourcesDirectory>${project.basedir}/target/generated-for-docs</generatedSourcesDirectory>
<compilerArgs>
<arg>-Acodegen.output=${project.basedir}/target/generated-for-docs</arg>
<arg>-Adocgen.output=${asciidoc.dir}/$lang</arg>
<arg>-Amaven.groupId=${project.groupId}</arg>
<arg>-Amaven.artifactId=${project.artifactId}</arg>
<arg>-Amaven.version=${project.version}</arg>
<arg>-Avertx.version=${project.version}</arg>
</compilerArgs>
</configuration>
</execution>
<execution>
<id>default-testCompile</id>
<configuration>
<annotationProcessors>
<annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
</annotationProcessors>
<compilerArgs>
<arg>-Acodegen.output=${project.basedir}/src/test</arg>
</compilerArgs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<executions>
<execution>
<id>asciidoctor</id>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<sourceDirectory>${asciidoc.dir}</sourceDirectory>
<outputDirectory>${project.build.directory}/docs/${project.artifactId}</outputDirectory>
<sourceHighlighter>coderay</sourceHighlighter>
<preserveDirectories>true</preserveDirectories>
<relativeBaseDir>true</relativeBaseDir>
<skip>${doc.skip}</skip>
<backend>html</backend>
<doctype>book</doctype>
</configuration>
<phase>prepare-package</phase>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>copy-vertx-eventbus</id>
<goals>
<goal>copy-dependencies</goal>
</goals>
<phase>process-test-resources</phase>
<configuration>
<includeArtifactIds>vertx-web</includeArtifactIds>
<includeClassifiers>client</includeClassifiers>
<outputDirectory>${project.build.testOutputDirectory}/vertx-js</outputDirectory>
<stripVersion>true</stripVersion>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>rename-vertx-eventbus</id>
<goals>
<goal>run</goal>
</goals>
<phase>process-test-resources</phase>
<configuration>
<target>
<move file="${project.build.testOutputDirectory}/vertx-js/vertx-web-client.js"
tofile="${project.build.testOutputDirectory}/vertx-js/vertx-eventbus.js"/>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>doc</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<attach>true</attach>
<descriptors>
<descriptor>${basedir}/src/main/assembly/docs.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
examples-ts/some_database_service-proxy.ts
META-INF/maven/io.vertx/vertx-sockjs-service-proxy/pom.properties
io.vertx.ext.sockjs.proxy.package-info.class
META-INF/INDEX.LIST
io.vertx.ext.sockjs.proxy.Dummy.class
codegen.json
examples-js/some_database_service-proxy.js
vertx-sockjs-service-proxy/template/proxygen.ts.templ
vertx-sockjs-service-proxy/template/proxygen.templ
META-INF/maven/io.vertx/vertx-sockjs-service-proxy/pom.xml
|
| 依赖Jar: |
vertx-web-${project.version}.jar
/io.vertx/vertx-web/${project.version}
查看vertx-web所有版本文件
|