summaryrefslogtreecommitdiffstats
path: root/tools/simple-wsclient/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-09-05 15:46:31 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-09-06 13:26:24 +0100
commita41c877a6b1980e0e866699633e0289d9a3fdbb5 (patch)
tree4f8d15559549760c2e74880871ec08c3b8df2d0e /tools/simple-wsclient/pom.xml
parent825ae627d4378c5cc7ab4b7d5f4b4ffefcb7977e (diff)
Fix package of apex examples and documents
The examples are not packaged correctly in the apex build and the client wars are missing The links and location of the documents are corrected. Some POM duplicate dependencies removed. Javadoc warnings removed. Issue-ID: POLICY-867 Change-Id: I555c29191c61c0a9887365d95005dbc584eddf04 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'tools/simple-wsclient/pom.xml')
-rw-r--r--tools/simple-wsclient/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/simple-wsclient/pom.xml b/tools/simple-wsclient/pom.xml
index be18247d8..9437f6216 100644
--- a/tools/simple-wsclient/pom.xml
+++ b/tools/simple-wsclient/pom.xml
@@ -30,10 +30,6 @@
<name>${project.artifactId}</name>
<description>[${project.parent.artifactId}] Simple Websocket client (console and echo)</description>
- <properties>
- <apex-apps-wsclients-simple-dir>${project.basedir}/src</apex-apps-wsclients-simple-dir>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.java-websocket</groupId>
@@ -64,7 +60,7 @@
</descriptorRefs>
<archive>
<manifest>
- <mainClass>org.onap.policy.apex.tools.simple.wsclients.Application</mainClass>
+ <mainClass>org.onap.policy.apex.tools.simple.wsclient.Application</mainClass>
</manifest>
</archive>
</configuration>
@@ -93,4 +89,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>