diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-07-04 16:05:55 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-07-04 16:05:55 +0000 |
| commit | 0b209ab4c684d63c86250e2a894c6a03efcc2ecf (patch) | |
| tree | a25d65645cdfca4627a304318f6a2691110a02f3 /java/pom.xml | |
| parent | 5aedab1b101894dd21a45eacc1fb9b4c8becc7de (diff) | |
| download | qpid-python-0b209ab4c684d63c86250e2a894c6a03efcc2ecf.tar.gz | |
Addition of the MessageStore Tool.
Small changes to the Exchanges to allow the extraction of currently listed items.
Extracted initial broker configuration mechanism to a reusable class. Have modified broker to use it.
Move the Passwd.java to new tools package structure on the broker.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
| -rw-r--r-- | java/pom.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/java/pom.xml b/java/pom.xml index cf39e43ecc..114abfab1b 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -391,7 +391,15 @@ under the License. <version>0.5</version> </plugin> - <plugin> + + + + </plugins> + </pluginManagement> + + + <!--plugins> + <plugin> <artifactId>maven-remote-resources-plugin</artifactId> <version>1.0-alpha-5</version> <executions> @@ -412,10 +420,7 @@ under the License. </execution> </executions> </plugin> - - - </plugins> - </pluginManagement> + </plugins--> <defaultGoal>install</defaultGoal> |
