Change aggregation to "false" by default

This commit is contained in:
robin 2012-04-26 10:30:50 +08:00
parent ae3901344e
commit 4b6c98e26e

View File

@ -143,7 +143,7 @@
<executables>bin/*.sh, bin/wrapper-*</executables>
<bootstrapClass>com.pmease.commons.bootstrap.Bootstrap</bootstrapClass>
<moduleClass>${package}.PluginModule</moduleClass>
<aggregation>true</aggregation>
<aggregation>false</aggregation>
</properties>
</project>