Skip to content

Commit

Permalink
Refactor directories for ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Nov 1, 2016
1 parent 4bbacb4 commit 8ddca62
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 3 additions & 7 deletions ecs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<directory>catalog</directory>
<filtering>false</filtering>
</resource>
<resource>
<directory>src/main/examples</directory>
<filtering>false</filtering>
</resource>
<resource>
<directory>src/test/resources</directory>
<directory>tests</directory>
<filtering>false</filtering>
<targetPath>tests</targetPath>
</resource>
Expand All @@ -46,7 +42,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.basedir}/src/main/resources/ecs/ecs.bom</file>
<file>${project.basedir}/catalog/ecs/ecs.bom</file>
<type>bom</type>
<classifier>ecs</classifier>
</artifact>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8ddca62

Please sign in to comment.