Skip to content

Commit

Permalink
Adding assembly-ide-war webapp source folder as sources instead of …
Browse files Browse the repository at this point in the history
…resources to avoid duplicated files in final war

Signed-off-by: Sun Tan <sutan@redhat.com>
  • Loading branch information
sunix committed Aug 16, 2017
1 parent 3cf436f commit 770701c
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions assembly/assembly-ide-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,24 +422,10 @@
<sources>
<source>${generated.sources.directory}</source>
<source>src/main/java</source>
<source>src/main/webapp</source>
</sources>
</configuration>
</execution>
<execution>
<id>add-resource</id>
<phase>generate-resources</phase>
<goals>
<goal>add-resource</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>src/main/webapp</directory>
<targetPath></targetPath>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 770701c

Please sign in to comment.