Generate identity API ref
The api-ref pom.xml and itemizedlist-service-list.xml files were referencing api-ref-identity-v2.xml and api-ref-identity-v3.xml, but these files don't exist. These were changed to refer to api-ref-identity.xml since that exists. Change-Id: I4528734497f655e47593e2299e7ac4602aebfe95
This commit is contained in:
parent
45c742cf5c
commit
be02849967
@ -37,25 +37,14 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>os-api-ref-identity-v2</id>
|
<id>os-api-ref-identity</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>generate-html</goal>
|
<goal>generate-html</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>generate-sources</phase>
|
<phase>generate-sources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<includes>api-ref-identity-v2.xml</includes>
|
<includes>api-ref-identity.xml</includes>
|
||||||
<pdfFilename>bk-api-ref-identity-v2</pdfFilename>
|
<pdfFilename>bk-api-ref-identity</pdfFilename>
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
|
||||||
<id>os-api-ref-identity-v3</id>
|
|
||||||
<goals>
|
|
||||||
<goal>generate-html</goal>
|
|
||||||
</goals>
|
|
||||||
<phase>generate-sources</phase>
|
|
||||||
<configuration>
|
|
||||||
<includes>api-ref-identity-v3.xml</includes>
|
|
||||||
<pdfFilename>bk-api-ref-identity-v3</pdfFilename>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -29,12 +29,8 @@
|
|||||||
Service API</link></para>
|
Service API</link></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><link xlink:href="api-ref-identity-v2.html">Identity API
|
<para><link xlink:href="api-ref-identity.html">Identity API
|
||||||
v2.0 and extensions</link></para>
|
and extensions</link></para>
|
||||||
</listitem>
|
|
||||||
<listitem>
|
|
||||||
<para><link xlink:href="api-ref-identity-v3.html">Identity API
|
|
||||||
v3 and extensions</link></para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><link xlink:href="api-ref-image.html">Image Service
|
<para><link xlink:href="api-ref-image.html">Image Service
|
||||||
|
Loading…
Reference in New Issue
Block a user