diff options
author | Rupert Smith <rupertlssmith@apache.org> | 2007-06-11 11:23:08 +0000 |
---|---|---|
committer | Rupert Smith <rupertlssmith@apache.org> | 2007-06-11 11:23:08 +0000 |
commit | a1b3eef439d082d62d2dc1188c14e795418c8416 (patch) | |
tree | fc1076a218483c581bb7bda6e4004f5f5fb121b8 | |
parent | f9a35bf3675a20f3bf45a01179cc63cb2819a908 (diff) | |
download | qpid-python-a1b3eef439d082d62d2dc1188c14e795418c8416.tar.gz |
Set up top dir location and path to parent pom. Needed in preparation for deploy and release plugins.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@546096 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/client/example/pom.xml | 2 | ||||
-rw-r--r-- | java/client/pom.xml | 1 | ||||
-rw-r--r-- | java/pom.xml | 11 |
3 files changed, 13 insertions, 1 deletions
diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml index 70f02dbb98..c9d69c52a8 100644 --- a/java/client/example/pom.xml +++ b/java/client/example/pom.xml @@ -34,7 +34,7 @@ </parent> <properties> - <topDirectoryLocation>..</topDirectoryLocation> + <topDirectoryLocation>../..</topDirectoryLocation> <amqj.logging.level>warn</amqj.logging.level> </properties> diff --git a/java/client/pom.xml b/java/client/pom.xml index 2e720cdb71..221763649f 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -31,6 +31,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid</artifactId> <version>1.0-incubating-M2-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/java/pom.xml b/java/pom.xml index 71ab9218d9..0ebdc45fde 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -41,12 +41,23 @@ under the License. </prerequisites> <distributionManagement> + <snapshotRepository> <id>apache.snapshots</id> <name>Apache SNAPSHOT Repository</name> <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> </snapshotRepository> + <!-- + <snapshotRepository> + <uniqueVersion>true</uniqueVersion> + <id>snapshot-repo</id> + <name>Local Snapshot Repository</name> + <url>file://${basedir}/${topDirectoryLocation}/snapshots</url> + <layout>default</layout> + </snapshotRepository> + --> + <!-- Qpid has a Wiki site, maven generated site not used. This is just so that it can be created locally for viewing the reports. --> <site> <id>Qpid_Site</id> |