Skip to content

Commit 9635d35

Browse files
committed
Add back tdd definitions.
1 parent 6bc537a commit 9635d35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

java/vector/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ under the License.
8989
</dependencies>
9090

9191
<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>
92100
<plugins>
93101
<plugin>
94102
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)