mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
copy generated api docs even when prod flag is false
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -65,6 +65,13 @@
|
|||||||
<include>**/beans.xml</include>
|
<include>**/beans.xml</include>
|
||||||
</includes>
|
</includes>
|
||||||
</resource>
|
</resource>
|
||||||
|
<resource>
|
||||||
|
<directory>target/generated-sources/api-docs/</directory>
|
||||||
|
<targetPath>api/api-docs</targetPath>
|
||||||
|
<includes>
|
||||||
|
<include>**/*</include>
|
||||||
|
</includes>
|
||||||
|
</resource>
|
||||||
</webResources>
|
</webResources>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
@@ -552,13 +559,6 @@
|
|||||||
<include>**/*.html</include>
|
<include>**/*.html</include>
|
||||||
</includes>
|
</includes>
|
||||||
</resource>
|
</resource>
|
||||||
<resource>
|
|
||||||
<directory>target/generated-sources/api-docs/</directory>
|
|
||||||
<targetPath>api/api-docs</targetPath>
|
|
||||||
<includes>
|
|
||||||
<include>**/*</include>
|
|
||||||
</includes>
|
|
||||||
</resource>
|
|
||||||
</webResources>
|
</webResources>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user