Skip to content

Commit

Permalink
add props
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 3, 2024
1 parent 01ff1b1 commit 6facd56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/testapps/production-deployment-with-tests-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@
<relativePath />
</parent>

<properties>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tenant>vespa-team</tenant>
<application>testapp</application>
<instance>default</instance>
<dataPlaneKeyFile>data-plane-private-key.pem</dataPlaneKeyFile>
<dataPlaneCertificateFile>data-plane-public-cert.pem</dataPlaneCertificateFile>
</properties>

</project>

0 comments on commit 6facd56

Please sign in to comment.