Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
1e835435
Commit
1e835435
authored
9 years ago
by
Raja Aluri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG-35265 DGI needs to support publishing jar files to maven repositories
parent
d2add35e
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
pom.xml
pom.xml
+19
-1
No files found.
pom.xml
View file @
1e835435
<?xml version="1.0"?>
<!--
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ or more contributor license agreements. See the NOTICE file
...
@@ -93,6 +94,12 @@
...
@@ -93,6 +94,12 @@
<PermGen>
64m
</PermGen>
<PermGen>
64m
</PermGen>
<MaxPermGen>
512m
</MaxPermGen>
<MaxPermGen>
512m
</MaxPermGen>
<SnapshotsId>
apache.snapshots.repo
</SnapshotsId>
<SnapshotsName>
Apache Snapshot Repository
</SnapshotsName>
<SnapshotsUrl>
https://repository.apache.org/content/groups/snapshots
</SnapshotsUrl>
<StagingId>
apache-staging
</StagingId>
<StagingName>
Apache Release Distribution Repository
</StagingName>
<StagingUrl>
https://repository.apache.org/content/groups/staging
</StagingUrl>
</properties>
</properties>
<profiles>
<profiles>
...
@@ -182,7 +189,18 @@
...
@@ -182,7 +189,18 @@
<url>
http://repo.typesafe.com/typesafe/releases/
</url>
<url>
http://repo.typesafe.com/typesafe/releases/
</url>
</repository>
</repository>
</repositories>
</repositories>
<distributionManagement>
<repository>
<id>
${StagingId}
</id>
<name>
${StagingName}
</name>
<url>
${StagingUrl}
</url>
</repository>
<snapshotRepository>
<id>
${SnapshotsId}
</id>
<name>
${SnapshotsName}
</name>
<url>
${SnapshotsUrl}
</url>
</snapshotRepository>
</distributionManagement>
<dependencyManagement>
<dependencyManagement>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment