We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a413efc + 146f5c4 commit 4f25ea7Copy full SHA for 4f25ea7
src/main/resources/Java/pom.mustache
@@ -1,10 +1,10 @@
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
- <groupId>com.wordnik</groupId>
5
- <artifactId>{{artifactId}}</artifactId>
+ <groupId>{{package}}</groupId>
+ <artifactId>api-client</artifactId>
6
<packaging>jar</packaging>
7
- <name>{{artifactId}}</name>
+ <name>api-client</name>
8
<version>1.0.0</version>
9
<scm>
10
<connection>scm:git:[email protected]:wordnik/swagger-mustache.git</connection>
0 commit comments