forked from community/product-iots
parent
34951b5395
commit
98c222ed5e
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="mvn-launcher" basedir="">
|
||||
|
||||
<target name="mvn clean">
|
||||
<echo message="************** Compile and install connected cup sample ****************************" />
|
||||
<exec executable="${maven.executable}" dir="samples/connectedcup">
|
||||
<arg value="clean" />
|
||||
<arg value="install" />
|
||||
</exec>
|
||||
|
||||
<exec executable="${maven.executable}" dir="">
|
||||
<arg value="clean" />
|
||||
<arg value="install" />
|
||||
<arg value="-f" />
|
||||
<arg value="device-deployer.xml" />
|
||||
</exec>
|
||||
|
||||
</target>
|
||||
</project>
|
Loading…
Reference in new issue