Skip to content

Commit

Permalink
Adding webapp folder and DashboardRedirectionFilter.java to sources a…
Browse files Browse the repository at this point in the history
…rtifact

Signed-off-by: Sun Tan <sutan@redhat.com>
  • Loading branch information
sunix committed Aug 10, 2017
1 parent fa465cb commit d88ceb0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assembly/assembly-ide-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,25 @@
<configuration>
<sources>
<source>${generated.sources.directory}</source>
<source>src/main/java</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 d88ceb0

Please sign in to comment.