🎉 2.0.0-RC3
This commit is contained in:
parent
8c5b9ad707
commit
8c6d6ab831
|
|
@ -60,14 +60,6 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
<finalName>${project.name}</finalName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.spotify</groupId>
|
||||
<artifactId>docker-maven-plugin</artifactId>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ public class CodeGenerator {
|
|||
/**
|
||||
* RUN THIS
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
public static void generate() {
|
||||
BladeGenerator generator = new BladeGenerator();
|
||||
generator.setPackageName(PACKAGE_NAME);
|
||||
generator.setPackageDir(PACKAGE_DIR);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user