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

Mark Craig
29.35.2015 9e65526cdb73f5add37363db9c69331003d484e3
OPENDJ-2003 Fix SDK dev guide links to sample code

This patch removes an unnecessary artifact from the previous fix.

There’s already a sources jar.
2 files modified
31 ■■■■■ changed files
opendj-ldap-sdk-examples/pom.xml 27 ●●●●● patch | view | raw | blame | history
pom.xml 4 ●●●● patch | view | raw | blame | history
opendj-ldap-sdk-examples/pom.xml
@@ -73,33 +73,6 @@
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>docs</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-assembly-plugin</artifactId>
            <executions>
              <execution>
                <id>examples</id>
                <phase>package</phase>
                <goals>
                  <goal>single</goal>
                </goals>
                <configuration>
                  <descriptors>
                    <descriptor>src/main/assembly/examples.xml</descriptor>
                  </descriptors>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  <reporting>
    <plugins>
      <plugin>
pom.xml
@@ -179,8 +179,8 @@
                  <groupId>org.forgerock.opendj</groupId>
                  <artifactId>opendj-ldap-sdk-examples</artifactId>
                  <version>${project.version}</version>
                  <classifier>examples</classifier>
                  <outputDirectory>${project.build.directory}/docbkx-sources</outputDirectory>
                  <classifier>sources</classifier>
                  <outputDirectory>${project.build.directory}/docbkx-sources/resources</outputDirectory>
                </artifactItem>
                <artifactItem>
                  <groupId>org.forgerock.opendj</groupId>