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

Prepare for publishing to Maven Central #54

Merged
merged 1 commit into from
Apr 23, 2013

Conversation

unguiculus
Copy link
Contributor

  • Inherit from org.sonatype.oss:oss-parent:7
  • Fixed SCM URLs. The connection URL was invalid, and the 'git' protocol
    is not suitable for the developer connection. I chose to use SSH.
  • Using maven-assembly-plugin as the standard way of creating
    distros. Set up resources and removed maven-resources-plugin and
    maven-antrun-plugin configurations.
  • Added buildnumber-maven-plugin and enhanced configuration of the
    maven-jar-plugin to get proper build info into the manifest. Since
    this plugin creates a timestamp as well, the other properties for
    timestamps were removed.
  • Added property 'project.build.sourceEncoding' in order to set the
    encoding globally.
  • Added maven-source-plugin and maven-javadoc-plugin.
  • Removed redundancy between plugins and pluginManagement.

* Inherit from org.sonatype.oss:oss-parent:7
* Fixed SCM URLs. The connection URL was invalid, and the 'git' protocol
  is not suitable for the developer connection. I chose to use SSH.
* Using maven-assembly-plugin as the standard way of creating
  distros. Set up resources and removed maven-resources-plugin and
  maven-antrun-plugin configurations.
* Added buildnumber-maven-plugin and enhanced configuration of the
  maven-jar-plugin to get proper build info into the manifest. Since
  this plugin creates a timestamp as well, the other properties for
  timestamps were removed.
* Added property 'project.build.sourceEncoding' in order to set the
  encoding globally.
* Added maven-source-plugin and maven-javadoc-plugin.
* Removed redundancy between plugins and pluginManagement.
* Removed Github downloads plugin.
chewiebug added a commit that referenced this pull request Apr 23, 2013
@chewiebug chewiebug merged commit 57f63d0 into chewiebug:master Apr 23, 2013
@unguiculus unguiculus deleted the maven_central_prep branch April 3, 2016 11:48
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