Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KelvinGoodson: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDOJavaReleaseSteps ------------------------------------------------------------------------------ <dkulp> No problem. :-) }}} + and here's the pastbin referred to above + {{{ + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>dependency-maven-plugin</artifactId> + <version>${dependency.plugin.version}</version> + <executions> + <execution> + <id>unpack-javadoc</id> + <phase>package</phase> + <goals> + <goal>unpack</goal> + </goals> + <configuration> + <outputDirectory>${project.build.directory}/javadoc</outputDirectory> + <artifactItems> + <artifactItem> + <groupId>${pom.groupId}</groupId> + <artifactId>cxf-api</artifactId> + <classifier>javadoc</classifier> + <version>${pom.version}</version> + </artifactItem> + </artifactItems> + </configuration> + </execution> + </executions> + </plugin> + }}} + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
