Skip to content

Conversation

cb372
Copy link
Contributor

@cb372 cb372 commented Jan 17, 2014

  1. Replace hardcoded groupId (com.wordnik) with package variable.
  2. artifactId and name were using non-existent variable artifactId.
    This results in an empty artifactId, which makes Maven puke.
    Replaced them with a sensible hardcoded value, "api-client".

1. Replace hardcoded groupId (`com.wordnik`) with `package` variable.

2. artifactId and name were using non-existent variable `artifactId`.
This results in an empty artifactId, which makes Maven puke.
Replaced them with a sensible hardcoded value, "api-client".
fehguy added a commit that referenced this pull request Jan 17, 2014
Improve groupId, artifactId, name in generated pom.xml
@fehguy fehguy merged commit 4f25ea7 into swagger-api:master Jan 17, 2014
@cb372 cb372 deleted the fix-pom-fields branch January 17, 2014 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants