mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-20 03:49:58 +08:00
Extract project generation test utility to dedicated module
This commit extracts various test utilities to a dedicated initializr-generator-test module for easier consumption. The previous test-jar are no longer published and a dependency to this new module should be equivalent. This commit also cleans various resources that were located in the wrong place. In particular initializr-generator does not know anything about metadata anymore. Closes gh-988
This commit is contained in:
@@ -80,14 +80,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.spring.initializr</groupId>
|
||||
<artifactId>initializr-generator</artifactId>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.spring.initializr</groupId>
|
||||
<artifactId>initializr-generator-spring</artifactId>
|
||||
<type>test-jar</type>
|
||||
<artifactId>initializr-generator-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user