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.
| | |
| | | </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> |
| | |
| | | <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> |