Apigee Smartdocs maven plugin error

I have been using the apigee-smartdocs-maven-plugin in my pipeline since 3-4 months now. It has suddenly started failing with the below error for any spec that goes through the pipeline even the ones which were earlier rendered by the plugin.

Version used : 1.0.5

Command used:

mvn -e install -Pdev -Dapigee.smartdocs.config.options=create 
mvn -e install -Pdev -Dapigee.smartdocs.config.options=render

Error:

Failed to execute goal com.apigee.smartdocs.config:apigee-smartdocs-maven-plugin:1.0.5:apimodel (smartdocs-deploy) on project DeveloperPortal: Execution smartdocs-deploy of goal com.apigee.smartdocs.config:apigee-smartdocs-maven-plugin:1.0.5:apimodel failed: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ -> [Help 1]

I have attached the complete maven error log as well for reference.

Could you please let me know where it could've gone wrong? There were no changes made to the pipeline or the smartdocs modules.

errorlog.txt

@Sai Saran Vaidyanathan, @Nagashree B - Could you please point me where it could've gone wrong.

0 1 167
1 REPLY 1

@Aishwarya Kozhisherry - I see you are using 1.0.7 from the error logs you sent. Can you update the pom file to 1.0.5 and see if that fixed the issue ?