Git Product home page Git Product logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Attached patch

Added missing but required pom elements for upload: description, licenses, scm 
url, and developers
Changed wagon svn to version in central repo
Changed fast-md5 to commons-codec in central repo
Updated formatter mojo code to use commons-codec and replicate fast-md5 
functionality
Removed all repositories in the pom

Original comment by [email protected] on 16 Sep 2010 at 4:20

Attachments:

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Initial steps
Created Sonatype JIRA Account (https://issues.sonatype.org/)
Upgraded to Maven 2.2.1 (http://maven.apache.org/download.html)
Installed GnuGP (http://www.gnupg.org/download/)
Created key with GPG and distributed to key server (see attachment)

Original comment by [email protected] on 16 Sep 2010 at 5:20

Attachments:

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Applied patch in r62

Original comment by [email protected] on 17 Sep 2010 at 9:11

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Added patch for possibly changing groupId of project to:
com.googlecode.maven-java-formatter-plugin

Added patch to add sonatype profile, move existing distribution into default 
profile, and organize for readability

Original comment by [email protected] on 17 Sep 2010 at 9:22

Attachments:

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Applied groupId patch in r63
Applied sonatype patch in r64

Original comment by [email protected] on 19 Sep 2010 at 3:26

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Created Sonatype JIRA Issue: https://issues.sonatype.org/browse/OSSRH-794

Original comment by [email protected] on 19 Sep 2010 at 3:42

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Tested upload to sonatype with snapshot

Added /.m2/settings.xml (for both snapshots and releases)
<settings>
  <servers>
    <server>
      <id>sonatype-nexus-staging</id>
      <username>nexus.user</username>
      <password>nexus.pass</password>
    </server>
    <server>
      <id>sonatype-nexus-snapshots</id>
      <username>nexus.user</username>
      <password>nexus.pass</password>
    </server>
  </servers>
</settings>

Uploaded snapshot by running:
mvn clean deploy -P sonatype

Entered gpg passphrase (from key creation) when asked

Uploaded successfully:
https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/maven-jav
a-formatter-plugin/maven-java-formatter-plugin/0.2.0-SNAPSHOT/

Original comment by [email protected] on 28 Sep 2010 at 7:09

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
For the 0.2.0 release to Sonatype and sync with Maven central:

To tag the release:

mvn release:prepare -P sonatype -Dusername=googlecode.user

Release version: 0.2.0
Release tag: 0.2.0
New development version: 0.3.0-SNAPSHOT
Entered gpg passphrase (from key creation) when asked

If any errors during release:prepare, ran mvn release:clean
NOTE: If using cygwin, must use a windows svn client

To upload the release:

mvn release:perform -P sonatype -Dusername=googlecode.user

Entered gpg passphrase (from key creation) when asked

Logged into Sonatype Nexus:
https://oss.sonatype.org/index.html

Found the uploaded release under 'Staging Repositories' with plugin groupId, 
clicked 'Close', and entered a description

Commented on the JIRA issue for sync to Maven central repository

These steps are outlined here:
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage
+Guide

Original comment by [email protected] on 28 Sep 2010 at 7:18

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Logged into Sonatype Nexus:
https://oss.sonatype.org/index.html

Found the uploaded release under 'Staging Repositories' with plugin groupId, 
clicked 'Release', and entered a description

Promoted to release:
https://oss.sonatype.org/content/repositories/releases/com/googlecode/maven-java
-formatter-plugin/maven-java-formatter-plugin/0.2.0/

Commented on the JIRA issue for sync to Maven central repository

Original comment by [email protected] on 29 Sep 2010 at 2:01

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Sonatype JIRA issue closed

0.2.0 Release in Maven central repo:
http://repo1.maven.org/maven2/com/googlecode/maven-java-formatter-plugin/maven-j
ava-formatter-plugin/0.2.0/

Original comment by [email protected] on 30 Sep 2010 at 3:32

  • Changed state: Fixed

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
For the 0.3 release:
Followed the same release:prepare and release:perform steps above

Followed the Sonatype User Guide (linked above):
Logged into Sonatype Nexus
Under 'Staging Repositories', selected the deployed release 0.3
Selected 'Close', entered description
Selected 'Release', entered description

Original comment by [email protected] on 1 Mar 2011 at 7:02

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
0.3 Release in Maven central repo:
http://repo1.maven.org/maven2/com/googlecode/maven-java-formatter-plugin/maven-j
ava-formatter-plugin/0.3/

Original comment by [email protected] on 1 Mar 2011 at 8:18

from formatter-maven-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024

Original comment by [email protected] on 2 Mar 2011 at 2:59

  • Added labels: Milestone-0.2

from formatter-maven-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.