|
|
|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>org.springframework.vault</groupId>
|
|
|
|
|
<artifactId>spring-vault-parent</artifactId>
|
|
|
|
|
<version>2.1.0.BUILD-SNAPSHOT</version>
|
|
|
|
|
<version>2.1.0.M1</version>
|
|
|
|
|
|
|
|
|
|
<name>Spring Vault</name>
|
|
|
|
|
<description>Parent project for Spring Vault</description>
|
|
|
|
|
@@ -47,7 +47,7 @@
|
|
|
|
|
<developerConnection>
|
|
|
|
|
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
|
|
|
|
|
</developerConnection>
|
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
|
<tag>2.1.0.M1</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
|
@@ -100,7 +100,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.vault</groupId>
|
|
|
|
|
<artifactId>spring-vault-dependencies</artifactId>
|
|
|
|
|
<version>2.1.0.BUILD-SNAPSHOT</version>
|
|
|
|
|
<version>2.1.0.M1</version>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
</dependency>
|
|
|
|
|
@@ -384,11 +384,8 @@
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>spring-libs-snapshot</id>
|
|
|
|
|
<url>https://repo.spring.io/libs-snapshot</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
<id>spring-libs-milestone</id>
|
|
|
|
|
<url>https://repo.spring.io/libs-milestone</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
@@ -654,14 +651,12 @@
|
|
|
|
|
<configuration>
|
|
|
|
|
<target>
|
|
|
|
|
<copy todir="${project.root}/target/site/reference/html/images">
|
|
|
|
|
<fileset
|
|
|
|
|
dir="${basedir}/src/main/asciidoc"
|
|
|
|
|
erroronmissingdir="false">
|
|
|
|
|
<include name="**/*.png"/>
|
|
|
|
|
<include name="**/*.gif"/>
|
|
|
|
|
<include name="**/*.jpg"/>
|
|
|
|
|
<fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
|
|
|
|
|
<include name="**/*.png" />
|
|
|
|
|
<include name="**/*.gif" />
|
|
|
|
|
<include name="**/*.jpg" />
|
|
|
|
|
</fileset>
|
|
|
|
|
<flattenmapper/>
|
|
|
|
|
<flattenmapper />
|
|
|
|
|
</copy>
|
|
|
|
|
</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
@@ -676,12 +671,10 @@
|
|
|
|
|
<configuration>
|
|
|
|
|
<target>
|
|
|
|
|
<copy todir="${project.build.directory}/schemas">
|
|
|
|
|
<fileset dir="${basedir}"
|
|
|
|
|
erroronmissingdir="false">
|
|
|
|
|
<include
|
|
|
|
|
name="**/src/main/resources/**/config/spring-*.xsd"/>
|
|
|
|
|
<fileset dir="${basedir}" erroronmissingdir="false">
|
|
|
|
|
<include name="**/src/main/resources/**/config/spring-*.xsd" />
|
|
|
|
|
</fileset>
|
|
|
|
|
<flattenmapper/>
|
|
|
|
|
<flattenmapper />
|
|
|
|
|
</copy>
|
|
|
|
|
</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
@@ -695,32 +688,17 @@
|
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
|
<configuration>
|
|
|
|
|
<target>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
file="${project.build.directory}/doc-resources/stylesheets/spring.css"
|
|
|
|
|
tofile="${project.build.directory}/working/stylesheets/spring.css"/>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
file="${project.build.directory}/doc-resources/html/docinfo.html"
|
|
|
|
|
tofile="${project.build.directory}/working/docinfo.html"/>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
file="${project.build.directory}/doc-resources/html/docinfo-footer.html"
|
|
|
|
|
tofile="${project.build.directory}/working/docinfo-footer.html"/>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
todir="${project.build.directory}/working/tocbot-3.0.2">
|
|
|
|
|
<fileset
|
|
|
|
|
dir="${project.build.directory}/doc-resources/javascript/tocbot-3.0.2"
|
|
|
|
|
includes="**"/>
|
|
|
|
|
<copy failonerror="false" file="${project.build.directory}/doc-resources/stylesheets/spring.css" tofile="${project.build.directory}/working/stylesheets/spring.css" />
|
|
|
|
|
<copy failonerror="false" file="${project.build.directory}/doc-resources/html/docinfo.html" tofile="${project.build.directory}/working/docinfo.html" />
|
|
|
|
|
<copy failonerror="false" file="${project.build.directory}/doc-resources/html/docinfo-footer.html" tofile="${project.build.directory}/working/docinfo-footer.html" />
|
|
|
|
|
<copy failonerror="false" todir="${project.build.directory}/working/tocbot-3.0.2">
|
|
|
|
|
<fileset dir="${project.build.directory}/doc-resources/javascript/tocbot-3.0.2" includes="**" />
|
|
|
|
|
</copy>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
todir="${project.build.directory}/working">
|
|
|
|
|
<fileset
|
|
|
|
|
dir="${project.root}/src/main/asciidoc"
|
|
|
|
|
includes="**"/>
|
|
|
|
|
<copy failonerror="false" todir="${project.build.directory}/working">
|
|
|
|
|
<fileset dir="${project.root}/src/main/asciidoc" includes="**" />
|
|
|
|
|
</copy>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
todir="${project.build.directory}/working/images">
|
|
|
|
|
<fileset
|
|
|
|
|
dir="${project.root}/src/main/asciidoc/images"
|
|
|
|
|
includes="**"/>
|
|
|
|
|
<copy failonerror="false" todir="${project.build.directory}/working/images">
|
|
|
|
|
<fileset dir="${project.root}/src/main/asciidoc/images" includes="**" />
|
|
|
|
|
</copy>
|
|
|
|
|
</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
@@ -735,34 +713,22 @@
|
|
|
|
|
<configuration>
|
|
|
|
|
<target>
|
|
|
|
|
<!-- Copy files for the single-file HTML version -->
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
file="${project.build.directory}/generated-docs/index.html"
|
|
|
|
|
tofile="${project.root}/target/site/reference/html/index.html"/>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
todir="${project.root}/target/site/reference/html/images">
|
|
|
|
|
<fileset
|
|
|
|
|
dir="${project.build.directory}/generated-docs/images">
|
|
|
|
|
<include name="*.*"/>
|
|
|
|
|
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.html" tofile="${project.root}/target/site/reference/html/index.html" />
|
|
|
|
|
<copy failonerror="false" todir="${project.root}/target/site/reference/html/images">
|
|
|
|
|
<fileset dir="${project.build.directory}/generated-docs/images">
|
|
|
|
|
<include name="*.*" />
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
todir="${project.root}/target/site/reference/html/tocbot-3.0.2">
|
|
|
|
|
<fileset
|
|
|
|
|
dir="${project.build.directory}/generated-docs/tocbot-3.0.2">
|
|
|
|
|
<include name="*.*"/>
|
|
|
|
|
<copy failonerror="false" todir="${project.root}/target/site/reference/html/tocbot-3.0.2">
|
|
|
|
|
<fileset dir="${project.build.directory}/generated-docs/tocbot-3.0.2">
|
|
|
|
|
<include name="*.*" />
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
file="${project.build.directory}/generated-docs/stylesheets/spring.css"
|
|
|
|
|
tofile="${project.root}/target/site/reference/html/stylesheets/spring.css"/>
|
|
|
|
|
<copy failonerror="false" file="${project.build.directory}/generated-docs/stylesheets/spring.css" tofile="${project.root}/target/site/reference/html/stylesheets/spring.css" />
|
|
|
|
|
<!-- Copy and rename the Epub file -->
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
file="${project.build.directory}/generated-docs/index.pdf"
|
|
|
|
|
tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
|
|
|
|
|
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf" />
|
|
|
|
|
<!-- Copy and rename the PDF file -->
|
|
|
|
|
<copy failonerror="false"
|
|
|
|
|
file="${project.build.directory}/generated-docs/index.epub"
|
|
|
|
|
tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/>
|
|
|
|
|
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub" />
|
|
|
|
|
|
|
|
|
|
</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
|