diff --git a/jams-common/pom.xml b/jams-common/pom.xml index ccf9a05e6590c07e1ce767c98f93803a25948dcb..898d75355a6fdd576ed77935afd8b9be131c91a6 100644 --- a/jams-common/pom.xml +++ b/jams-common/pom.xml @@ -34,26 +34,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>io.gravitee.maven.plugins</groupId> - <artifactId>json-schema-generator-maven-plugin</artifactId> - <version>1.4.0-SNAPSHOT</version> - <executions> - <execution> - <phase>prepare-package</phase> - <goals> - <goal>generate-json-schemas</goal> - </goals> - <configuration> - <buildDirectory>${project.build.outputDirectory}</buildDirectory> - <outputDirectory>${project.build.outputDirectory}/schemas</outputDirectory> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </project> \ No newline at end of file