[강운덕] [PINPOINT-267] 로컬에서 ant 빌드하기 위해서 profile을 thrift-windows로 설정함

-> 자동화가 좀 부족한것 같음.

git-svn-id: http://svn.bds.nhncorp.com/pe/pinpoint-thrift/trunk@3188 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2014-01-22 10:28:31 +00:00
parent 860618c9ff
commit de95e28a40
+1
View File
@@ -17,6 +17,7 @@
<target name="mvn.build.install">
<exec executable="${maven.dir}/bin/mvn.bat">
<arg value="-Dmaven.test.skip=true"/>
<arg value="-Pthrift-windows"/>
<arg value="clean"/>
<arg value="install"/>
</exec>