mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 14:02:13 +01:00
modify rest api assembly to match packaging before enunciate upgrade
This commit is contained in:
@@ -864,7 +864,7 @@
|
||||
</executions>
|
||||
<configuration>
|
||||
<configFile>${project.build.directory}/enunciate.xml</configFile>
|
||||
<docsDir>${project.build.directory}/restdocs</docsDir>
|
||||
<docsDir>${project.build.directory}</docsDir>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<fileSets>
|
||||
|
||||
<fileSet>
|
||||
<directory>target/restdocs</directory>
|
||||
<directory>target/apidocs</directory>
|
||||
<filtered>false</filtered>
|
||||
<outputDirectory>.</outputDirectory>
|
||||
<directoryMode>0755</directoryMode>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<description>
|
||||
<![CDATA[
|
||||
<h1>SCM-Manager API</h1>
|
||||
<p>This page describes the REST Api of <a href="https://www.scm-manager.org">SCM-Manager</a> ${project.version}.</p>
|
||||
<p>This page describes the RESTful Web Service API of <a href="https://www.scm-manager.org">SCM-Manager</a> ${project.version}.</p>
|
||||
]]>
|
||||
</description>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user