jar 改为dist
This commit is contained in:
11
template/public_api/dist/pom.xml
vendored
11
template/public_api/dist/pom.xml
vendored
@@ -26,6 +26,13 @@
|
||||
<build>
|
||||
<finalName>{{ .artifactId }}-api</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
@@ -43,12 +50,12 @@
|
||||
<include>{{ .groupId }}:{{ .artifactId }}-public-api-types</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<outputFile>${project.build.directory}/${project.build.finalName}.jar</outputFile>
|
||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||
<shadedArtifactAttached>false</shadedArtifactAttached>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
Reference in New Issue
Block a user