Add a 'module' layout for the repackager which includes all 'compile' and 'runtime' scope dependencies and does not require a main class. Fixes gh-1941
6 lines
145 B
Groovy
6 lines
145 B
Groovy
import java.io.*;
|
|
import org.springframework.boot.maven.*;
|
|
|
|
Verify.verifyModule(new File( basedir, "target/module-0.0.1.BUILD-SNAPSHOT.jar" ));
|
|
|