Skip to content

Commit

Permalink
feat: OpenApi-generation from within eclipse (#509) (#1332)
Browse files Browse the repository at this point in the history
* feat: OpenApi-generation from within eclipse (#509)

* Added life-cycle-mapping for recognition by M2E
* Make BuildContext injectable by M2E in oder to detect if json-source
has been modified and a regeneration is required.

* core: fix indentation problems, remove commented code
  • Loading branch information
andreas-eternach authored and wing328 committed Nov 4, 2018
1 parent 293d29a commit eb5a8cc
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 200 deletions.
5 changes: 5 additions & 0 deletions modules/openapi-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
<version>0.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
Expand Down
Loading

0 comments on commit eb5a8cc

Please sign in to comment.