fix the test package
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/cfe5f4d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/cfe5f4d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/cfe5f4d5 Branch: refs/heads/two-dot-o Commit: cfe5f4d50b9a7baabf865f7376e1364fafead46c Parents: 480d525 Author: Alex Karasulu <[email protected]> Authored: Thu Jan 16 00:50:12 2014 +0200 Committer: Alex Karasulu <[email protected]> Committed: Thu Jan 16 00:50:12 2014 +0200 ---------------------------------------------------------------------- stack/corepersistence/collection/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/cfe5f4d5/stack/corepersistence/collection/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml index 29dba1c..f900cdb 100644 --- a/stack/corepersistence/collection/pom.xml +++ b/stack/corepersistence/collection/pom.xml @@ -71,10 +71,11 @@ <bucketName>${aws.s3.bucket}</bucketName> <managerAppUsername>admin</managerAppUsername> <managerAppPassword>${manager.app.password}</managerAppPassword> - <testPackageBase>org.safehaus.chop.example</testPackageBase> + <testPackageBase>org.apache.usergrid</testPackageBase> <runnerSSHKeyFile>${runner.ssh.key.file}</runnerSSHKeyFile> <failIfCommitNecessary>false</failIfCommitNecessary> <amiID>${ami.id}</amiID> + <coldRestartTomcat>true</coldRestartTomcat> <awsSecurityGroup>${security.group}</awsSecurityGroup> <runnerKeyPairName>${runner.keypair.name}</runnerKeyPairName> <minimumRunners>6</minimumRunners>
