Skip to content

plusminus-software/plusminus-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

plusminus-parent

Maven's parent POM for plusminus-software projects

How to release plusminus-parent?

plusminus-parent's pom.xml does not include configuration for automatic upload to Maven Central to be used for private projects. So this project can be released manually only using the following steps:

  1. Install to local maven repository
mvn clean install
  1. Go to the .m2 folder
cd ~/.m2/repository/software/plusminus/plusminus-parent
  1. Sign pom.xml with gpg
sudo gpg -ab plusminus-parent-X.Y.pom
  1. Create a bundle
jar -cvf bundle.jar plusminus-parent-X.Y.pom plusminus-parent-X.Y.pom.asc
  1. Go to sonatype's nexus and upload a bundle.jar

https://s01.oss.sonatype.org/ -> Staging Upload -> Artifact bundle

  1. Release to maven central

https://s01.oss.sonatype.org/ -> Staging Repositories - > Release

More info: https://central.sonatype.org/publish/publish-manual/

About

Maven parent POM for plusminus-software projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published