Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pom task to support Maven Central requirements #233

Closed
micha opened this issue Jun 19, 2015 · 0 comments
Closed

Update pom task to support Maven Central requirements #233

micha opened this issue Jun 19, 2015 · 0 comments
Milestone

Comments

@micha
Copy link
Contributor

micha commented Jun 19, 2015

@daveyarwood reports that the Maven Central Requirements are not fully supported yet.

For example, it was necessary to add a <developers> block to the POM:

<developers>
  <developer>
    <id>daveyarwood</id>
    <name>Dave Yarwood</name>
    <email>dave.yarwood@gmail.com</email>
    <url>http://daveyarwood.github.io</url>
    <roles>
      <role>packager</role>
    </roles>
    <timezone>America/New_York</timezone>
    <properties>
      <picUrl>http://daveyarwood.github.io/assets/themes/emptyorchestra/dave.jpg</picUrl>
    </properties>
  </developer>
</developers>
@micha micha added this to the 2.2.0 milestone Jun 19, 2015
@alandipert alandipert modified the milestones: 2.2.0, 2.3.0 Aug 4, 2015
@micha micha closed this as completed in 1ed1c73 Nov 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants