Skip to content
Snippets Groups Projects
Commit 17bcefe2 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

fixed a weak comparator

Change-Id: Iefc3bfa48121ad797ac20805e2afa2391d6c75af
parent 496ca346
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment