Skip to content

Commit

Permalink
Add back tdd definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Oct 4, 2024
1 parent aaa3b41 commit 6239084
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ under the License.
</dependencies>

<build>
<resources>
<resource>
<targetPath>codegen</targetPath>
<!-- Copy freemarker template and fmpp configuration files of Vector's
to allow clients to leverage definitions. -->
<directory>${basedir}/src/main/codegen</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 6239084

Please sign in to comment.