mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
24.37.2011 ac711a1eeb54d36e520f8bb7b0b0e346ebd8feb6
Fix OpenDJ-38 - Maven: package examples with SDK

Use shade plugin to combine dependencies into a single JAR thus making the examples easier to use.
1 files modified
13 ■■■■■ changed files
opendj-sdk/opendj3/opendj-ldap-sdk-examples/pom.xml 13 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/opendj-ldap-sdk-examples/pom.xml
@@ -67,6 +67,19 @@
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-shade-plugin</artifactId>
        <version>1.4</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <reporting>