Skip to content

Commit

Permalink
HBASE-13929 make_rc.sh publishes empty shaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ndimiduk committed Jun 18, 2015
1 parent 624a169 commit 41d9e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-support/make_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function deploy {
MAVEN_OPTS="${mvnopts}" ${mvn} clean install -DskipTests -Prelease
MAVEN_OPTS="${mvnopts}" ${mvn} install -DskipTests post-site assembly:single -Prelease
tgz_mover
MAVEN_OPTS="${mvnopts}" ${mvn} deploy -DskipTests -Papache-release
MAVEN_OPTS="${mvnopts}" ${mvn} deploy -DskipTests -Papache-release -Prelease
}

# Build src tarball
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/_chapters/developer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ This profile invokes the Apache pom referenced by our pom files, and also signs
[source,bourne]
----
$ mvn deploy -DskipTests -Papache-release
$ mvn deploy -DskipTests -Papache-release -Prelease
----
+
This command copies all artifacts up to a temporary staging Apache mvn repository in an 'open' state.
Expand Down

0 comments on commit 41d9e8d

Please sign in to comment.