Skip to content

Commit

Permalink
Update deploy methodology
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Suderman committed May 24, 2019
1 parent a36bab3 commit 6616d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ openssl aes-256-cbc -d -pass pass:"$ENCRYPTION_PASSWORD" -in secring.gpg.enc -ou
openssl aes-256-cbc -d -pass pass:"$ENCRYPTION_PASSWORD" -in pubring.gpg.enc -out ~/.gnupg/pubring.gpg

# 3. Build and sign everything.
mvn -DskipTests=true package javadoc:jar source:jar deploy -Dgpg.passphrase="$PGP_PASSPHRASE" --settings settings.xml
mvn -DskipTests=true package javadoc:jar source:jar deploy -Prelease -Dgpg.passphrase="$PGP_PASSPHRASE" --settings settings.xml

# 4. Build and deploy the Maven site to the gh_pages branch.
mvn site --settings settings.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lappsgrid</groupId>
<artifactId>discriminator</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<name>Discriminator Registry</name>
<description>The Source Of All Knowledge for LAPPS discriminators</description>
<url>https://github.com/lapps/org.lappsgrid.discriminator</url>
Expand Down

0 comments on commit 6616d56

Please sign in to comment.