summaryrefslogtreecommitdiff
path: root/java/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml11
1 files changed, 11 insertions, 0 deletions
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>