mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
Merge branch 'master' of github.com:wordnik/swagger-codegen
This commit is contained in:
commit
10ffad369c
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…
Reference in New Issue
Block a user