Skip to content

Commit

Permalink
[LDAP-22] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Apr 1, 2016
1 parent 9c09bf3 commit e0f663e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@
</plugins>

<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>.</directory>
<targetPath>META-INF</targetPath>
Expand Down Expand Up @@ -430,15 +433,15 @@
<goals>
<goal>jar-no-fork</goal>
</goals>
<configuration>
<includes>
<include>${basedir}/LICENSE</include>
</includes>
</configuration>
<configuration>
<includes>
<include>${basedir}/LICENSE</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</plugins>
</build>
</profile>
</profiles>
Expand Down

0 comments on commit e0f663e

Please sign in to comment.