|
|
|
|
@ -1122,42 +1122,6 @@
@@ -1122,42 +1122,6 @@
|
|
|
|
|
</transformationSets> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.gmavenplus</groupId> |
|
|
|
|
<artifactId>gmavenplus-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<goals> |
|
|
|
|
<goal>execute</goal> |
|
|
|
|
</goals> |
|
|
|
|
<phase>generate-resources</phase> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
<configuration> |
|
|
|
|
<scripts> |
|
|
|
|
<script>file:///${project.basedir}/src/main/groovy/generateAutoConfigurationClassTables.groovy</script> |
|
|
|
|
<script>file:///${project.basedir}/src/main/groovy/generateStarterTables.groovy</script> |
|
|
|
|
<script>file:///${project.basedir}/src/main/groovy/generateTestSlicesTable.groovy</script> |
|
|
|
|
</scripts> |
|
|
|
|
</configuration> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
|
<artifactId>groovy</artifactId> |
|
|
|
|
<version>${groovy.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
|
<artifactId>groovy-ant</artifactId> |
|
|
|
|
<version>${groovy.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-core</artifactId> |
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.asciidoctor</groupId> |
|
|
|
|
<artifactId>asciidoctor-maven-plugin</artifactId> |
|
|
|
|
@ -1419,5 +1383,54 @@
@@ -1419,5 +1383,54 @@
|
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</profile> |
|
|
|
|
<profile> |
|
|
|
|
<id>full-groovy</id> |
|
|
|
|
<activation> |
|
|
|
|
<jdk>[1.8,10]</jdk> |
|
|
|
|
<property> |
|
|
|
|
<name>full</name> |
|
|
|
|
</property> |
|
|
|
|
</activation> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.gmavenplus</groupId> |
|
|
|
|
<artifactId>gmavenplus-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<goals> |
|
|
|
|
<goal>execute</goal> |
|
|
|
|
</goals> |
|
|
|
|
<phase>generate-resources</phase> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
<configuration> |
|
|
|
|
<scripts> |
|
|
|
|
<script>file:///${project.basedir}/src/main/groovy/generateAutoConfigurationClassTables.groovy</script> |
|
|
|
|
<script>file:///${project.basedir}/src/main/groovy/generateStarterTables.groovy</script> |
|
|
|
|
<script>file:///${project.basedir}/src/main/groovy/generateTestSlicesTable.groovy</script> |
|
|
|
|
</scripts> |
|
|
|
|
</configuration> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
|
<artifactId>groovy</artifactId> |
|
|
|
|
<version>${groovy.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
|
<artifactId>groovy-ant</artifactId> |
|
|
|
|
<version>${groovy.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-core</artifactId> |
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</profile> |
|
|
|
|
</profiles> |
|
|
|
|
</project> |
|
|
|
|
|