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
5add1aeb
Commit
5add1aeb
authored
7 years ago
by
apoorvnaik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2218: Fix Model loading failure in ITs
parent
96da2306
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pom.xml
webapp/pom.xml
+2
-2
No files found.
webapp/pom.xml
View file @
5add1aeb
...
@@ -649,10 +649,10 @@
...
@@ -649,10 +649,10 @@
<goal>
copy-resources
</goal>
<goal>
copy-resources
</goal>
</goals>
</goals>
<configuration>
<configuration>
<outputDirectory>
${basedir}/target/models/
1000-Hadoop
</outputDirectory>
<outputDirectory>
${basedir}/target/models/
</outputDirectory>
<resources>
<resources>
<resource>
<resource>
<directory>
${basedir}/../addons/models/
1000-Hadoop
</directory>
<directory>
${basedir}/../addons/models/
</directory>
<filtering>
true
</filtering>
<filtering>
true
</filtering>
</resource>
</resource>
</resources>
</resources>
...
...
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