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
668b4347
Commit
668b4347
authored
Aug 01, 2017
by
ashutoshm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add committer information
parent
9eb8134a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
18 deletions
+32
-18
pom.xml
pom.xml
+32
-18
No files found.
pom.xml
View file @
668b4347
...
@@ -17,7 +17,8 @@
...
@@ -17,7 +17,8 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<parent>
<parent>
<groupId>
org.apache
</groupId>
<groupId>
org.apache
</groupId>
...
@@ -154,6 +155,17 @@
...
@@ -154,6 +155,17 @@
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
<id>
amestry
</id>
<name>
Ashutosh Mestry
</name>
<email>
amestry@apache.org
</email>
<timezone>
America/Los_Angeles
</timezone>
<roles>
<role>
committer
</role>
</roles>
<organization>
Hortonworks Inc.
</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
</developer>
<developer>
<id>
bstortz
</id>
<id>
bstortz
</id>
<name>
Barbara Stortz
</name>
<name>
Barbara Stortz
</name>
<email>
bstortz@sap.com
</email>
<email>
bstortz@sap.com
</email>
...
@@ -257,7 +269,7 @@
...
@@ -257,7 +269,7 @@
<role>
committer
</role>
<role>
committer
</role>
<role>
PMC
</role>
<role>
PMC
</role>
</roles>
</roles>
<organization
/>
<organization/>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
</developer>
</developer>
<developer>
<developer>
...
@@ -579,7 +591,8 @@
...
@@ -579,7 +591,8 @@
<titan.index.backend>
solr
</titan.index.backend>
<titan.index.backend>
solr
</titan.index.backend>
<solr.zk.address>
localhost:9983
</solr.zk.address>
<solr.zk.address>
localhost:9983
</solr.zk.address>
<titan.storage.hostname>
localhost
</titan.storage.hostname>
<titan.storage.hostname>
localhost
</titan.storage.hostname>
<entity.repository.impl>
org.apache.atlas.repository.audit.HBaseBasedAuditRepository
</entity.repository.impl>
<entity.repository.impl>
org.apache.atlas.repository.audit.HBaseBasedAuditRepository
</entity.repository.impl>
</properties>
</properties>
</profile>
</profile>
...
@@ -594,8 +607,9 @@
...
@@ -594,8 +607,9 @@
</profile>
</profile>
<profile>
<profile>
<id>
titan1
</id>
<id>
titan1
</id>
<properties>
<properties>
<graphdb.backend.impl>
org.apache.atlas.repository.graphdb.titan1.Titan1GraphDatabase
</graphdb.backend.impl>
<graphdb.backend.impl>
org.apache.atlas.repository.graphdb.titan1.Titan1GraphDatabase
</graphdb.backend.impl>
</properties>
</properties>
<dependencyManagement>
<dependencyManagement>
<dependencies>
<dependencies>
...
@@ -632,7 +646,7 @@
...
@@ -632,7 +646,7 @@
<module>
dashboardv2
</module>
<module>
dashboardv2
</module>
<module>
webapp
</module>
<module>
webapp
</module>
<module>
docs
</module>
<module>
docs
</module>
<module>
addons/hdfs-model
</module>
<module>
addons/hdfs-model
</module>
<module>
plugin-classloader
</module>
<module>
plugin-classloader
</module>
<module>
addons/hive-bridge-shim
</module>
<module>
addons/hive-bridge-shim
</module>
...
@@ -643,7 +657,7 @@
...
@@ -643,7 +657,7 @@
<module>
addons/sqoop-bridge
</module>
<module>
addons/sqoop-bridge
</module>
<module>
addons/storm-bridge-shim
</module>
<module>
addons/storm-bridge-shim
</module>
<module>
addons/storm-bridge
</module>
<module>
addons/storm-bridge
</module>
<module>
distro
</module>
<module>
distro
</module>
<module>
build-tools
</module>
<module>
build-tools
</module>
</modules>
</modules>
...
@@ -1187,7 +1201,7 @@
...
@@ -1187,7 +1201,7 @@
<exclusion>
<exclusion>
<artifactId>
*
</artifactId>
<artifactId>
*
</artifactId>
<groupId>
org.apache.hadoop
</groupId>
<groupId>
org.apache.hadoop
</groupId>
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
...
@@ -1377,7 +1391,7 @@
...
@@ -1377,7 +1391,7 @@
<version>
${project.version}
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<!-- use titan 0.5.4 by default -->
<!-- use titan 0.5.4 by default -->
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-graphdb-impls
</artifactId>
<artifactId>
atlas-graphdb-impls
</artifactId>
...
@@ -1385,11 +1399,11 @@
...
@@ -1385,11 +1399,11 @@
<type>
pom
</type>
<type>
pom
</type>
<!-- exclusions for all of the non-titan0 implementations -->
<!-- exclusions for all of the non-titan0 implementations -->
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-graphdb-titan1
</artifactId>
<artifactId>
atlas-graphdb-titan1
</artifactId>
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -1426,7 +1440,7 @@
...
@@ -1426,7 +1440,7 @@
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-catalog
</artifactId>
<artifactId>
atlas-catalog
</artifactId>
<version>
${project.version}
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
...
@@ -1803,12 +1817,12 @@
...
@@ -1803,12 +1817,12 @@
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-remote-resources-plugin
</artifactId>
<artifactId>
maven-remote-resources-plugin
</artifactId>
<version>
1.5
</version>
<version>
1.5
</version>
<configuration>
<configuration>
<excludeGroupIds>
org.restlet.jee
</excludeGroupIds>
<excludeGroupIds>
org.restlet.jee
</excludeGroupIds>
</configuration>
</configuration>
</plugin>
</plugin>
...
@@ -1977,7 +1991,7 @@
...
@@ -1977,7 +1991,7 @@
<excludeSubProjects>
true
</excludeSubProjects>
<excludeSubProjects>
true
</excludeSubProjects>
<excludes>
<excludes>
<exclude>
**/dependency-reduced-pom.xml
</exclude>
<exclude>
**/dependency-reduced-pom.xml
</exclude>
<exclude>
**/javax.script.ScriptEngineFactory
</exclude>
<exclude>
**/javax.script.ScriptEngineFactory
</exclude>
<exclude>
.reviewboardrc
</exclude>
<exclude>
.reviewboardrc
</exclude>
<exclude>
3party-licenses/**
</exclude>
<exclude>
3party-licenses/**
</exclude>
<exclude>
**/.cache
</exclude>
<exclude>
**/.cache
</exclude>
...
...
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