File tree Expand file tree Collapse file tree 3 files changed +31
-6
lines changed
graphqlcodegen-maven-plugin Expand file tree Collapse file tree 3 files changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,4 @@ nb-configuration.xml
8686release.sh
8787
8888.tool-versions
89+ .flattened-pom.xml
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >graphqlcodegen-maven-plugin</artifactId >
14- <version >3.0.1 </version >
14+ <version >3.0.2 </version >
1515 <packaging >maven-plugin</packaging >
1616
1717 <name >GraphQL Code Generator Maven Plugin</name >
1818 <description >Maven plugin for GraphQL code generation</description >
1919
2020 <dependencies >
21- <dependency >
22- <groupId >io.github.deweyjose</groupId >
23- <artifactId >graphqlcodegen-param-plugin</artifactId >
24- <version >0.0.1-SNAPSHOT</version >
25- </dependency >
2621 <dependency >
2722 <groupId >com.squareup</groupId >
2823 <artifactId >kotlinpoet-jvm</artifactId >
7368
7469 <build >
7570 <plugins >
71+ <plugin >
72+ <groupId >org.codehaus.mojo</groupId >
73+ <artifactId >flatten-maven-plugin</artifactId >
74+ <executions >
75+ <execution >
76+ <id >flatten</id >
77+ <phase >process-resources</phase >
78+ <goals >
79+ <goal >flatten</goal >
80+ </goals >
81+ </execution >
82+ <execution >
83+ <id >flatten.clean</id >
84+ <phase >clean</phase >
85+ <goals >
86+ <goal >clean</goal >
87+ </goals >
88+ </execution >
89+ </executions >
90+ </plugin >
7691 <plugin >
7792 <groupId >io.github.deweyjose</groupId >
7893 <artifactId >graphqlcodegen-param-plugin</artifactId >
Original file line number Diff line number Diff line change 126126 <build >
127127 <pluginManagement >
128128 <plugins >
129+ <plugin >
130+ <groupId >org.codehaus.mojo</groupId >
131+ <artifactId >flatten-maven-plugin</artifactId >
132+ <version >1.5.0</version >
133+ <configuration >
134+ <flattenMode >ossrh</flattenMode >
135+ <updatePomFile >true</updatePomFile >
136+ </configuration >
137+ </plugin >
129138 <plugin >
130139 <groupId >org.apache.maven.plugins</groupId >
131140 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments