You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/01/30 02:20:59 UTC

[19/50] [abbrv] git commit: fix the test package

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/USERGRID-2771-graph-edges
Commit: cfe5f4d50b9a7baabf865f7376e1364fafead46c
Parents: 480d525
Author: Alex Karasulu <ak...@gmail.com>
Authored: Thu Jan 16 00:50:12 2014 +0200
Committer: Alex Karasulu <ak...@gmail.com>
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>