builder helper maven plugin
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.baeldung.maven.plugins;
|
||||
|
||||
public class Foo {
|
||||
|
||||
public static String foo() {
|
||||
return "foo";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.baeldung.maven.plugins;
|
||||
|
||||
public class MultipleSrcFolders {
|
||||
|
||||
public static void callFoo() {
|
||||
Foo.foo();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user