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
36c2d35d
Commit
36c2d35d
authored
Feb 27, 2015
by
a760104
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added assembly info for hivehook jar
parent
fad5c8e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
pom.xml
metadata-bridge-parent/metadata-bridge-hive/pom.xml
+53
-0
No files found.
metadata-bridge-parent/metadata-bridge-hive/pom.xml
View file @
36c2d35d
...
...
@@ -24,6 +24,8 @@
<version>
0.1-incubating-SNAPSHOT
</version>
</parent>
<artifactId>
metadata-bridge-hive
</artifactId>
<packaging>
jar
</packaging>
<dependencies>
<dependency>
<groupId>
com.google.code.gson
</groupId>
...
...
@@ -53,4 +55,54 @@
<artifactId>
metadata-common
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
1.6
</source>
<target>
1.6
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<version>
2.4
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
<executions>
<execution>
<id>
copy
</id>
<phase>
prepare-package
</phase>
<goals>
<goal>
copy
</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>
org.apache.hadoop.metadata
</groupId>
<artifactId>
metadata-common
</artifactId>
<version>
0.1-incubating-SNAPSHOT
</version>
<outputDirectory>
${project.build.directory}
</outputDirectory>
</artifactItem>
</artifactItems>
<!-- other configurations here -->
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
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