mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22: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:
@@ -49,20 +49,4 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user