We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc537a commit 9635d35Copy full SHA for 9635d35
java/vector/pom.xml
@@ -89,6 +89,14 @@ under the License.
89
</dependencies>
90
91
<build>
92
+ <resources>
93
+ <resource>
94
+ <targetPath>codegen</targetPath>
95
+ <!-- Copy freemarker template and fmpp configuration files of Vector's
96
+ to allow clients to leverage definitions. -->
97
+ <directory>${basedir}/src/main/codegen</directory>
98
+ </resource>
99
+ </resources>
100
<plugins>
101
<plugin>
102
<groupId>org.apache.maven.plugins</groupId>
0 commit comments