Skip to content

Commit

Permalink
Merge pull request #20 from TechnologyBrewery/#18
Browse files Browse the repository at this point in the history
 #18 Implement new migration utilities for Maven POM files
  • Loading branch information
cpointe-ibllanos authored Jul 11, 2024
2 parents 0e4536b + 34dd62b commit e4138e4
Show file tree
Hide file tree
Showing 16 changed files with 5,718 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ public class FooToBarMigration extends AbstractMigration {
The following Java classes in `org.technologybrewery.baton.util` can be leveraged to easily implement common migration logic into your extension:
* `CommonUtils`
* `FileUtils`
* `pom.PomHelper`
* `pom.PomModifications`
* `pom.LocationAwareMavenReader`

### Configure Baton to use the migration
With a migration to apply, we both configure and tailor that use through a simple json file. This file can live anywhere
Expand Down
Loading

0 comments on commit e4138e4

Please sign in to comment.