social-networking-library-ws/enunciate.xml

37 lines
1.4 KiB
XML
Raw Normal View History

2022-04-07 16:25:26 +02: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">
<api-classes>
2022-04-27 17:54:51 +02:00
<include
pattern="org.gcube.portal.social.networking.**"/>
<include
pattern="org.gcube.social_networking.socialnetworking.model.beans.**"/>
2022-04-07 16:25:26 +02:00
<exclude
pattern="org.gcube.portal.social.networking.ws.docs.DocsGenerator" />
</api-classes>
<modules>
2022-04-21 12:17:55 +02:00
<jackson1 disabled="true" />
2022-04-07 16:25:26 +02:00
<gwt-json-overlay disabled="true" />
<php-json-client disabled="true" />
<ruby-json-client disabled="true" />
2022-05-09 16:41:30 +02:00
<java-json-client disabled="true" />
<!-- <java-json-client jarName="social-service-client.jar" -->
<!-- bundleSourcesWithClasses="true" groupId="org.gcube.social-networking" -->
<!-- artifactId="auto-social-client" javac-source="1.8" javac-target="1.8"> -->
<!-- <package-conversions> -->
<!-- <convert -->
<!-- from="org.gcube.portal.social.networking.ws" -->
<!-- to="org.gcube.social.client" /> -->
<!-- </package-conversions> -->
<!-- </java-json-client> -->
2022-04-07 16:25:26 +02:00
<javascript-client disabled="true" />
2022-09-12 15:27:07 +02:00
<docs docsDir="${project.build.directory}" docsSubdir="api-docs" />
2022-04-07 16:25:26 +02:00
<docs
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
<additional-css
file="css/d4science_enunciate_custom.css" />
</docs>
2022-05-25 18:04:59 +02:00
<swagger basePath="/rest" />
2022-04-07 16:25:26 +02:00
</modules>
</enunciate>