File tree Expand file tree Collapse file tree
src/main/java/unquietcode/tools/flapi/plugin/compile Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 </dependency >
6161 <dependency >
6262 <groupId >unquietcode.tools.flapi</groupId >
63- <artifactId >flapi</artifactId >
63+ <artifactId >flapi-plugin </artifactId >
6464 <version >${project.version} </version >
6565 </dependency >
6666 </dependencies >
Original file line number Diff line number Diff line change 159159 <module >../flapi-descriptor</module >
160160 <module >../flapi-runtime</module >
161161 <module >../</module >
162+ <module >../flapi-plugin</module >
162163 <module >../flapi-build-plugin</module >
163164 <module >../flapi-build-project</module >
164165 <module >../flapi-build-test-producer</module >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6+ <modelVersion >4.0.0</modelVersion >
7+
8+ <parent >
9+ <artifactId >flapi-parent</artifactId >
10+ <groupId >unquietcode.tools.flapi</groupId >
11+ <version >0.0-DEVELOPMENT</version >
12+ <relativePath >../flapi-parent</relativePath >
13+ </parent >
14+
15+ <artifactId >flapi-plugin</artifactId >
16+
17+ <dependencies >
18+ <dependency >
19+ <groupId >unquietcode.tools.flapi</groupId >
20+ <artifactId >flapi</artifactId >
21+ <version >${project.version} </version >
22+ </dependency >
23+ </dependencies >
24+ </project >
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments