mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
decoupled maven install as a main target dependency
This commit is contained in:
parent
f4c53f70c9
commit
dcbdce7602
@ -7,7 +7,7 @@
|
||||
<fileset dir="lib" includes="**/*.jar"/>
|
||||
</path>
|
||||
|
||||
<target name="main" depends="clean, compile, compress, maven, javadoc" description="Main target">
|
||||
<target name="main" depends="clean, compile, compress, javadoc" description="Main target">
|
||||
<echo>Building the .jar file.</echo>
|
||||
</target>
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
</javadoc>
|
||||
</target>
|
||||
|
||||
<target name ="maven" depends="compress">
|
||||
<target name ="main_maven" depends="main" description="Main target + maven install">
|
||||
<artifact:install file="Vault.jar" pomRefId="maven_pom"/>
|
||||
</target>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user