mirror of https://github.com/apache/cassandra
Change default ant target to jar.
Patch by brandonwilliams reviewed by Ben Coverston for CASSANDRA-4168
This commit is contained in:
parent
6ba063387f
commit
f4430ff4e7
|
|
@ -17,7 +17,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<project basedir="." default="build" name="apache-cassandra"
|
||||
<project basedir="." default="jar" name="apache-cassandra"
|
||||
xmlns:artifact="antlib:org.apache.maven.artifact.ant">
|
||||
<property environment="env"/>
|
||||
<property file="build.properties" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue