修改dist
This commit is contained in:
14
template/public_api/dist/pom.xml
vendored
14
template/public_api/dist/pom.xml
vendored
@@ -2,24 +2,20 @@
|
|||||||
<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">
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<groupId>{{ .groupId }}</groupId>
|
||||||
<groupId>{{ .groupId }}</groupId>
|
|
||||||
<artifactId>{{ .artifactId }}-public-api</artifactId>
|
|
||||||
<version>${revision}</version>
|
|
||||||
<relativePath>../pom.xml</relativePath>
|
|
||||||
</parent>
|
|
||||||
<artifactId>{{ .artifactId }}-api</artifactId>
|
<artifactId>{{ .artifactId }}-api</artifactId>
|
||||||
|
<version>3.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>{{ .groupId }}</groupId>
|
<groupId>{{ .groupId }}</groupId>
|
||||||
<artifactId>{{ .artifactId }}-public-api-interfaces</artifactId>
|
<artifactId>{{ .artifactId }}-public-api-interfaces</artifactId>
|
||||||
<version>${revision}</version>
|
<version>3.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>{{ .groupId }}</groupId>
|
<groupId>{{ .groupId }}</groupId>
|
||||||
<artifactId>{{ .artifactId }}-public-api-types</artifactId>
|
<artifactId>{{ .artifactId }}-public-api-types</artifactId>
|
||||||
<version>${revision}</version>
|
<version>3.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
@@ -56,7 +52,7 @@
|
|||||||
</filter>
|
</filter>
|
||||||
</filters>
|
</filters>
|
||||||
<shadedArtifactAttached>false</shadedArtifactAttached>
|
<shadedArtifactAttached>false</shadedArtifactAttached>
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
<createDependencyReducedPom>true</createDependencyReducedPom>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user