Revert "Add generator app for simple table of *AutoConfiguration"

This reverts commit 89283e46b8.

Revert until we can find a new home, outside of the usual build
process.
This commit is contained in:
Phillip Webb
2014-02-12 11:01:03 -08:00
parent c370923596
commit a61a45092d
3 changed files with 0 additions and 127 deletions

View File

@@ -36,20 +36,6 @@
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>full</id>