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
60ebe8be
Commit
60ebe8be
authored
Feb 17, 2016
by
sneethiraj
Committed by
Suma Shivaprasad
Feb 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-486: updated pom.xml to fix scm url and upgrade plugin
Signed-off-by:
Suma Shivaprasad
<
sumasai.shivaprasad@gmail.com
>
parent
ddb14b54
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
pom.xml
pom.xml
+6
-5
No files found.
pom.xml
View file @
60ebe8be
...
...
@@ -82,10 +82,10 @@
</mailingLists>
<scm>
<connection>
scm:
https://git-wip-us.apache.org/repos/asf
/incubator-atlas.git
</connection>
<developerConnection>
scm:https://git-wip-us.apache.org/repos/asf/incubator-atlas.git
</developerConnection>
<connection>
scm:
git:https://github.com/apache
/incubator-atlas.git
</connection>
<developerConnection>
scm:
git:
https://git-wip-us.apache.org/repos/asf/incubator-atlas.git
</developerConnection>
<tag>
HEAD
</tag>
<url>
https://git
-wip-us.apache.org/repos/asf
/incubator-atlas.git
</url>
<url>
https://git
hub.com/apache
/incubator-atlas.git
</url>
</scm>
<developers>
...
...
@@ -330,6 +330,7 @@
<properties>
<!-- platform encoding override -->
<skipTests>
false
</skipTests>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<node.version>
v0.10.30
</node.version>
...
...
@@ -1249,7 +1250,7 @@
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
buildnumber-maven-plugin
</artifactId>
<version>
1.
0
</version>
<version>
1.
4
</version>
</plugin>
<plugin>
...
...
@@ -1447,7 +1448,7 @@
<user.dir>
${project.basedir}
</user.dir>
<atlas.data>
${project.build.directory}/data
</atlas.data>
</systemProperties>
<
!--<skipTests>true</skipTests>--
>
<
skipTests>
${skipTests}
</skipTests
>
<forkMode>
always
</forkMode>
<redirectTestOutputToFile>
true
</redirectTestOutputToFile>
<argLine>
-Djava.awt.headless=true -Dproject.version=${project.version}
...
...
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