2024-02-06 16:26:56 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<enunciate
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.14.0.xsd">
|
2024-04-17 15:56:52 +02:00
|
|
|
<description package="org.gcube.service.idm" />
|
2024-02-06 16:26:56 +01:00
|
|
|
<api-classes>
|
2024-04-17 15:56:52 +02:00
|
|
|
<include pattern="org.gcube.service.idm.rest.*" />
|
|
|
|
<exclude pattern="org.gcube.service.idm.*" />
|
2024-02-06 16:26:56 +01:00
|
|
|
</api-classes>
|
|
|
|
<modules>
|
2024-04-17 15:56:52 +02:00
|
|
|
<gwt-json-overlay disabled="true" />
|
2024-02-06 16:26:56 +01:00
|
|
|
<php-json-client disabled="true" />
|
|
|
|
<ruby-json-client disabled="true" />
|
|
|
|
<java-json-client disabled="true" />
|
|
|
|
<javascript-client disabled="true" />
|
|
|
|
<docs docsDir="${project.build.directory}" docsSubdir="api-docs" />
|
|
|
|
<swagger basePath="/${project.artifactId}" />
|
2024-02-26 10:11:45 +01:00
|
|
|
<docs
|
|
|
|
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
|
2024-02-06 16:26:56 +01:00
|
|
|
<additional-css
|
|
|
|
file="css/d4science_enunciate_custom.css" />
|
|
|
|
</docs>
|
|
|
|
</modules>
|
|
|
|
</enunciate>
|