Changes for hosting maven repo on github by sgrverma23 (#11080)
Co-authored-by: Sagar Verma <SVerma2@amdocs.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.baeldung.maven.plugin;
|
||||
|
||||
public class MainApp {
|
||||
public static void main(String[] args){
|
||||
System.out.println("Maven Repo Add");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user