Added gitignore so that the unpacked sources are not added [don't have a better idea ATM]

This commit is contained in:
Marcin Grzejszczak
2019-10-03 21:34:56 +02:00
parent ed42b3a69a
commit 200efcb348
3 changed files with 5 additions and 2 deletions

2
docs/src/main/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
META-INF/
org/

0
docs/src/main/asciidoc/spring-cloud-build.adoc Normal file → Executable file
View File

View File

@@ -101,6 +101,7 @@
<configprops.path>${project.basedir}/src/main/asciidoc/_configprops.adoc</configprops.path>
<configprops.inclusionPattern>.*</configprops.inclusionPattern>
<maven-dependency-plugin-for-docs.phase>generate-resources</maven-dependency-plugin-for-docs.phase>
<maven-dependency-plugin-for-guides.phase>generate-resources</maven-dependency-plugin-for-guides.phase>
</properties>
<dependencyManagement>
<dependencies>
@@ -802,7 +803,7 @@
<executions>
<execution>
<id>unpack-docs</id>
<phase>${maven-dependency-plugin-for-docs.phase}</phase>
<phase>${maven-dependency-plugin-for-guides.phase}</phase>
<goals>
<goal>unpack</goal>
</goals>
@@ -928,7 +929,7 @@
<executions>
<execution>
<id>unpack-docs</id>
<phase>generate-resources</phase>
<phase>${maven-dependency-plugin-for-docs.phase}</phase>
<goals>
<goal>unpack</goal>
</goals>