mirror of
https://github.com/valitydev/midgard-proto.git
synced 2024-11-06 02:45:19 +00:00
add pom>resource
This commit is contained in:
parent
caa802e2fb
commit
ebe2bee930
10
pom.xml
10
pom.xml
@ -61,6 +61,16 @@
|
||||
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${project.basedir}/proto</directory>
|
||||
<targetPath>${project.build.outputDirectory}/proto</targetPath>
|
||||
<includes>
|
||||
<include>*.thrift</include>
|
||||
</includes>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<!-- THRIFT -->
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user