Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up redundant resources
  • Loading branch information
kimoonkim committed Dec 16, 2017
commit b14430e0f73ea22cf0f7c439136045004211e8b5
64 changes: 0 additions & 64 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,70 +163,6 @@
</resources>
</configuration>
</execution>
<execution>
<id>copy-integration-data</id>
<phase>pre-integration-test</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/docker/data</outputDirectory>
<resources>
<resource>
<directory>${project.parent.basedir}/data</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-integration-licenses</id>
<phase>pre-integration-test</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/docker/licenses</outputDirectory>
<resources>
<resource>
<directory>${project.parent.basedir}/licenses</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-integration-examples-jar</id>
<phase>pre-integration-test</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/docker/examples/jars</outputDirectory>
<resources>
<resource>
<directory>${project.parent.basedir}/examples/target/scala-2.11/jars</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-integration-examples-src</id>
<phase>pre-integration-test</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/docker/examples/src/main</outputDirectory>
<resources>
<resource>
<directory>${project.parent.basedir}/examples/src/main</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down