Where is XSDSchemaDocumentationGenerator class ?
Posted: Wed Dec 03, 2014 11:38 am
Hi,
I want to call the Oxygen Schema documentation task (XSDSchemaDocumentationGenerator) from a java program.
I found this class in jar oxygen.jar in Oxygen install dir (/lib). But class is not present in jar from oxygen maven repository after declaring dependency :
<dependency>
<groupId>com.oxygenxml</groupId>
<artifactId>oxygen</artifactId>
<version>16.1.0</version>
</dependency>
Why ?
Thank you for your answers.
Regards,
Vince
I want to call the Oxygen Schema documentation task (XSDSchemaDocumentationGenerator) from a java program.
I found this class in jar oxygen.jar in Oxygen install dir (/lib). But class is not present in jar from oxygen maven repository after declaring dependency :
<dependency>
<groupId>com.oxygenxml</groupId>
<artifactId>oxygen</artifactId>
<version>16.1.0</version>
</dependency>
Why ?
Thank you for your answers.
Regards,
Vince