Changes for hosting maven repo on github by sgrverma23 (#11080)

Co-authored-by: Sagar Verma <SVerma2@amdocs.com>
This commit is contained in:
Sagar Verma
2021-07-31 19:44:16 +05:30
committed by GitHub
parent c8724c15da
commit 44c76b1beb
3 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.baeldung.maven.plugin;
public class MainApp {
public static void main(String[] args){
System.out.println("Maven Repo Add");
}
}