1 Star 0 Fork 0

凌云文档/alfresco-js-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
eromano 提交于 2020-07-07 10:25 . update POM
<?xml version="1.0" encoding="utf-8" ?>
<project>
<modelVersion>4.0.0</modelVersion>
<name>Alfresco Core REST API</name>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-core-rest-api</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<srcdir>${project.basedir}/src</srcdir>
<api-version>1.1-SNAPSHOT</api-version>
<api-defs-dir>${project.basedir}/definitions</api-defs-dir>
<swagger-codegen-version>3.0.20</swagger-codegen-version>
</properties>
<build>
<plugins>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>${swagger-codegen-version}</version>
<executions>
<!--CONTENT START-->
<execution>
<id>generate-core-api</id>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<inputSpec>${api-defs-dir}/alfresco-core.yaml</inputSpec>
<language>typescript-node</language>
<output>${srcdir}/content-rest-api</output>
<configOptions>
<projectVersion>0.1.0</projectVersion>
<usePromises>true</usePromises>
</configOptions>
</configuration>
</execution>
<!--CONTENT END-->
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-cli</artifactId>
<version>2.1.2</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xinyichv/alfresco-js-api.git
git@gitee.com:xinyichv/alfresco-js-api.git
xinyichv
alfresco-js-api
alfresco-js-api
develop

搜索帮助