multi-module-maven-release-plugin
A maven release plugin that is fast, does not add extra commits, and works well with single or multiple modules
File Explorer
Download Latest Version (.zip)- ci.yaml
- release.yaml
- AnnotatedTag.java
- AnnotatedTagFinder.java
- BaseMojo.java
- DiffDetector.java
- FileUtils.java
- GitHelper.java
- GitOperations.java
- Guard.java
- LocalGitRepo.java
- MavenVersionResolver.java
- NextMojo.java
- NoChangesAction.java
- PomUpdater.java
- Reactor.java
- RefWithCommitId.java
- ReleasableModule.java
- ReleaseInvoker.java
- ReleaseMojo.java
- ResolverWrapper.java
- SshAgentSessionFactory.java
- TreeWalkingDiffDetector.java
- UnresolvedSnapshotDependencyException.java
- ValidationException.java
- VersionName.java
- VersionNamer.java
- VersionReport.java
- VersionReportFormat.java
- FAQ.fml
- changelog.md
- deploy-to-ossrh.md.vm
- https-authentication.md.vm
- index.md.vm
- ssh-authentication.md.vm
- usage.md.vm
- site.xml
- AnnotatedTagFinderTest.java
- AnnotatedTagTest.java
- BaseMojoTest.java
- DiffDetectorTest.java
- LocalGitRepoTest.java
- ReactorTest.java
- ReleasableModuleTest.java
- ReleaseInvokerTest.java
- SshAgentSessionFactoryTest.java
- VersionNamerTest.java
- BomDependencyTest.java
- BomDependencyUsingParentModuleVersionTest.java
- DifferentDelimiterTest.java
- ExecutionTest.java
- GitRelatedTest.java
- HelpTest.java
- IndependentVersionsTest.java
- InheritedVersionsTest.java
- JGitDiscoveryTest.java
- LocalPluginTest.java
- MavenCompatibilityTest.java
- NestedModulesTest.java
- NextMojoTest.java
- ParentAsSiblingTest.java
- PartialReleaseTest.java
- SingleModuleTest.java
- SkippingUnchangedModulesTest.java
- TestRunningTest.java
- ValidationTest.java
- VersionOnlyTagTest.java
- VersionsReportTest.java
- CollectingLogOutputStream.java
- ExactCountMatcher.java
- GitMatchers.java
- MavenExecutionException.java
- MvnRunner.java
- Photocopier.java
- ReleasableModuleBuilder.java
- TestProject.java
- known_hosts
- testid_rsa
- testid_rsa.pub
- testid_with_password_rsa
- testid_with_password_rsa.pub
- App.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- .gitignore
- pom.xml
- README.md
- App.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- pom.xml
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- .gitignore
- pom.xml
- README.md
- App.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- pom.xml
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- .gitignore
- pom.xml
- README.md
- Main.java
- .gitignore
- assembly-descriptor.xml
- pom.xml
- App.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- .gitignore
- pom.xml
- App.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- .gitignore
- pom.xml
- MyMojo.java
- pom.xml
- pom.xml
- Main.java
- pom.xml
- pom.xml
- pom.xml
- Main.java
- MainTest.java
- .gitignore
- custom-settings.xml
- pom.xml
- .gitignore
- pom.xml
- Main.java
- MainTest.java
- .gitignore
- pom.xml
- App.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- pom.xml
- .gitignore
- pom.xml
- App.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- pom.xml
- .gitignore
- pom.xml
- README.md
- Main.java
- .gitignore
- assembly-descriptor.xml
- pom.xml
- Main.java
- .gitignore
- assembly-descriptor.xml
- pom.xml
- Main.java
- .gitignore
- assembly-descriptor.xml
- pom.xml
- Main.java
- .gitignore
- assembly-descriptor.xml
- pom.xml
- App.java
- pom.xml
- Calculator.java
- CalculatorTest.java
- pom.xml
- .gitignore
- pom.xml
- .editorconfig
- .gitignore
- CONTRIBUTING.md
- LICENSE.txt
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/danielflower/multi-module-maven-release-plugin
Downloads the entire project code from GitHub to your computer.
cd multi-module-maven-release-plugin
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
