diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-04-07 09:48:40 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-04-07 09:48:40 +0000 |
| commit | 0bc9f24f0b8e324cdfc96998362dfa45e58d7c2f (patch) | |
| tree | 71c2df46e9d8c41ce346f8ff1568d9c17fc1e941 /qpid/java/pom.xml | |
| parent | 94dbd799cbace6ff4d7e5d31543704958e27ca60 (diff) | |
| download | qpid-python-0bc9f24f0b8e324cdfc96998362dfa45e58d7c2f.tar.gz | |
QPID-5048: update property to reflect the 'cpp' profile being non-persistent (it explicitly doesnt load any modules, which the stores are)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585440 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
| -rw-r--r-- | qpid/java/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 3fe7a7fdfe..af5a3da81a 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -595,7 +595,7 @@ <profile.test.excludes>Excludes CPPExcludes ${profile}.excludes ${profile.specific.excludes} cpp.excludes</profile.test.excludes> <profile.specific.excludes>CPPPrefetchExcludes CPPTransientExcludes</profile.specific.excludes> <profile.broker.version>v0_10</profile.broker.version> - <profile.broker.persistent>true</profile.broker.persistent> + <profile.broker.persistent>false</profile.broker.persistent> </properties> <build> <plugins> |
