public class Merge extends Object
| Constructor and Description |
|---|
Merge() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
This class takes two parameters:
- target: the path to the target pom.xml
- source: the source pom.xml containing
After execution, the target pom.xml should contain the merged contents from both poms
|
public static void main(String[] args)
Copyright © 2018 JBoss by Red Hat. All rights reserved.