Skip to content

Commit

Permalink
WINDUP-1433: replaced tasks with target element and added relativePat…
Browse files Browse the repository at this point in the history
…h to windup-parent
  • Loading branch information
mareknovotny committed Jun 13, 2017
1 parent 3786fb7 commit dffa5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -6,6 +6,7 @@
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>22</version>
<relativePath />
</parent>

<groupId>org.jboss.windup.web</groupId>
Expand Down
4 changes: 2 additions & 2 deletions services/pom.xml
Expand Up @@ -303,9 +303,9 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<move file="${project.build.directory}/${project.build.finalName}/WEB-INF/${windup.distribution.name}-${version.windup}" tofile="${project.build.directory}/${project.build.finalName}/WEB-INF/${windup.distribution.name}" />
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit dffa5a0

Please sign in to comment.