forked from loafle/openapi-generator-original
added resolve task
This commit is contained in:
parent
288a58cd4f
commit
d14c514d83
11
build.xml
11
build.xml
@ -30,6 +30,17 @@
|
||||
</classpath>
|
||||
</taskdef>
|
||||
|
||||
|
||||
<target name="resolve" description="retreive dependencies with ivy">
|
||||
<delete>
|
||||
<fileset dir="lib">
|
||||
<include name="*.jar" />
|
||||
<include name="*.zip" />
|
||||
</fileset>
|
||||
</delete>
|
||||
<ivy:retrieve pattern="${basedir}/lib/[artifact]-[revision].[ext]" conf="build" />
|
||||
</target>
|
||||
|
||||
<target name="compile" description="builds the module without artifact resolution or cleaning">
|
||||
<echo message="building ${module}-${version.identifier}.${artifact.ext}"/>
|
||||
<delete quiet="true" file="build/${module}-*.jar" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user